public interface PaintRable
| Modifier and Type | Method and Description |
|---|---|
boolean |
paintRable(java.awt.Graphics2D g2d)
Should perform the equivilent action as
createRendering followed by drawing the RenderedImage.
|
boolean paintRable(java.awt.Graphics2D g2d)
g2d - The Graphics2D to draw to.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.