GeneralGraphics2DImagePainterpublic interface Graphics2DImagePainter
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Dimension |
getImageSize() |
|
void |
paint(java.awt.Graphics2D g2d,
java.awt.geom.Rectangle2D area) |
Called to paint the image.
|
void paint(java.awt.Graphics2D g2d,
java.awt.geom.Rectangle2D area)
g2d - the Graphics2D instance to paint onarea - the target area for the image (in target device units)java.awt.Dimension getImageSize()
Copyright 1999-2018 The Apache Software Foundation. All Rights Reserved.