Class PathPointImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.PathPointImpl
- All Implemented Interfaces:
PathPoint,Serializable
The type Path point.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetNum()Gets the num.doubleGets the tang X 1.doubleGets the tang X 2.doubleGets the tang Y 1.doubleGets the tang Y 2.getType()Gets the type.doublegetX()Gets the x.doublegetY()Gets the y.voidsetNum(int num) Sets the num.voidsetTangX1(double tangX1) Sets the tang X 1.voidsetTangX2(double tangX2) Sets the tang X 2.voidsetTangY1(double tangY1) Sets the tang Y 1.voidsetTangY2(double tangY2) Sets the tang Y 2.voidSets the type.voidsetX(double x) Sets the x.voidsetY(double y) Sets the y.
-
Constructor Details
-
PathPointImpl
public PathPointImpl()
-
-
Method Details
-
getNum
public int getNum()Description copied from interface:PathPointGets the num. -
setNum
public void setNum(int num) Description copied from interface:PathPointSets the num. -
getType
Description copied from interface:PathPointGets the type. -
setType
Description copied from interface:PathPointSets the type. -
getX
public double getX()Description copied from interface:PathPointGets the x. -
setX
public void setX(double x) Description copied from interface:PathPointSets the x. -
getY
public double getY()Description copied from interface:PathPointGets the y. -
setY
public void setY(double y) Description copied from interface:PathPointSets the y. -
getTangX1
public double getTangX1()Description copied from interface:PathPointGets the tang X 1. -
setTangX1
public void setTangX1(double tangX1) Description copied from interface:PathPointSets the tang X 1. -
getTangY1
public double getTangY1()Description copied from interface:PathPointGets the tang Y 1. -
setTangY1
public void setTangY1(double tangY1) Description copied from interface:PathPointSets the tang Y 1. -
getTangX2
public double getTangX2()Description copied from interface:PathPointGets the tang X 2. -
setTangX2
public void setTangX2(double tangX2) Description copied from interface:PathPointSets the tang X 2. -
getTangY2
public double getTangY2()Description copied from interface:PathPointGets the tang Y 2. -
setTangY2
public void setTangY2(double tangY2) Description copied from interface:PathPointSets the tang Y 2.
-