Class Point


  • public class Point
    extends java.lang.Object
    Point class Data structure
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getX()
      X getter
      double getY()
      Y Getter
      • Methods inherited from class java.lang.Object

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

      • getX

        public double getX()
        X getter
        Returns:
        return X
      • getY

        public double getY()
        Y Getter
        Returns:
        returning Y in double