static class ImageConverterBitmap2G2D.Graphics2DImagePainterImpl extends java.lang.Object implements Graphics2DImagePainter
| Modifier and Type | Field and Description |
|---|---|
(package private) ImageRendered |
rendImage |
| Constructor and Description |
|---|
Graphics2DImagePainterImpl(ImageRendered rendImage) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Dimension |
getImageSize() |
void |
paint(java.awt.Graphics2D g2d,
java.awt.geom.Rectangle2D area)
Called to paint the image.
|
ImageRendered rendImage
public Graphics2DImagePainterImpl(ImageRendered rendImage)
public java.awt.Dimension getImageSize()
getImageSize in interface Graphics2DImagePainterpublic void paint(java.awt.Graphics2D g2d,
java.awt.geom.Rectangle2D area)
Graphics2DImagePainterpaint in interface Graphics2DImagePainterg2d - the Graphics2D instance to paint onarea - the target area for the image (in target device units)