Uses of Class
com.itextpdf.kernel.pdf.function.AbstractPdfFunction
-
Uses of AbstractPdfFunction in com.itextpdf.kernel.pdf.function
Modifier and TypeClassDescriptionclass
class
This class represents Pdf type 2 function that defines an exponential interpolation of one input value to n output values.class
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
Modifier and TypeMethodDescriptionvoid
PdfType3Function.setFunctions
(Iterable<AbstractPdfFunction extends PdfDictionary>> value) (Required) An array of k 1-input functions that shall make up the stitching function.ModifierConstructorDescriptionPdfType3Function
(double[] domain, double[] range, List<AbstractPdfFunction extends PdfDictionary>> functions, double[] bounds, double[] encode) (see ISO-320001 Table 41).