Class ImageScaleFormat


  • public class ImageScaleFormat
    extends Object
    • Constructor Detail

      • ImageScaleFormat

        public ImageScaleFormat​(int width,
                                int height,
                                String name)
    • Method Detail

      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)
      • getName

        public String getName()
      • setName

        public void setName​(String name)