public class Type5ShadingContext extends GouraudShadingContext
background, bitsPerColorComponent, bitsPerCoordinate, numberOfColorComponents, triangleList| Constructor and Description |
|---|
Type5ShadingContext(PDShadingType5 shadingType5,
ColorModel colorModelValue,
AffineTransform xform,
Matrix ctm,
int pageHeight)
Constructor creates an instance to be used for fill operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
getColorModel, getRaster, readVertex, transformVerticespublic Type5ShadingContext(PDShadingType5 shadingType5, ColorModel colorModelValue, AffineTransform xform, Matrix ctm, int pageHeight) throws IOException
shadingType5 - the shading type to be usedcolorModelValue - the color model to be usedxform - transformation for user to device spacectm - current transformation matrixpageHeight - height of the current pageIOException - if something went wrongpublic void dispose()
dispose in interface PaintContextdispose in class GouraudShadingContextCopyright © 2002–2014 The Apache Software Foundation. All rights reserved.