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 and Description |
---|---|
protected PDFPattern |
PDFDocument.findPattern(PDFPattern compare)
Find a previous pattern.
|
PDFPattern |
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 pattern
|
PDFPattern |
PDFFactory.registerPattern(PDFResourceContext res,
PDFPattern pattern) |
Modifier and Type | Method and Description |
---|---|
Set<PDFPattern> |
PDFResourceContext.getPatterns() |
Modifier and Type | Method and 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 and Description |
---|---|
PDFPattern |
PDFGraphics2D.registerPattern(PDFPattern pattern)
Registers a pattern object against the output format document
|
Modifier and Type | Method and Description |
---|---|
PDFPattern |
PDFGraphics2D.registerPattern(PDFPattern pattern)
Registers a pattern object against the output format document
|
Copyright © 2025 Apache Software Foundation. All rights reserved.