public class PainterPaint<T> extends Object implements Paint
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PainterPaint.PainterPaintContext<T> |
BITMASK, OPAQUE, TRANSLUCENT| Constructor and Description |
|---|
PainterPaint(Painter<T> painter,
T object) |
| Modifier and Type | Method and Description |
|---|---|
PaintContext |
createContext(ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform xform,
RenderingHints hints) |
int |
getTransparency() |
public PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
createContext in interface Paintpublic int getTransparency()
getTransparency in interface TransparencyCopyright © 2017. All Rights Reserved.