Class PathImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.PathImpl
- All Implemented Interfaces:
Path,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
PathImpl
public PathImpl()
-
-
Method Details
-
getIndex
public int getIndex()Description copied from interface:PathGets the index. -
setIndex
public void setIndex(int index) Description copied from interface:PathSets the index. -
getOffsetX
public double getOffsetX()Description copied from interface:PathGets the offset X.- Specified by:
getOffsetXin interfacePath- Returns:
- the offsetX
-
setOffsetX
public void setOffsetX(double offsetX) Description copied from interface:PathSets the offset X.- Specified by:
setOffsetXin interfacePath- Parameters:
offsetX- the offsetX to set
-
getOffsetY
public double getOffsetY()Description copied from interface:PathGets the offset Y.- Specified by:
getOffsetYin interfacePath- Returns:
- the offsetY
-
setOffsetY
public void setOffsetY(double offsetY) Description copied from interface:PathSets the offset Y.- Specified by:
setOffsetYin interfacePath- Parameters:
offsetY- the offsetY to set
-
getPoints
Description copied from interface:PathGets the points. -
setPoints
Description copied from interface:PathSets the points. -
getPointsAsList
Description copied from interface:PathGets the points as list.- Specified by:
getPointsAsListin interfacePath- Returns:
- the path points as list
-
setPoints
Description copied from interface:PathSets the points.
-