fop 0.95beta | |
Frames | No Frames |
Fields of type org.apache.fop.pdf.PDFResources | |
PDFResources | the /Resources object of the PDF document being created
|
Constructors with parameter type org.apache.fop.pdf.PDFResources | |
Create a /Page object
| |
PDFPage.PDFPage(PDFResources resources, PDFStream contents, int pageWidth, int pageHeight, int pageIndex) Create a /Page object
| |
PDFPattern.PDFPattern(PDFResources theResources, int thePatternType, int thePaintType, int theTilingType, List theBBox, double theXStep, double theYStep, List theMatrix, List theXUID, StringBuffer thePatternDataStream) Create a tiling pattern (type 1). | |
Creates a new ResourceContext. |
Fields of type org.apache.fop.pdf.PDFResources | |
PDFResources | the /Resources object
|
PDFResources | The resources associated with this pattern
|
Methods with parameter type org.apache.fop.pdf.PDFResources | |
PDFPage | Make a /Page object. |
PDFPage | Make a /Page object. |
PDFPattern | PDFFactory.makePattern(PDFResourceContext res, int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, List theBBox, double theXStep, double theYStep, List theMatrix, List theXUID, StringBuffer thePatternDataStream) Make a tiling pattern
|
Methods with return type org.apache.fop.pdf.PDFResources | |
PDFResources | Get the resources for this resource context. |
PDFResources | get the /Resources object for the document
|
PDFResources | Make a /Resources object. |
fop 0.95beta |