| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.function |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
void |
PdfType3Function.setFunctions(Iterable<AbstractPdfFunction<? extends PdfDictionary>> value)
(Required) An array of k 1-input functions that shall make up the stitching function.
|
| Constructor and Description |
|---|
PdfType3Function(double[] domain,
double[] range,
List<AbstractPdfFunction<? extends PdfDictionary>> functions,
double[] bounds,
double[] encode)
(see ISO-320001 Table 41).
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.