swingwt.awt
Interface PaintContext


public interface PaintContext


Method Summary
 void dispose()
           
 ColorModel getColorModel()
           
 Raster getRaster(int x, int y, int w, int h)
           
 

Method Detail

dispose

public void dispose()

getColorModel

public ColorModel getColorModel()

getRaster

public Raster getRaster(int x,
                        int y,
                        int w,
                        int h)