| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFResources | |
org.apache.fop.pdf |
Uses of PDFResources in org.apache.fop.pdf |
Constructors in org.apache.fop.pdf with parameters of type PDFResources | |
PDFPage.PDFPage(int number, PDFResources resources, PDFStream contents, int pagewidth, int pageheight) create a /Page object | |
PDFPattern.PDFPattern(int theNumber, String thePatternName, PDFResources theResources, int thePatternType, int thePaintType, int theTilingType, Vector theBBox, double theXStep, double theYStep, Vector theMatrix, Vector theXUID, StringBuffer thePatternDataStream) Create a tiling pattern (type 1). |
Methods in org.apache.fop.pdf that return PDFResources | |
PDFResources | PDFDocument.getResources() get the /Resources object for the document |
Methods in org.apache.fop.pdf with parameters of type PDFResources | |
PDFPage | PDFDocument.makePage(PDFResources resources, PDFStream contents, int pagewidth, int pageheight, Page currentPage) make a /Page object |
PDFPattern | PDFDocument.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 |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |