Package com.reportmill.graphics
Class RMPathOffsetter
java.lang.Object
com.reportmill.graphics.RMPathOffsetter
Offset path - a path that follows the curvature of the input path but is
 located a constant distance away from the curve.
 
Mathematically, the offset path is the path defined by tracing the normal to the curve, scaled by d, along the entire path.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RMPathOffsetterpublic RMPathOffsetter()
 
- 
- 
Method Details- 
createOffsetPath
- 
hitInfoDispatches to the right call depending on the subclass. Frees the caller from the burden of casting to get the right routine.
 
-