Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
PDFResources.addPattern(PDFPattern thePattern)
Add the pattern to the resources.
|
protected PDFPattern |
PDFDocument.findPattern(PDFPattern compare)
Find a previous pattern.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.