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
PDFPatternPDFDocument.createGradient(boolean radial, ColorSpace theColorspace, Vector theColors, Vector theBounds, Vector theCoords)
          
PDFPatternPDFDocument.makePattern(int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, Vector theBBox, double theXStep, double theYStep, Vector theMatrix, Vector theXUID, StringBuffer thePatternDataStream)
          Make a tiling pattern
PDFPatternPDFDocument.makePattern(int thePatternType, PDFShading theShading, Vector theXUID, StringBuffer theExtGState, Vector theMatrix)
          Make a smooth shading pattern
 

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