| java.lang.Object java.awt.GradientPaintContext
Method Summary | |
void | clipFillRaster(int[] pixels, int off, int adjust, int w, int h, double rowrel, double dx, double dy) | void | cycleFillRaster(int[] pixels, int off, int adjust, int w, int h, double rowrel, double dx, double dy) | public void | dispose() Release the resources allocated for the operation. | static synchronized Raster | getCachedRaster(ColorModel cm, int w, int h) | public ColorModel | getColorModel() Return the ColorModel of the output. | public Raster | getRaster(int x, int y, int w, int h) Return a Raster containing the colors generated for the graphics
operation. | static synchronized void | putCachedRaster(ColorModel cm, Raster ras) |
clipFillRaster | void clipFillRaster(int[] pixels, int off, int adjust, int w, int h, double rowrel, double dx, double dy)(Code) | | |
cycleFillRaster | void cycleFillRaster(int[] pixels, int off, int adjust, int w, int h, double rowrel, double dx, double dy)(Code) | | |
dispose | public void dispose()(Code) | | Release the resources allocated for the operation.
|
getCachedRaster | static synchronized Raster getCachedRaster(ColorModel cm, int w, int h)(Code) | | |
getColorModel | public ColorModel getColorModel()(Code) | | Return the ColorModel of the output.
|
getRaster | public Raster getRaster(int x, int y, int w, int h)(Code) | | Return a Raster containing the colors generated for the graphics
operation.
x,y,w,h The area in device space for which colors aregenerated. |
putCachedRaster | static synchronized void putCachedRaster(ColorModel cm, Raster ras)(Code) | | |
|
|