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