Uses of Class
com.itextpdf.kernel.pdf.function.PdfFunction
Package
Description
-
Uses of PdfFunction in com.itextpdf.kernel.colors
ModifierConstructorDescriptionDeviceN
(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
Modifier and TypeMethodDescriptionvoid
PdfShading.setFunction
(PdfFunction function) Sets the function that represents color transitions across the shading geometry as one object.void
PdfShading.setFunction
(PdfFunction[] functions) Sets the function object that represents color transitions across the shading geometry as an array of functions.ModifierConstructorDescriptionAxial
(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 constructorNChannel
insteadRadial
(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
Modifier and TypeClassDescriptionstatic class
Deprecated.Will be removed is future releases, usePdfType0Function
insteadstatic class
Deprecated.Will be removed is future releases, usePdfType2Function
insteadstatic class
Deprecated.Will be removed is future releases, usePdfType3Function
insteadstatic class
Deprecated.Will be removed is future releases, usePdfType4Function
insteadModifier and TypeMethodDescriptionstatic PdfFunction
PdfFunction.makeFunction
(PdfDictionary pdfObject) Deprecated.
DeviceN(List, PdfColorSpace, IPdfFunction, float[])
DeviceN} instead.