Class 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
      int getNum()
      Gets the num.
      double getTangX1()
      Gets the tang X 1.
      double getTangX2()
      Gets the tang X 2.
      double getTangY1()
      Gets the tang Y 1.
      double getTangY2()
      Gets the tang Y 2.
      java.lang.String getType()
      Gets the type.
      double getX()
      Gets the x.
      double getY()
      Gets the y.
      void setNum​(int num)
      Sets the num.
      void setTangX1​(double tangX1)
      Sets the tang X 1.
      void setTangX2​(double tangX2)
      Sets the tang X 2.
      void setTangY1​(double tangY1)
      Sets the tang Y 1.
      void setTangY2​(double tangY2)
      Sets the tang Y 2.
      void setType​(java.lang.String type)
      Sets the type.
      void setX​(double x)
      Sets the x.
      void setY​(double y)
      Sets the y.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PathPointImpl

        public PathPointImpl()
    • Method Detail

      • 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 java.lang.String getType()
        Description copied from interface: PathPoint
        Gets the type.
        Specified by:
        getType in interface PathPoint
        Returns:
        the type
      • setType

        public void setType​(java.lang.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