public abstract class ShadingContext extends Object implements PaintContext
| Constructor and Description |
|---|
ShadingContext(PDShading shading,
ColorModel cm,
AffineTransform xform,
Matrix matrix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
ColorModel |
getColorModel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRasterpublic ShadingContext(PDShading shading, ColorModel cm, AffineTransform xform, Matrix matrix) throws IOException
shading - the shading type to be usedcm - the color model to be usedxform - transformation for user to device spacematrix - the pattern matrix concatenated with that of the parent content streamIOException - if there is an error getting the color space
or doing background color conversion.public ColorModel getColorModel()
getColorModel in interface PaintContextpublic void dispose()
dispose in interface PaintContextCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.