Package org.jdesktop.swingx.painter
Class PainterPaint.PainterPaintContext<T>
- java.lang.Object
-
- org.jdesktop.swingx.painter.PainterPaint.PainterPaintContext<T>
-
- All Implemented Interfaces:
PaintContext
- Enclosing class:
- PainterPaint<T>
protected static class PainterPaint.PainterPaintContext<T> extends Object implements PaintContext
-
-
Constructor Summary
Constructors Constructor Description PainterPaintContext(Painter<T> painter, T object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()ColorModelgetColorModel()RastergetRaster(int x, int y, int w, int h)
-
-
-
Method Detail
-
dispose
public void dispose()
- Specified by:
disposein interfacePaintContext
-
getColorModel
public ColorModel getColorModel()
- Specified by:
getColorModelin interfacePaintContext
-
getRaster
public Raster getRaster(int x, int y, int w, int h)
- Specified by:
getRasterin interfacePaintContext
-
-