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 | Field and Description |
---|---|
protected PDFShading |
PDFPattern.shading
The Shading object comprising the Type 2 pattern
|
Modifier and Type | Method and Description |
---|---|
protected PDFShading |
PDFDocument.findShading(PDFShading compare)
Looks through the registered shadings to see if one that is equal to
a reference object exists
|
PDFShading |
PDFFactory.registerShading(PDFResourceContext res,
PDFShading shading)
Registers a shading object against the document
|
Modifier and Type | Method and Description |
---|---|
Set<PDFShading> |
PDFResourceContext.getShadings() |
Modifier and Type | Method and Description |
---|---|
void |
PDFResourceContext.addShading(PDFShading shading)
Add the shading to the current resource context.
|
protected PDFShading |
PDFDocument.findShading(PDFShading compare)
Looks through the registered shadings to see if one that is equal to
a reference object exists
|
PDFShading |
PDFFactory.registerShading(PDFResourceContext res,
PDFShading shading)
Registers a shading object against the document
|
Constructor and Description |
---|
PDFPattern(int thePatternType,
PDFShading shading,
List theXUID,
StringBuffer theExtGState,
List theMatrix)
Create a type 2 pattern (smooth shading)
|
Modifier and Type | Method and Description |
---|---|
PDFShading |
PDFGraphics2D.registerShading(PDFShading shading)
Registers a shading object against the otuput format document
|
Modifier and Type | Method and Description |
---|---|
PDFShading |
PDFGraphics2D.registerShading(PDFShading shading)
Registers a shading object against the otuput format document
|
Copyright © 2025 Apache Software Foundation. All rights reserved.