Uses of Class
org.apache.fop.pdf.PDFPattern
-
Packages that use PDFPattern 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 PDFPattern in org.apache.fop.pdf
Methods in org.apache.fop.pdf that return PDFPattern Modifier and Type Method Description protected PDFPattern
PDFDocument. findPattern(PDFPattern compare)
Find a previous pattern.PDFPattern
PDFFactory. makePattern(PDFResourceContext res, int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, java.util.List theBBox, double theXStep, double theYStep, java.util.List theMatrix, java.util.List theXUID, java.lang.StringBuffer thePatternDataStream)
Make a tiling patternPDFPattern
PDFFactory. registerPattern(PDFResourceContext res, PDFPattern pattern)
Methods in org.apache.fop.pdf that return types with arguments of type PDFPattern Modifier and Type Method Description java.util.Set<PDFPattern>
PDFResourceContext. getPatterns()
Methods in org.apache.fop.pdf with parameters of type PDFPattern Modifier and Type Method Description void
PDFResourceContext. addPattern(PDFPattern pattern)
protected PDFPattern
PDFDocument. findPattern(PDFPattern compare)
Find a previous pattern.PDFPattern
PDFFactory. registerPattern(PDFResourceContext res, PDFPattern pattern)
-
Uses of PDFPattern in org.apache.fop.svg
Methods in org.apache.fop.svg that return PDFPattern Modifier and Type Method Description PDFPattern
PDFGraphics2D. registerPattern(PDFPattern pattern)
Registers a pattern object against the output format documentMethods in org.apache.fop.svg with parameters of type PDFPattern Modifier and Type Method Description PDFPattern
PDFGraphics2D. registerPattern(PDFPattern pattern)
Registers a pattern object against the output format document
-