fop 0.95

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
protected  PDFPattern PDFDocument.findPattern(PDFPattern compare)
          Find a previous 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
 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
 

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


fop 0.95

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