|
fop 2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFPattern | |
---|---|
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 | |
---|---|
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 pattern |
PDFPattern |
PDFFactory.registerPattern(PDFResourceContext res,
PDFPattern pattern)
|
Methods in org.apache.fop.pdf that return types with arguments of type PDFPattern | |
---|---|
java.util.Set<PDFPattern> |
PDFResourceContext.getPatterns()
|
Methods in org.apache.fop.pdf with parameters of type PDFPattern | |
---|---|
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 | |
---|---|
PDFPattern |
PDFGraphics2D.registerPattern(PDFPattern pattern)
Registers a pattern object against the output format document |
Methods in org.apache.fop.svg with parameters of type PDFPattern | |
---|---|
PDFPattern |
PDFGraphics2D.registerPattern(PDFPattern pattern)
Registers a pattern object against the output format document |
|
fop 2.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |