| 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,
IPdfFunction tintTransform,
float[] value)
Creates a color in a new DeviceN color space.
|
Separation(String name,
PdfColorSpace alternateCs,
IPdfFunction tintTransform,
float value)
Creates a color in a new separation color space.
|
| Modifier and Type | Method and Description |
|---|---|
IPdfFunction |
PdfSpecialCs.Separation.getTintTransformation()
Gets the function to calulate a separation color value to an alternative colorspace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfShading.setFunction(IPdfFunction function)
Sets the function that represents color transitions
across the shading geometry as one object.
|
void |
PdfShading.setFunction(IPdfFunction[] 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,
IPdfFunction function)
Creates the new instance of the class.
|
Axial(PdfColorSpace cs,
PdfArray coords,
PdfArray domain,
IPdfFunction function)
Creates the new instance of the class.
|
DeviceN(List<String> names,
PdfColorSpace alternateSpace,
IPdfFunction tintTransform)
Creates a new DiviceN colorspace.
|
FunctionBased(PdfColorSpace colorSpace,
IPdfFunction function)
Creates the new instance of the class.
|
FunctionBased(PdfObject colorSpace,
IPdfFunction function)
Creates the new instance of the class.
|
NChannel(List<String> names,
PdfColorSpace alternateSpace,
IPdfFunction tintTransform,
PdfDictionary attributes)
Creates a new NChannel colorspace.
|
Radial(PdfColorSpace cs,
PdfArray coords,
IPdfFunction function)
Creates the new instance of the class.
|
Separation(String name,
PdfColorSpace alternateSpace,
IPdfFunction tintTransform)
Creates a new separation color space.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPdfFunction<T extends PdfDictionary>
The abstract PdfFunction class that represents the Function Dictionary or Stream PDF object.
|
class |
PdfType0Function |
class |
PdfType2Function
This class represents Pdf type 2 function that defines an exponential
interpolation of one input value to n output values.
|
class |
PdfType3Function
This class represents Pdf type 3 function that defines a stitching of the subdomains
of several 1-input functions to produce a single new 1-input function.
|
class |
PdfType4Function |
| Modifier and Type | Method and Description |
|---|---|
static IPdfFunction |
PdfFunctionFactory.create(PdfObject pdfObject)
Factory method to create a function instance based on an existing
PdfObject. |
IPdfFunction |
IPdfFunctionFactory.create(PdfObject pdfObject)
Creates a PDF function instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IPdfFunction> |
PdfType3Function.getFunctions()
(Required) An array of k 1-input functions that shall make up the stitching function.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.