fop 0.94

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

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

Uses of PDFPattern in org.apache.fop.pdf
 

Methods in org.apache.fop.pdf that return PDFPattern
 PDFPattern PDFFactory.makePattern(PDFResourceContext res, 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 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
 PDFPattern PDFFactory.makeGradient(PDFResourceContext res, boolean radial, PDFDeviceColorSpace theColorspace, java.util.List theColors, java.util.List theBounds, java.util.List theCoords, java.util.List theMatrix)
          Make a gradient
protected  PDFPattern PDFDocument.findPattern(PDFPattern compare)
          Find a previous pattern.
 

Methods in org.apache.fop.pdf with parameters of type PDFPattern
protected  PDFPattern PDFDocument.findPattern(PDFPattern compare)
          Find a previous pattern.
 void PDFResources.addPattern(PDFPattern thePattern)
          Add the pattern to the resources.
 


fop 0.94

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