Class RMPathFitCurves

java.lang.Object
com.reportmill.graphics.RMPathFitCurves

public class RMPathFitCurves extends Object
  • Constructor Details

    • RMPathFitCurves

      public RMPathFitCurves()
  • Method Details

    • fitCurveFromPointIndex

      public static void fitCurveFromPointIndex(RMPath path, int index)
      Takes a path with a bunch of line-to segments and replaces them with curves.
    • getFitCurveSegments

      public static void getFitCurveSegments(RMPoint[] d, RMSize start_tan, RMSize end_tan, List segs)
      Fit a curve, preserving the start & end tangents.