private static final class WCGraphicsPrismContext.ClipLayer extends WCGraphicsPrismContext.Layer
Modifier and Type | Field and Description |
---|---|
private WCPath |
normalizedToClipPath |
private boolean |
srcover |
Modifier | Constructor and Description |
---|---|
private |
ClipLayer(Graphics g,
Rectangle bounds,
WCPath normalizedToClipPath,
boolean permanent) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
init(Graphics g) |
(package private) void |
render(Graphics g) |
java.lang.String |
toString() |
getGraphics
private final WCPath normalizedToClipPath
private boolean srcover
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