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 Graphics2DImagePainter
public void paint(java.awt.Graphics2D g2d, java.awt.geom.Rectangle2D area)
Graphics2DImagePainter
paint
in interface Graphics2DImagePainter
g2d
- the Graphics2D instance to paint onarea
- the target area for the image (in target device units)