Package util

Class SimplePoint


  • public class SimplePoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int x  
      int y  
    • Method Summary

      Modifier and Type Method Description
      int getX()  
      int getY()  
      void setX​(int x)  
      void setY​(int y)  
      • Methods inherited from class java.lang.Object

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

      • x

        public int x
      • y

        public int y
    • Constructor Detail

      • SimplePoint

        public SimplePoint()
      • SimplePoint

        public SimplePoint​(int x,
                           int y)
    • Method Detail

      • setX

        public void setX​(int x)
      • getX

        public int getX()
      • setY

        public void setY​(int y)
      • getY

        public int getY()