Class Point2D


  • @Deprecated
    public class Point2D
    extends Object
    Deprecated.
    Point class. This type is mutable.

    NOTE: This API is still in flux and might change in incompatible ways in the next release.

    • Constructor Detail

      • Point2D

        public Point2D​(double x,
                       double y)
        Deprecated.
      • Point2D

        public Point2D()
        Deprecated.
      • Point2D

        public Point2D​(Point2D other)
        Deprecated.
    • Method Detail

      • getX

        public double getX()
        Deprecated.
      • getY

        public double getY()
        Deprecated.
      • x

        public double x()
        Deprecated.
      • y

        public double y()
        Deprecated.
      • x

        public void x​(double x)
        Deprecated.
      • y

        public void y​(double y)
        Deprecated.
      • setX

        public void setX​(double x)
        Deprecated.
      • setY

        public void setY​(double y)
        Deprecated.
      • set

        public void set​(double x,
                        double y)
        Deprecated.
      • add

        public void add​(Vector2D v)
        Deprecated.
      • set

        public void set​(Point2D p1)
        Deprecated.
      • add

        public void add​(Point2D a)
        Deprecated.
      • set

        public void set​(Vector2D v)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object