Paint, Transparencypublic class PainterPaint<T> extends Object implements Paint
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
PainterPaint.PainterPaintContext<T> |
BITMASK, OPAQUE, TRANSLUCENT| Constructor | Description |
|---|---|
PainterPaint(Painter<T> painter,
T object) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.