fop 0.95

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

Packages that use PDFShading
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
 

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
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.
 

Methods in org.apache.fop.pdf with parameters of type PDFShading
 void PDFResourceContext.addShading(PDFShading shading)
          Add the shading to the current resource context.
 void PDFResources.addShading(PDFShading theShading)
          Add a Shading to the resources.
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
 

Constructors in org.apache.fop.pdf with parameters of type PDFShading
PDFPattern(int thePatternType, PDFShading theShading, java.util.List theXUID, java.lang.StringBuffer theExtGState, java.util.List theMatrix)
          Create a type 2 pattern (smooth shading)
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.