Uses of Class
org.apache.fop.pdf.PDFShading

Packages that use PDFShading
org.apache.fop.pdf 

Uses of PDFShading in org.apache.fop.pdf
 

Constructors in org.apache.fop.pdf with parameters of type PDFShading
PDFPattern.PDFPattern(int theNumber, String thePatternName, int thePatternType, PDFShading theShading, Vector theXUID, StringBuffer theExtGState, Vector theMatrix)
          Create a type 2 pattern (smooth shading)
 

Methods in org.apache.fop.pdf that return PDFShading
PDFShadingPDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, Vector theDecode, PDFFunction theFunction)
          Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh shading object
PDFShadingPDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, Vector theDecode, int theVerticesPerRow, PDFFunction theFunction)
          make a Lattice-Form Gouraud mesh shading object
PDFShadingPDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, Vector theCoords, Vector theDomain, PDFFunction theFunction, Vector theExtend)
          Make an axial or radial shading object.
PDFShadingPDFDocument.makeShading(int theShadingType, ColorSpace theColorSpace, Vector theBackground, Vector theBBox, boolean theAntiAlias, Vector theDomain, Vector theMatrix, PDFFunction theFunction)
          make a function based shading object
 

Methods in org.apache.fop.pdf with parameters of type PDFShading
PDFPatternPDFDocument.makePattern(int thePatternType, PDFShading theShading, Vector theXUID, StringBuffer theExtGState, Vector theMatrix)
          Make a smooth shading pattern
voidPDFPage.addShading(PDFShading shading)
          
voidPDFResources.addShading(PDFShading theShading)