Class AWTFSImage.NullImage

java.lang.Object
org.xhtmlrenderer.swing.AWTFSImage
org.xhtmlrenderer.swing.AWTFSImage.NullImage
All Implemented Interfaces:
FSImage
Enclosing class:
AWTFSImage

private static final class AWTFSImage.NullImage extends AWTFSImage
  • Field Details

  • Constructor Details

    • NullImage

      private NullImage()
  • Method Details

    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • scale

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

      public BufferedImage getImage()
      Specified by:
      getImage in class AWTFSImage