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 void
dispose()
ColorModel
getColorModel()
Raster
getRaster(int x, int y, int w, int h)
-
-
-
Method Detail
-
dispose
public void dispose()
- Specified by:
dispose
in interfacePaintContext
-
getColorModel
public ColorModel getColorModel()
- Specified by:
getColorModel
in interfacePaintContext
-
getRaster
public Raster getRaster(int x, int y, int w, int h)
- Specified by:
getRaster
in interfacePaintContext
-
-