Uses of Class
org.openpdf.renderer.function.PDFFunction
Packages that use PDFFunction
Package
Description
-
Uses of PDFFunction in org.openpdf.renderer.colorspace
Fields in org.openpdf.renderer.colorspace declared as PDFFunctionModifier and TypeFieldDescriptionprivate PDFFunctionAltColorSpace.fktprivate PDFFunctionAlternateColorSpace.functionThe functionMethods in org.openpdf.renderer.colorspace that return PDFFunctionConstructors in org.openpdf.renderer.colorspace with parameters of type PDFFunctionModifierConstructorDescriptionAltColorSpace(PDFFunction fkt, ColorSpace origCs) Create a new CMYKColorSpace Instance.AlternateColorSpace(PDFColorSpace alternate, PDFFunction function) Creates a new instance of AlternateColorSpace -
Uses of PDFFunction in org.openpdf.renderer.function
Subclasses of PDFFunction in org.openpdf.renderer.functionModifier and TypeClassDescriptionclassA sampled function maps input values to output values by interpolating along a line or cubic between two known values.classA type 2 function is an exponential interpolation function, which maps from one input value to n output values using a simple exponential formula.class3.9.3 - A stitching function define a stitching of the subdomains of several 1-input functions to produce a single new 1-input function.classA PostScript function is represented as a stream containing code written in a small subset of the PostScript language.Fields in org.openpdf.renderer.function declared as PDFFunctionMethods in org.openpdf.renderer.function that return PDFFunctionModifier and TypeMethodDescriptionstatic PDFFunctionPDFFunction.getFunction(PDFObject obj) Get a PDFFunction from a PDFObject -
Uses of PDFFunction in org.openpdf.renderer.pattern
Fields in org.openpdf.renderer.pattern declared as PDFFunctionModifier and TypeFieldDescriptionprivate PDFFunction[]ShaderType2.functionsfunctions, as an array of either 1 or n functionsMethods in org.openpdf.renderer.pattern that return PDFFunctionModifier and TypeMethodDescriptionShaderType2.getFunctions()Get the functions associated with this shaderMethods in org.openpdf.renderer.pattern with parameters of type PDFFunctionModifier and TypeMethodDescriptionprotected voidShaderType2.setFunctions(PDFFunction[] functions) Set the functions associated with this shader