Uses of Class
org.apache.fop.render.gradient.Function
-
Packages that use Function Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.gradient -
-
Uses of Function in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as Function Modifier and Type Field Description private Function
PDFFunction. function
Methods in org.apache.fop.pdf that return Function Modifier and Type Method Description Function
PDFFunction. getFunction()
Constructors in org.apache.fop.pdf with parameters of type Function Constructor Description PDFFunction(Function function)
PDFFunction(Function function, java.util.List<PDFFunction> pdfFunctions)
-
Uses of Function in org.apache.fop.render.gradient
Fields in org.apache.fop.render.gradient declared as Function Modifier and Type Field Description private Function
Shading. function
Required for Type 1, 2, and 3: The object of the color mapping function (usually type 2 or 3).Fields in org.apache.fop.render.gradient with type parameters of type Function Modifier and Type Field Description private java.util.List<Function>
Function. functions
Required for Type 3: An vector of PDFFunctions which form an array of k single input functions making up the stitching function.Methods in org.apache.fop.render.gradient that return Function Modifier and Type Method Description Function
Shading. getFunction()
Methods in org.apache.fop.render.gradient that return types with arguments of type Function Modifier and Type Method Description java.util.List<Function>
Function. getFunctions()
Gets the sub-functionsprivate static java.util.List<Function>
GradientMaker. makeFunctions(org.apache.batik.ext.awt.MultipleGradientPaint gradient)
Constructors in org.apache.fop.render.gradient with parameters of type Function Constructor Description Shading(int shadingType, PDFDeviceColorSpace colorSpace, java.util.List<java.lang.Double> coords, Function function)
-