Class PathTool

java.lang.Object
eu.hansolo.fx.geometry.tools.PathTool

public class PathTool extends Object
  • Field Details

    • path

      protected Shape path
    • segments

      protected List<PathTool.PathSegment> segments
    • segmentIndexes

      protected int[] segmentIndexes
    • pathLength

      protected double pathLength
    • initialized

      protected boolean initialized
  • Constructor Details

    • PathTool

      public PathTool(Shape path)
  • Method Details

    • getPath

      public Shape getPath()
    • setPath

      public void setPath(Shape SHAPE)
    • getLengthOfPath

      public double getLengthOfPath()
    • getSegmentPointAtLength

      public eu.hansolo.toolboxfx.geom.Point getSegmentPointAtLength(double LENGTH)
    • getPointAtLength

      public eu.hansolo.toolboxfx.geom.Point getPointAtLength(double LENGTH)