private abstract class WCGraphicsPrismContext.Composite
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Composite() |
Modifier and Type | Method and Description |
---|---|
private void |
blend(Graphics g) |
private Effect |
createBlend(Blend.Mode mode,
PrDrawable dstImg,
PrDrawable srcImg,
int width,
int height) |
private Effect |
createEffect(PrDrawable dstImg,
PrDrawable srcImg,
int width,
int height) |
(package private) abstract void |
doPaint(Graphics g) |
(package private) void |
paint() |
(package private) void |
paint(Graphics g) |
abstract void doPaint(Graphics g)
void paint()
void paint(Graphics g)
private void blend(Graphics g)
private Effect createBlend(Blend.Mode mode, PrDrawable dstImg, PrDrawable srcImg, int width, int height)
private Effect createEffect(PrDrawable dstImg, PrDrawable srcImg, int width, int height)