Class Size


  • public class Size
    extends Object
    A (width, height) tuple that describes an image's size
    • Constructor Detail

      • Size

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

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object