java.lang.Object
eu.hansolo.fx.geometry.tools.PathTool.PathSegment
- Enclosing class:
- PathTool
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected doubleprotected final intprotected doubleprotected double -
Method Summary
-
Field Details
-
segmentType
protected final int segmentType -
x
protected double x -
y
protected double y -
length
protected double length -
index
protected int index
-
-
Method Details
-
getSegmentType
public int getSegmentType() -
getX
public double getX() -
setX
public void setX(double X) -
getY
public double getY() -
setY
public void setY(double Y) -
getLength
public double getLength() -
setLength
public void setLength(double LENGTH) -
getIndex
public int getIndex() -
setIndex
public void setIndex(int INDEX)
-