Class Point

java.lang.Object
org.primefaces.model.map.Point
All Implemented Interfaces:
Serializable

public class Point extends Object implements Serializable
See Also:
  • Constructor Details

    • Point

      public Point()
    • Point

      public Point(double x, double y)
  • Method Details

    • getX

      public double getX()
    • setX

      public void setX(double x)
    • getY

      public double getY()
    • setY

      public void setY(double y)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object