Uses of Class
com.itextpdf.kernel.pdf.function.PdfFunction
Packages that use PdfFunction
Package
Description
-
Uses of PdfFunction in com.itextpdf.kernel.colors
Constructors in com.itextpdf.kernel.colors with parameters of type PdfFunctionModifierConstructorDescriptionDeviceN(List<String> names, PdfColorSpace alternateCs, PdfFunction tintTransform, float[] value) Deprecated.Separation(String name, PdfColorSpace alternateCs, PdfFunction tintTransform, float value) Deprecated.Use constructorSeparation(String, PdfColorSpace, IPdfFunction, float)Separation} instead -
Uses of PdfFunction in com.itextpdf.kernel.pdf.colorspace
Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfFunctionModifier and TypeMethodDescriptionvoidPdfShading.setFunction(PdfFunction function) Sets the function that represents color transitions across the shading geometry as one object.voidPdfShading.setFunction(PdfFunction[] 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 PdfFunctionModifierConstructorDescriptionAxial(PdfColorSpace cs, PdfArray coords, PdfFunction function) Creates the new instance of the class.Axial(PdfColorSpace cs, PdfArray coords, PdfArray domain, PdfFunction function) Creates the new instance of the class.DeviceN(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform) Deprecated.Use constructorDeviceN(List, PdfColorSpace, IPdfFunction)instead.FunctionBased(PdfColorSpace colorSpace, PdfFunction function) Creates the new instance of the class.FunctionBased(PdfObject colorSpace, PdfFunction function) Creates the new instance of the class.NChannel(List<String> names, PdfColorSpace alternateSpace, PdfFunction tintTransform, PdfDictionary attributes) Deprecated.Use constructorNChannelinsteadRadial(PdfColorSpace cs, PdfArray coords, PdfFunction function) Creates the new instance of the class.Separation(String name, PdfColorSpace alternateSpace, PdfFunction tintTransform) Deprecated.This constructor has been replaced bySeparation(String, PdfColorSpace, IPdfFunction) -
Uses of PdfFunction in com.itextpdf.kernel.pdf.function
Subclasses of PdfFunction in com.itextpdf.kernel.pdf.functionModifier and TypeClassDescriptionstatic classDeprecated.Will be removed is future releases, usePdfType0Functioninsteadstatic classDeprecated.Will be removed is future releases, usePdfType2Functioninsteadstatic classDeprecated.Will be removed is future releases, usePdfType3Functioninsteadstatic classDeprecated.Will be removed is future releases, usePdfType4FunctioninsteadMethods in com.itextpdf.kernel.pdf.function that return PdfFunctionModifier and TypeMethodDescriptionstatic PdfFunctionPdfFunction.makeFunction(PdfDictionary pdfObject) Deprecated.Constructor parameters in com.itextpdf.kernel.pdf.function with type arguments of type PdfFunction
DeviceN(List, PdfColorSpace, IPdfFunction, float[])DeviceN} instead.