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 FunctionPDFFunction. functionMethods in org.apache.fop.pdf that return Function Modifier and Type Method Description FunctionPDFFunction. 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 FunctionShading. functionRequired 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. functionsRequired 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 FunctionShading. 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)
-