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.
|
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 pattern
|
PDFPattern |
PDFFactory.registerPattern(PDFResourceContext res,
PDFPattern pattern) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<PDFPattern> |
PDFResourceContext.getPatterns() |
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) |
Modifier and Type | Method | Description |
---|---|---|
PDFPattern |
PDFGraphics2D.registerPattern(PDFPattern pattern) |
Registers a pattern object against the output format document
|
Modifier and Type | Method | Description |
---|---|---|
PDFPattern |
PDFGraphics2D.registerPattern(PDFPattern pattern) |
Registers a pattern object against the output format document
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.