public static class PdfShading.FreeFormGouraudShadedTriangleMesh extends PdfShading
PdfShading.Axial, PdfShading.CoonsPatchMesh, PdfShading.FreeFormGouraudShadedTriangleMesh, PdfShading.FunctionBased, PdfShading.LatticeFormGouraudShadedTriangleMesh, PdfShading.Radial, PdfShading.TensorProductPatchMesh| Constructor and Description |
|---|
FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
float[] decode) |
FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
PdfArray decode) |
FreeFormGouraudShadedTriangleMesh(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 FreeFormGouraudShadedTriangleMesh(PdfStream pdfStream)
public FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, float[] decode)
public FreeFormGouraudShadedTriangleMesh(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.