Uses of Interface
com.itextpdf.kernel.pdf.function.IPdfFunction
Packages that use IPdfFunction
Package
Description
-
Uses of IPdfFunction in com.itextpdf.kernel.colors
Constructors in com.itextpdf.kernel.colors with parameters of type IPdfFunctionModifierConstructorDescriptionDeviceN(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
Methods in com.itextpdf.kernel.pdf.colorspace that return IPdfFunctionModifier and TypeMethodDescriptionPdfSpecialCs.Separation.getTintTransformation()Gets the function to calulate a separation color value to an alternative colorspace.Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type IPdfFunctionModifier and TypeMethodDescriptionvoidPdfShading.setFunction(IPdfFunction function) Sets the function that represents color transitions across the shading geometry as one object.voidPdfShading.setFunction(IPdfFunction[] functions) Sets the function object that represents color transitions across the shading geometry as an array of functions.Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type IPdfFunctionModifierConstructorDescriptionAxial(PdfColorSpace cs, PdfArray coords, IPdfFunction function) Creates the new instance of the class.Axial(PdfColorSpace cs, PdfArray coords, PdfArray domain, IPdfFunction function) Creates the new instance of the class.DeviceN(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new DiviceN colorspace.FunctionBased(PdfColorSpace colorSpace, IPdfFunction function) Creates the new instance of the class.FunctionBased(PdfObject colorSpace, IPdfFunction function) Creates the new instance of the class.NChannel(List<String> names, PdfColorSpace alternateSpace, IPdfFunction tintTransform, PdfDictionary attributes) Creates a new NChannel colorspace.Radial(PdfColorSpace cs, PdfArray coords, IPdfFunction function) Creates the new instance of the class.Separation(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new separation color space. -
Uses of IPdfFunction in com.itextpdf.kernel.pdf.function
Classes in com.itextpdf.kernel.pdf.function that implement IPdfFunctionModifier and TypeClassDescriptionclassAbstractPdfFunctionPdfDictionary> The abstract PdfFunction class that represents the Function Dictionary or Stream PDF object.classclassThis class represents Pdf type 2 function that defines an exponential interpolation of one input value to n output values.classThis 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.classMethods in com.itextpdf.kernel.pdf.function that return IPdfFunctionModifier and TypeMethodDescriptionCreates a PDF function instance.static IPdfFunctionFactory method to create a function instance based on an existingPdfObject.Methods in com.itextpdf.kernel.pdf.function that return types with arguments of type IPdfFunctionModifier and TypeMethodDescriptionPdfType3Function.getFunctions()(Required) An array of k 1-input functions that shall make up the stitching function.