Class Img


  • public class Img
    extends Object
    • Constructor Detail

      • Img

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

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)