Interface Path
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PathImpl
The Interface Path.
-
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Gets the index.doubleGets the offset X.doubleGets the offset Y.Gets the points.Gets the points as list.voidsetIndex(int index) Sets the index.voidsetOffsetX(double offsetX) Sets the offset X.voidsetOffsetY(double offsetY) Sets the offset Y.voidSets the points.voidSets the points.
-
Method Details
-
getIndex
int getIndex()Gets the index.- Returns:
- the index
-
setIndex
void setIndex(int index) Sets the index.- Parameters:
index- the index to set
-
getOffsetX
double getOffsetX()Gets the offset X.- Returns:
- the offsetX
-
setOffsetX
void setOffsetX(double offsetX) Sets the offset X.- Parameters:
offsetX- the offsetX to set
-
getOffsetY
double getOffsetY()Gets the offset Y.- Returns:
- the offsetY
-
setOffsetY
void setOffsetY(double offsetY) Sets the offset Y.- Parameters:
offsetY- the offsetY to set
-
getPoints
String getPoints()Gets the points.- Returns:
- the points
-
setPoints
Sets the points.- Parameters:
points- the points to set
-
getPointsAsList
Gets the points as list.- Returns:
- the path points as list
-
setPoints
Sets the points.- Parameters:
points- list of path points
-