|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFShading | |
org.apache.fop.pdf |
Uses of PDFShading in org.apache.fop.pdf |
Fields in org.apache.fop.pdf declared as PDFShading | |
protected PDFShading |
PDFPattern.shading
The Shading object comprising the Type 2 pattern |
Methods in org.apache.fop.pdf that return PDFShading | |
PDFShading |
PDFDocument.makeShading(int theShadingType,
ColorSpace 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 |
PDFDocument.makeShading(int theShadingType,
ColorSpace 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. |
PDFShading |
PDFDocument.makeShading(int theShadingType,
ColorSpace 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 |
PDFDocument.makeShading(int theShadingType,
ColorSpace 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 |
Methods in org.apache.fop.pdf with parameters of type PDFShading | |
void |
PDFResources.addShading(PDFShading theShading)
|
void |
PDFPage.addShading(PDFShading shading)
|
PDFPattern |
PDFDocument.makePattern(int thePatternType,
PDFShading theShading,
java.util.List theXUID,
java.lang.StringBuffer theExtGState,
java.util.List theMatrix)
Make a smooth shading pattern |
Constructors in org.apache.fop.pdf with parameters of type PDFShading | |
PDFPattern(int theNumber,
java.lang.String thePatternName,
int thePatternType,
PDFShading theShading,
java.util.List theXUID,
java.lang.StringBuffer theExtGState,
java.util.List theMatrix)
Create a type 2 pattern (smooth shading) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |