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 | Description |
---|---|---|
protected PDFShading |
PDFPattern.shading |
The Shading object comprising the Type 2 pattern
|
Modifier and Type | Method | 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 | Description |
---|---|---|
java.util.Set<PDFShading> |
PDFResourceContext.getShadings() |
Modifier and Type | Method | 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 | Description |
---|---|
PDFPattern(int thePatternType,
PDFShading shading,
java.util.List theXUID,
java.lang.StringBuffer theExtGState,
java.util.List theMatrix) |
Create a type 2 pattern (smooth shading)
|
Modifier and Type | Method | Description |
---|---|---|
PDFShading |
PDFGraphics2D.registerShading(PDFShading shading) |
Registers a shading object against the otuput format document
|
Modifier and Type | Method | Description |
---|---|---|
PDFShading |
PDFGraphics2D.registerShading(PDFShading shading) |
Registers a shading object against the otuput format document
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.