Uses of Class
org.apache.fop.pdf.PDFFunction
-
Packages that use PDFFunction Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFFunction in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFFunction Modifier and Type Field Description private PDFFunction
PDFShading. pdfFunction
Fields in org.apache.fop.pdf with type parameters of type PDFFunction Modifier and Type Field Description private java.util.List<PDFFunction>
PDFDocument. functions
private java.util.List<PDFFunction>
PDFFunction. pdfFunctions
Methods in org.apache.fop.pdf that return PDFFunction Modifier and Type Method Description protected PDFFunction
PDFDocument. findFunction(PDFFunction compare)
Looks through the registered functions to see if one that is equal to a reference object existsPDFFunction
PDFFactory. makeFunction(java.util.List domain, java.util.List range, float[] cZero, float[] cOne, double interpolationExponentN)
make a type Exponential interpolation function (for shading usually)PDFFunction
PDFFactory. registerFunction(PDFFunction function)
Registers a function against the documentMethods in org.apache.fop.pdf with parameters of type PDFFunction Modifier and Type Method Description protected PDFFunction
PDFDocument. findFunction(PDFFunction compare)
Looks through the registered functions to see if one that is equal to a reference object existsPDFFunction
PDFFactory. registerFunction(PDFFunction function)
Registers a function against the documentConstructors in org.apache.fop.pdf with parameters of type PDFFunction Constructor Description PDFSeparationColorSpace(java.lang.String colorName, PDFFunction tintFunction)
Creates a new "Separation" color space.PDFShading(int shadingType, PDFDeviceColorSpace colorSpace, java.util.List coords, PDFFunction pdfFunction)
Constructor for Type 2 and 3Constructor parameters in org.apache.fop.pdf with type arguments of type PDFFunction Constructor Description PDFFunction(Function function, java.util.List<PDFFunction> pdfFunctions)
-
Uses of PDFFunction in org.apache.fop.svg
Methods in org.apache.fop.svg that return PDFFunction Modifier and Type Method Description PDFFunction
PDFGraphics2D. registerFunction(PDFFunction function)
Registers a function object against the output format documentMethods in org.apache.fop.svg with parameters of type PDFFunction Modifier and Type Method Description PDFFunction
PDFGraphics2D. registerFunction(PDFFunction function)
Registers a function object against the output format document
-