private abstract static class WCGraphicsPrismContext.Layer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) Rectangle |
bounds |
(package private) PrDrawable |
buffer |
(package private) FilterContext |
fctx |
(package private) Graphics |
graphics |
(package private) boolean |
permanent |
Constructor and Description |
---|
Layer(Graphics g,
Rectangle bounds,
boolean permanent) |
Modifier and Type | Method and Description |
---|---|
private void |
dispose() |
(package private) Graphics |
getGraphics() |
private double |
getX() |
private double |
getY() |
(package private) abstract void |
init(Graphics g) |
(package private) abstract void |
render(Graphics g) |
FilterContext fctx
PrDrawable buffer
Graphics graphics
final Rectangle bounds
boolean permanent