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 Summary
Constructors -
Method Summary
-
Constructor Details
-
RMPathOffsetter
public RMPathOffsetter()
-
-
Method Details
-
createOffsetPath
-
hitInfo
Dispatches to the right call depending on the subclass. Frees the caller from the burden of casting to get the right routine.
-