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

Packages that use PDFPattern
org.apache.fop.pdf   
 

Uses of PDFPattern in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFPattern
 PDFPattern PDFDocument.makePattern(int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, java.util.List theBBox, double theXStep, double theYStep, java.util.List theMatrix, java.util.List theXUID, java.lang.StringBuffer thePatternDataStream)
          Make a tiling pattern
 PDFPattern PDFDocument.makePattern(int thePatternType, PDFShading theShading, java.util.List theXUID, java.lang.StringBuffer theExtGState, java.util.List theMatrix)
          Make a smooth shading pattern
 PDFPattern PDFDocument.createGradient(boolean radial, ColorSpace theColorspace, java.util.List theColors, java.util.List theBounds, java.util.List theCoords)
           
 

Methods in org.apache.fop.pdf with parameters of type PDFPattern
 void PDFResources.addPattern(PDFPattern thePattern)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.