Class Size


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

      Constructors 
      Constructor Description
      Size()  
      Size​(int width, int height)  
    • Constructor Detail

      • Size

        public Size()
      • Size

        public Size​(int width,
                    int height)
    • Method Detail

      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object