public interface Graphics2DImagePainter
| Modifier and Type | Method and 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 © 2025 Apache Software Foundation. All rights reserved.