GeneralGraphics2DImagePainterpublic interface Graphics2DImagePainter
| Modifier and Type | Method | Description |
|---|---|---|
Dimension |
getImageSize() |
|
void |
paint(Graphics2D g2d,
Rectangle2D area) |
Called to paint the image.
|
void paint(Graphics2D g2d, Rectangle2D area)
g2d - the Graphics2D instance to paint onarea - the target area for the image (in target device units)Dimension getImageSize()
Copyright © 2018 Apache Software Foundation. All rights reserved.