Class PathPointImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.PathPointImpl
All Implemented Interfaces:
PathPoint, Serializable

public class PathPointImpl extends Object implements Serializable, PathPoint
The type Path point.
See Also:
  • Constructor Details

    • PathPointImpl

      public PathPointImpl()
  • Method Details

    • getNum

      public int getNum()
      Description copied from interface: PathPoint
      Gets the num.
      Specified by:
      getNum in interface PathPoint
      Returns:
      the num
    • setNum

      public void setNum(int num)
      Description copied from interface: PathPoint
      Sets the num.
      Specified by:
      setNum in interface PathPoint
      Parameters:
      num - the new num
    • getType

      public String getType()
      Description copied from interface: PathPoint
      Gets the type.
      Specified by:
      getType in interface PathPoint
      Returns:
      the type
    • setType

      public void setType(String type)
      Description copied from interface: PathPoint
      Sets the type.
      Specified by:
      setType in interface PathPoint
      Parameters:
      type - the new type
    • getX

      public double getX()
      Description copied from interface: PathPoint
      Gets the x.
      Specified by:
      getX in interface PathPoint
      Returns:
      the x
    • setX

      public void setX(double x)
      Description copied from interface: PathPoint
      Sets the x.
      Specified by:
      setX in interface PathPoint
      Parameters:
      x - the new x
    • getY

      public double getY()
      Description copied from interface: PathPoint
      Gets the y.
      Specified by:
      getY in interface PathPoint
      Returns:
      the y
    • setY

      public void setY(double y)
      Description copied from interface: PathPoint
      Sets the y.
      Specified by:
      setY in interface PathPoint
      Parameters:
      y - the new y
    • getTangX1

      public double getTangX1()
      Description copied from interface: PathPoint
      Gets the tang X 1.
      Specified by:
      getTangX1 in interface PathPoint
      Returns:
      the tang X 1
    • setTangX1

      public void setTangX1(double tangX1)
      Description copied from interface: PathPoint
      Sets the tang X 1.
      Specified by:
      setTangX1 in interface PathPoint
      Parameters:
      tangX1 - the new tang X 1
    • getTangY1

      public double getTangY1()
      Description copied from interface: PathPoint
      Gets the tang Y 1.
      Specified by:
      getTangY1 in interface PathPoint
      Returns:
      the tang Y 1
    • setTangY1

      public void setTangY1(double tangY1)
      Description copied from interface: PathPoint
      Sets the tang Y 1.
      Specified by:
      setTangY1 in interface PathPoint
      Parameters:
      tangY1 - the new tang Y 1
    • getTangX2

      public double getTangX2()
      Description copied from interface: PathPoint
      Gets the tang X 2.
      Specified by:
      getTangX2 in interface PathPoint
      Returns:
      the tang X 2
    • setTangX2

      public void setTangX2(double tangX2)
      Description copied from interface: PathPoint
      Sets the tang X 2.
      Specified by:
      setTangX2 in interface PathPoint
      Parameters:
      tangX2 - the new tang X 2
    • getTangY2

      public double getTangY2()
      Description copied from interface: PathPoint
      Gets the tang Y 2.
      Specified by:
      getTangY2 in interface PathPoint
      Returns:
      the tang Y 2
    • setTangY2

      public void setTangY2(double tangY2)
      Description copied from interface: PathPoint
      Sets the tang Y 2.
      Specified by:
      setTangY2 in interface PathPoint
      Parameters:
      tangY2 - the new tang Y 2