Class ImageSize

    • Constructor Detail

      • ImageSize

        public ImageSize()
      • ImageSize

        public ImageSize​(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)
      • getDpi

        public int getDpi()
      • setDpi

        public void setDpi​(int dpi)