Package com.reportmill.graphics
Class RMPathOffsetter
- java.lang.Object
 - 
- com.reportmill.graphics.RMPathOffsetter
 
 
- 
public class RMPathOffsetter extends java.lang.ObjectOffset 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 Summary
Constructors Constructor Description RMPathOffsetter() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RMPathcreateOffsetPath(RMPath inPath, float offset)static RMHitInfohitInfo(RMLine l1, RMLine l2)Dispatches to the right call depending on the subclass. 
 -