private final class WCGraphicsPrismContext.TransparencyLayer extends WCGraphicsPrismContext.Layer
Modifier and Type | Field and Description |
---|---|
private float |
opacity |
Modifier | Constructor and Description |
---|---|
private |
TransparencyLayer(Graphics g,
Rectangle bounds,
float opacity) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
init(Graphics g) |
(package private) void |
render(Graphics g) |
java.lang.String |
toString() |
getGraphics
void init(Graphics g)
init
in class WCGraphicsPrismContext.Layer
void render(Graphics g)
render
in class WCGraphicsPrismContext.Layer
public java.lang.String toString()
toString
in class java.lang.Object