Class Size


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

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

      • 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)