public static class PdfShading.CoonsPatchMesh extends PdfShading
PdfShading.Axial, PdfShading.CoonsPatchMesh, PdfShading.FreeFormGouraudShadedTriangleMesh, PdfShading.FunctionBased, PdfShading.LatticeFormGouraudShadedTriangleMesh, PdfShading.Radial, PdfShading.TensorProductPatchMesh| Constructor and Description |
|---|
CoonsPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode) |
CoonsPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) |
CoonsPatchMesh(PdfStream pdfStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerComponent() |
int |
getBitsPerCoordinate() |
int |
getBitsPerFlag() |
PdfArray |
getDecode() |
void |
setBitsPerComponent(int bitsPerComponent) |
void |
setBitsPerCoordinate(int bitsPerCoordinate) |
void |
setBitsPerFlag(int bitsPerFlag) |
void |
setDecode(float[] decode) |
void |
setDecode(PdfArray decode) |
getColorSpace, getFunction, getShadingType, isWrappedObjectMustBeIndirect, makeShading, setFunction, setFunctionensureObjectIsAddedToDocument, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidReleasepublic CoonsPatchMesh(PdfStream pdfStream)
public CoonsPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode)
public CoonsPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode)
public int getBitsPerCoordinate()
public void setBitsPerCoordinate(int bitsPerCoordinate)
public int getBitsPerComponent()
public void setBitsPerComponent(int bitsPerComponent)
public int getBitsPerFlag()
public void setBitsPerFlag(int bitsPerFlag)
public PdfArray getDecode()
public void setDecode(float[] decode)
public void setDecode(PdfArray decode)
Copyright © 1998–2016 iText Group NV. All rights reserved.