Uses of Class
org.apache.fop.pdf.PDFShading
-
Packages that use PDFShading 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 PDFShading in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as PDFShading Modifier and Type Field Description protected PDFShadingPDFPattern. shadingThe Shading object comprising the Type 2 patternMethods in org.apache.fop.pdf that return PDFShading Modifier and Type Method Description protected PDFShadingPDFDocument. findShading(PDFShading compare)Looks through the registered shadings to see if one that is equal to a reference object existsPDFShadingPDFFactory. registerShading(PDFResourceContext res, PDFShading shading)Registers a shading object against the documentMethods in org.apache.fop.pdf that return types with arguments of type PDFShading Modifier and Type Method Description java.util.Set<PDFShading>PDFResourceContext. getShadings()Methods in org.apache.fop.pdf with parameters of type PDFShading Modifier and Type Method Description voidPDFResourceContext. 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 existsPDFShadingPDFFactory. registerShading(PDFResourceContext res, PDFShading shading)Registers a shading object against the documentConstructors in org.apache.fop.pdf with parameters of type PDFShading Constructor Description PDFPattern(int thePatternType, PDFShading shading, java.util.List theXUID, java.lang.StringBuffer theExtGState, java.util.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 PDFShading Modifier and Type Method Description PDFShadingPDFGraphics2D. registerShading(PDFShading shading)Registers a shading object against the otuput format documentMethods in org.apache.fop.svg with parameters of type PDFShading Modifier and Type Method Description PDFShadingPDFGraphics2D. registerShading(PDFShading shading)Registers a shading object against the otuput format document
-