Uses of Class
org.apache.fop.pdf.PDFShading
Packages that use PDFShading
Package
Description
Classes for handling the low-level creation of PDF documents.
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
-
Uses of PDFShading in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFShadingModifier and TypeFieldDescriptionprotected PDFShadingPDFPattern.shadingThe Shading object comprising the Type 2 patternMethods in org.apache.fop.pdf that return PDFShadingModifier and TypeMethodDescriptionprotected PDFShadingPDFDocument.findShading(PDFShading compare) Looks through the registered shadings to see if one that is equal to a reference object existsPDFFactory.registerShading(PDFResourceContext res, PDFShading shading) Registers a shading object against the documentMethods in org.apache.fop.pdf that return types with arguments of type PDFShadingMethods in org.apache.fop.pdf with parameters of type PDFShadingModifier and TypeMethodDescriptionvoidPDFResourceContext.addShading(PDFShading shading) Add the shading to the current resource context.protected PDFShadingPDFDocument.findShading(PDFShading compare) Looks through the registered shadings to see if one that is equal to a reference object existsPDFFactory.registerShading(PDFResourceContext res, PDFShading shading) Registers a shading object against the documentConstructors in org.apache.fop.pdf with parameters of type PDFShadingModifierConstructorDescriptionPDFPattern(int thePatternType, PDFShading shading, List theXUID, StringBuffer theExtGState, List theMatrix) Create a type 2 pattern (smooth shading) -
Uses of PDFShading in org.apache.fop.svg
Methods in org.apache.fop.svg that return PDFShadingModifier and TypeMethodDescriptionPDFGraphics2D.registerShading(PDFShading shading) Registers a shading object against the otuput format documentMethods in org.apache.fop.svg with parameters of type PDFShadingModifier and TypeMethodDescriptionPDFGraphics2D.registerShading(PDFShading shading) Registers a shading object against the otuput format document