org.jdesktop.swingx.painter
Class PainterPaint.PainterPaintContext<T>

java.lang.Object
  extended by 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
PainterPaint.PainterPaintContext(Painter<T> painter, T object)
           
 
Method Summary
 void dispose()
          
 ColorModel getColorModel()
          
 Raster getRaster(int x, int y, int w, int h)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PainterPaint.PainterPaintContext

public PainterPaint.PainterPaintContext(Painter<T> painter,
                                        T object)
Method Detail

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.