Uses of Interface
com.itextpdf.kernel.pdf.function.IPdfFunction
Package
Description
-
Uses of IPdfFunction in com.itextpdf.kernel.colors
ModifierConstructorDescriptionDeviceN
(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. -
Uses of IPdfFunction in com.itextpdf.kernel.pdf.colorspace
Modifier and TypeMethodDescriptionPdfSpecialCs.Separation.getTintTransformation()
Gets the function to calulate a separation color value to an alternative colorspace.ModifierConstructorDescriptionDeviceN
(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new DiviceN colorspace.NChannel
(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes) Creates a new NChannel colorspace.Separation
(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new separation color space. -
Uses of IPdfFunction in com.itextpdf.kernel.pdf.function
Modifier and TypeClassDescriptionclass
AbstractPdfFunction
PdfDictionary> The abstract PdfFunction class that represents the Function Dictionary or Stream PDF object.class
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 TypeMethodDescriptionCreates a PDF function instance.static IPdfFunction
Factory method to create a function instance based on an existingPdfObject
.Modifier and TypeMethodDescriptionPdfType3Function.getFunctions()
(Required) An array of k 1-input functions that shall make up the stitching function.