Uses of Class
com.itextpdf.kernel.pdf.function.AbstractPdfFunction
-
Packages that use AbstractPdfFunction Package Description com.itextpdf.kernel.colors.gradients com.itextpdf.kernel.pdf.function -
-
Uses of AbstractPdfFunction in com.itextpdf.kernel.colors.gradients
Methods in com.itextpdf.kernel.colors.gradients that return AbstractPdfFunction Modifier and Type Method Description private static AbstractPdfFunction<? extends PdfDictionary>
AbstractLinearGradientBuilder. constructSingleGradientSegmentFunction(GradientColorStop from, GradientColorStop to)
-
Uses of AbstractPdfFunction in com.itextpdf.kernel.pdf.function
Subclasses of AbstractPdfFunction in com.itextpdf.kernel.pdf.function Modifier and Type Class 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
Method parameters in com.itextpdf.kernel.pdf.function with type arguments of type AbstractPdfFunction Modifier and Type Method Description void
PdfType3Function. setFunctions(java.lang.Iterable<AbstractPdfFunction<? extends PdfDictionary>> 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 AbstractPdfFunction Constructor Description PdfType3Function(double[] domain, double[] range, java.util.List<AbstractPdfFunction<? extends PdfDictionary>> functions, double[] bounds, double[] encode)
(see ISO-320001 Table 41).PdfType3Function(float[] domain, float[] range, java.util.List<AbstractPdfFunction<? extends PdfDictionary>> functions, float[] bounds, float[] encode)
(see ISO-320001 Table 41).
-