public interface PaintRable
| Modifier and Type | Method and Description |
|---|---|
boolean |
paintRable(Graphics2D g2d)
Should perform the equivilent action as
createRendering followed by drawing the RenderedImage.
|
boolean paintRable(Graphics2D g2d)
g2d - The Graphics2D to draw to.Copyright © 2000–2021 Apache Software Foundation. All rights reserved.