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