Class POINT


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

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

      Constructors 
      Constructor Description
      POINT()  
      POINT​(int initX, int initY)  
      POINT​(POINT initPt)  
      POINT​(SIZE initSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      POINT assign​(POINT refPoint)  
      • 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

      • POINT

        public POINT()
      • POINT

        public POINT​(int initX,
                     int initY)
      • POINT

        public POINT​(POINT initPt)
      • POINT

        public POINT​(SIZE initSize)
    • Method Detail

      • assign

        public POINT assign​(POINT refPoint)