public class PathGradientPaint.PathGradientContext
extends java.lang.Object
implements java.awt.PaintContext
Modifier and Type | Field and Description |
---|---|
protected java.awt.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 java.awt.geom.AffineTransform |
xform |
Modifier and Type | Method and Description |
---|---|
java.awt.image.WritableRaster |
createRaster() |
void |
dispose() |
java.awt.image.ColorModel |
getColorModel() |
java.awt.image.Raster |
getRaster(int xOffset,
int yOffset,
int w,
int h) |
protected final java.awt.geom.AffineTransform xform
protected final java.awt.Shape shape
public void dispose()
dispose
in interface java.awt.PaintContext
public java.awt.image.ColorModel getColorModel()
getColorModel
in interface java.awt.PaintContext
public java.awt.image.Raster getRaster(int xOffset, int yOffset, int w, int h)
getRaster
in interface java.awt.PaintContext
public java.awt.image.WritableRaster createRaster()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.