public class RadialShadingPaint extends Object implements Paint
BITMASK, OPAQUE, TRANSLUCENT| Constructor and Description |
|---|
RadialShadingPaint(PDShadingType3 shadingType3,
Matrix ctm,
int pageHeightValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PaintContext |
createContext(ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform xform,
RenderingHints hints) |
int |
getTransparency() |
public RadialShadingPaint(PDShadingType3 shadingType3, Matrix ctm, int pageHeightValue)
shadingType3 - the shading resourcesctm - current transformation matrixpageSizeValue - size of the current pagepublic int getTransparency()
getTransparency in interface Transparencypublic PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
createContext in interface PaintCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.