Uses of Class
org.loboevolution.pdfview.function.PDFFunction
Packages that use PDFFunction
Package
Description
-
Uses of PDFFunction in org.loboevolution.pdfview.colorspace
Methods in org.loboevolution.pdfview.colorspace that return PDFFunctionModifier and TypeMethodDescriptionAlternateColorSpace.getFunktion()********************************************************************** Get the PDF functionConstructors in org.loboevolution.pdfview.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.loboevolution.pdfview.function
Subclasses of PDFFunction in org.loboevolution.pdfview.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.Methods in org.loboevolution.pdfview.function that return PDFFunctionModifier and TypeMethodDescriptionstatic PDFFunctionPDFFunction.getFunction(PDFObject obj) Get a PDFFunction from a PDFObject -
Uses of PDFFunction in org.loboevolution.pdfview.pattern
Methods in org.loboevolution.pdfview.pattern with parameters of type PDFFunctionModifier and TypeMethodDescriptionprotected voidShaderType2.setFunctions(PDFFunction[] functions) Set the functions associated with this shader