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