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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PainterPaint.PainterPaintContext
public PainterPaint.PainterPaintContext(Painter<T> painter,
T object)
dispose
public void dispose()
-
- Specified by:
dispose
in interface PaintContext
getColorModel
public ColorModel getColorModel()
-
- Specified by:
getColorModel
in interface PaintContext
getRaster
public Raster getRaster(int x,
int y,
int w,
int h)
-
- Specified by:
getRaster
in interface PaintContext
Copyright © 2012. All Rights Reserved.