Class AWTFSImage.NewAWTFSImage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.image.BufferedImage img  
    • Constructor Summary

      Constructors 
      Constructor Description
      NewAWTFSImage​(java.awt.image.BufferedImage img)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      java.awt.image.BufferedImage getImage()  
      int getWidth()  
      void scale​(int width, int height)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • img

        private java.awt.image.BufferedImage img
    • Constructor Detail

      • NewAWTFSImage

        public NewAWTFSImage​(java.awt.image.BufferedImage img)
    • Method Detail

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getImage

        public java.awt.image.BufferedImage getImage()
        Specified by:
        getImage in class AWTFSImage
      • scale

        public void scale​(int width,
                          int height)