Package com.reportmill.graphics
Class RMPathFitCurves
java.lang.Object
com.reportmill.graphics.RMPathFitCurves
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic 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, List segs) Fit a curve, preserving the start & end tangents.
- 
Constructor Details- 
RMPathFitCurvespublic RMPathFitCurves()
 
- 
- 
Method Details- 
fitCurveFromPointIndexTakes a path with a bunch of line-to segments and replaces them with curves.
- 
getFitCurveSegmentsFit a curve, preserving the start & end tangents.
 
-