Uses of Class
org.apache.fop.render.gradient.Function
Packages that use Function
Package
Description
Classes for handling the low-level creation of PDF documents.
-
Uses of Function in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as FunctionMethods in org.apache.fop.pdf that return FunctionConstructors in org.apache.fop.pdf with parameters of type FunctionModifierConstructorDescriptionPDFFunction
(Function function) PDFFunction
(Function function, List<PDFFunction> pdfFunctions) -
Uses of Function in org.apache.fop.render.gradient
Fields in org.apache.fop.render.gradient declared as FunctionModifier and TypeFieldDescriptionprivate final 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 FunctionModifier and TypeFieldDescriptionFunction.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 FunctionMethods in org.apache.fop.render.gradient that return types with arguments of type FunctionModifier and TypeMethodDescriptionFunction.getFunctions()
Gets the sub-functionsGradientMaker.makeFunctions
(org.apache.batik.ext.awt.MultipleGradientPaint gradient) Constructors in org.apache.fop.render.gradient with parameters of type FunctionModifierConstructorDescriptionShading
(int shadingType, PDFDeviceColorSpace colorSpace, List<Double> coords, Function function)