Class Point

    • Field Detail

      • x

        protected double x
      • y

        protected double y
    • Constructor Detail

      • Point

        public Point()
    • Method Detail

      • getX

        public double getX()
        Gets the value of the x property.
        Specified by:
        getX in interface Point
      • setX

        public void setX​(double value)
        Sets the value of the x property.
        Specified by:
        setX in interface Point
      • getY

        public double getY()
        Gets the value of the y property.
        Specified by:
        getY in interface Point
      • setY

        public void setY​(double value)
        Sets the value of the y property.
        Specified by:
        setY in interface Point