java.lang.Object
eu.hansolo.fx.geometry.tools.PathTool
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Shapeprotected doubleprotected int[]protected List<PathTool.PathSegment> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetPath()eu.hansolo.toolboxfx.geom.PointgetPointAtLength(double LENGTH) eu.hansolo.toolboxfx.geom.PointgetSegmentPointAtLength(double LENGTH) void
-
Field Details
-
path
-
segments
-
segmentIndexes
protected int[] segmentIndexes -
pathLength
protected double pathLength -
initialized
protected boolean initialized
-
-
Constructor Details
-
PathTool
-
-
Method Details
-
getPath
-
setPath
-
getLengthOfPath
public double getLengthOfPath() -
getSegmentPointAtLength
public eu.hansolo.toolboxfx.geom.Point getSegmentPointAtLength(double LENGTH) -
getPointAtLength
public eu.hansolo.toolboxfx.geom.Point getPointAtLength(double LENGTH)
-