Uses of Class
com.itextpdf.kernel.pdf.function.AbstractPdfFunction
Packages that use AbstractPdfFunction
-
Uses of AbstractPdfFunction in com.itextpdf.kernel.pdf.function
Subclasses of AbstractPdfFunction in com.itextpdf.kernel.pdf.functionModifier 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
Method parameters in com.itextpdf.kernel.pdf.function with type arguments of type AbstractPdfFunctionModifier and TypeMethodDescriptionvoid
PdfType3Function.setFunctions
(Iterable<AbstractPdfFunctionPdfDictionary>> value) (Required) An array of k 1-input functions that shall make up the stitching function.Constructor parameters in com.itextpdf.kernel.pdf.function with type arguments of type AbstractPdfFunctionModifierConstructorDescriptionPdfType3Function
(double[] domain, double[] range, List<AbstractPdfFunctionPdfDictionary>> functions, double[] bounds, double[] encode) (see ISO-320001 Table 41).PdfType3Function
(float[] domain, float[] range, List<AbstractPdfFunctionPdfDictionary>> functions, float[] bounds, float[] encode) (see ISO-320001 Table 41).