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