Class AWTFSImage.NullImage

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private NullImage()  
    • 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

      • EMPTY_IMAGE

        private static final java.awt.image.BufferedImage EMPTY_IMAGE
    • Constructor Detail

      • NullImage

        private NullImage()
    • Method Detail

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • scale

        public void scale​(int width,
                          int height)
      • getImage

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