Class PathPointImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.PathPointImpl
-
- All Implemented Interfaces:
PathPoint,java.io.Serializable
public class PathPointImpl extends java.lang.Object implements java.io.Serializable, PathPoint
The type Path point.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathPointImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNum()Gets the num.doublegetTangX1()Gets the tang X 1.doublegetTangX2()Gets the tang X 2.doublegetTangY1()Gets the tang Y 1.doublegetTangY2()Gets the tang Y 2.java.lang.StringgetType()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.voidsetType(java.lang.String type)Sets the type.voidsetX(double x)Sets the x.voidsetY(double y)Sets the y.
-
-
-
Method Detail
-
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
public java.lang.String getType()
Description copied from interface:PathPointGets the type.
-
setType
public void setType(java.lang.String type)
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.
-
-