| Package | Description |
|---|---|
| com.itextpdf.kernel.colors | |
| com.itextpdf.kernel.pdf.colorspace | |
| com.itextpdf.kernel.pdf.function |
| Constructor and Description |
|---|
DeviceN(List<String> names,
PdfColorSpace alternateCs,
PdfFunction tintTransform,
float[] value) |
Separation(String name,
PdfColorSpace alternateCs,
PdfFunction tintTransform,
float value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfShading.setFunction(PdfFunction function)
Sets the function that represents color transitions
across the shading geometry as one object.
|
void |
PdfShading.setFunction(PdfFunction[] functions)
Sets the function object that represents color transitions
across the shading geometry as an array of functions.
|
| Constructor and Description |
|---|
Axial(PdfColorSpace cs,
PdfArray coords,
PdfArray domain,
PdfFunction function)
Creates the new instance of the class.
|
Axial(PdfColorSpace cs,
PdfArray coords,
PdfFunction function)
Creates the new instance of the class.
|
DeviceN(List<String> names,
PdfColorSpace alternateSpace,
PdfFunction tintTransform) |
FunctionBased(PdfColorSpace colorSpace,
PdfFunction function)
Creates the new instance of the class.
|
FunctionBased(PdfObject colorSpace,
PdfFunction function)
Creates the new instance of the class.
|
NChannel(List<String> names,
PdfColorSpace alternateSpace,
PdfFunction tintTransform,
PdfDictionary attributes) |
Radial(PdfColorSpace cs,
PdfArray coords,
PdfFunction function)
Creates the new instance of the class.
|
Separation(String name,
PdfColorSpace alternateSpace,
PdfFunction tintTransform) |
| Modifier and Type | Class and Description |
|---|---|
static class |
PdfFunction.Type0 |
static class |
PdfFunction.Type2 |
static class |
PdfFunction.Type3 |
static class |
PdfFunction.Type4 |
| Modifier and Type | Method and Description |
|---|---|
static PdfFunction |
PdfFunction.makeFunction(PdfDictionary pdfObject) |
| Constructor and Description |
|---|
Type3(PdfArray domain,
PdfArray range,
List<PdfFunction> functions,
PdfArray bounds,
PdfArray encode) |
Copyright © 1998–2020 iText Group NV. All rights reserved.