Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
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.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
int theBitsPerFlag,
java.util.List theDecode,
PDFFunction theFunction)
Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh
shading object
|
PDFShading |
PDFFactory.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
java.util.List theDecode,
int theVerticesPerRow,
PDFFunction theFunction)
make a Lattice-Form Gouraud mesh shading object
|
PDFShading |
PDFFactory.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
java.util.List theDomain,
java.util.List theMatrix,
PDFFunction theFunction)
make a function based shading object
|
PDFShading |
PDFFactory.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
java.util.List theCoords,
java.util.List theDomain,
PDFFunction theFunction,
java.util.List theExtend)
Make an axial or radial shading object.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFResources.addShading(PDFShading theShading)
Add a Shading to the resources.
|
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
|
PDFPattern |
PDFFactory.makePattern(PDFResourceContext res,
int thePatternType,
PDFShading theShading,
java.util.List theXUID,
java.lang.StringBuffer theExtGState,
java.util.List theMatrix)
Make a smooth shading pattern
|
Constructor and Description |
---|
PDFPattern(int thePatternType,
PDFShading theShading,
java.util.List theXUID,
java.lang.StringBuffer theExtGState,
java.util.List theMatrix)
Create a type 2 pattern (smooth shading)
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.