public class PathGradientPaint.PathGradientContext extends Object implements PaintContext
| Modifier and Type | Field and Description |
|---|---|
protected Shape |
shape
for POI: the shape will be only known when the subclasses determines the concrete implementation
in the draw/-content method, so we need to postpone the setting/creation as long as possible
|
protected AffineTransform |
xform |
| Modifier and Type | Method and Description |
|---|---|
WritableRaster |
createRaster() |
void |
dispose() |
ColorModel |
getColorModel() |
Raster |
getRaster(int xOffset,
int yOffset,
int w,
int h) |
protected final AffineTransform xform
protected final Shape shape
public void dispose()
dispose in interface PaintContextpublic ColorModel getColorModel()
getColorModel in interface PaintContextpublic Raster getRaster(int xOffset, int yOffset, int w, int h)
getRaster in interface PaintContextpublic WritableRaster createRaster()