protected static class PainterPaint.PainterPaintContext<T> extends Object implements PaintContext
| Constructor and Description |
|---|
PainterPaintContext(Painter<T> painter,
T object) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
ColorModel |
getColorModel() |
Raster |
getRaster(int x,
int y,
int w,
int h) |
public void dispose()
dispose in interface PaintContextpublic ColorModel getColorModel()
getColorModel in interface PaintContextpublic Raster getRaster(int x, int y, int w, int h)
getRaster in interface PaintContextCopyright © 2017. All Rights Reserved.