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
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
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-functionsConstructors 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)
-