Class SIZE


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

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

      Constructors 
      Constructor Description
      SIZE()  
      SIZE​(int initCX, int initCY)  
      SIZE​(POINT initPt)  
      SIZE​(SIZE initSize)  
    • Method Summary

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

      • SIZE

        public SIZE()
      • SIZE

        public SIZE​(int initCX,
                    int initCY)
      • SIZE

        public SIZE​(SIZE initSize)
      • SIZE

        public SIZE​(POINT initPt)
    • Method Detail

      • assign

        public SIZE assign​(SIZE refSize)