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 1999-2012 The Apache Software Foundation. All Rights Reserved.