Package com.openhtmltopdf.swing
Class AWTFSImage.NullImage
- java.lang.Object
-
- com.openhtmltopdf.swing.AWTFSImage
-
- com.openhtmltopdf.swing.AWTFSImage.NullImage
-
- All Implemented Interfaces:
FSImage
- Enclosing class:
- AWTFSImage
private static class AWTFSImage.NullImage extends AWTFSImage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openhtmltopdf.swing.AWTFSImage
AWTFSImage.NewAWTFSImage
-
-
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 com.openhtmltopdf.swing.AWTFSImage
createImage
-
-
-
-
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 classAWTFSImage
-
-