Class Size


  • public class Size
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Size​(int w, int h)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int h()  
      java.lang.String toString()  
      int w()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Size

        public Size​(int w,
                    int h)
    • Method Detail

      • w

        public int w()
      • h

        public int h()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object