Uses of Class
com.sun.pdfview.function.PDFFunction
-
Packages that use PDFFunction Package Description com.sun.pdfview.colorspace com.sun.pdfview.function com.sun.pdfview.pattern -
-
Uses of PDFFunction in com.sun.pdfview.colorspace
Fields in com.sun.pdfview.colorspace declared as PDFFunction Modifier and Type Field Description private PDFFunctionAlternateColorSpace. functionThe functionConstructors in com.sun.pdfview.colorspace with parameters of type PDFFunction Constructor Description AlternateColorSpace(PDFColorSpace alternate, PDFFunction function)Creates a new instance of AlternateColorSpace -
Uses of PDFFunction in com.sun.pdfview.function
Subclasses of PDFFunction in com.sun.pdfview.function Modifier and Type Class Description classFunctionType0A sampled function maps input values to output values by interpolating along a line or cubic between two known values.classFunctionType2A type 2 function is an exponential interpolation function, which maps from one input value to n output values using a simple exponential formula.classFunctionType33.9.3 - A stitching function define a stitching of the subdomains of several 1-input functions to produce a single new 1-input function.classFunctionType4A PostScript function is represented as a stream containing code written in a small subset of the PostScript language.Methods in com.sun.pdfview.function that return PDFFunction Modifier and Type Method Description static PDFFunctionPDFFunction. getFunction(PDFObject obj)Get a PDFFunction from a PDFObject -
Uses of PDFFunction in com.sun.pdfview.pattern
Fields in com.sun.pdfview.pattern declared as PDFFunction Modifier and Type Field Description private PDFFunction[]ShaderType2. functionsfunctions, as an array of either 1 or n functionsMethods in com.sun.pdfview.pattern that return PDFFunction Modifier and Type Method Description PDFFunction[]ShaderType2. getFunctions()Get the functions associated with this shaderMethods in com.sun.pdfview.pattern with parameters of type PDFFunction Modifier and Type Method Description protected voidShaderType2. setFunctions(PDFFunction[] functions)Set the functions associated with this shader
-