Package com.reportmill.graphics
Class RMPathFitCurves
- java.lang.Object
- 
- com.reportmill.graphics.RMPathFitCurves
 
- 
 public class RMPathFitCurves extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description RMPathFitCurves()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfitCurveFromPointIndex(RMPath path, int index)Takes a path with a bunch of line-to segments and replaces them with curves.static voidgetFitCurveSegments(RMPoint[] d, RMSize start_tan, RMSize end_tan, java.util.List segs)Fit a curve, preserving the start & end tangents.
 
- 
- 
- 
Method Detail- 
fitCurveFromPointIndexpublic static void fitCurveFromPointIndex(RMPath path, int index) Takes a path with a bunch of line-to segments and replaces them with curves.
 
- 
 
-