Uses of Class
org.apache.fop.pdf.PDFPattern
Packages that use PDFPattern
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 PDFPattern in org.apache.fop.pdf
Fields in org.apache.fop.pdf with type parameters of type PDFPatternModifier and TypeFieldDescriptionprivate List<PDFPattern>
PDFDocument.patterns
private Set<PDFPattern>
PDFResourceContext.patterns
Methods in org.apache.fop.pdf that return PDFPatternModifier and TypeMethodDescriptionprotected PDFPattern
PDFDocument.findPattern
(PDFPattern compare) Find a previous pattern.PDFFactory.makePattern
(PDFResourceContext res, int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, List theBBox, double theXStep, double theYStep, List theMatrix, List theXUID, StringBuffer thePatternDataStream) Make a tiling patternPDFFactory.registerPattern
(PDFResourceContext res, PDFPattern pattern) Methods in org.apache.fop.pdf that return types with arguments of type PDFPatternMethods in org.apache.fop.pdf with parameters of type PDFPatternModifier and TypeMethodDescriptionvoid
PDFResourceContext.addPattern
(PDFPattern pattern) protected PDFPattern
PDFDocument.findPattern
(PDFPattern compare) Find a previous pattern.PDFFactory.registerPattern
(PDFResourceContext res, PDFPattern pattern) -
Uses of PDFPattern in org.apache.fop.svg
Methods in org.apache.fop.svg that return PDFPatternModifier and TypeMethodDescriptionprivate PDFPattern
PDFGraphics2D.createPDFPattern
(Pattern pattern) PDFGraphics2D.registerPattern
(PDFPattern pattern) Registers a pattern object against the output format documentMethods in org.apache.fop.svg with parameters of type PDFPatternModifier and TypeMethodDescriptionPDFGraphics2D.registerPattern
(PDFPattern pattern) Registers a pattern object against the output format document