public interface Graphics2DImagePainter
限定符和类型 | 方法和说明 |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.