| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFStream | |
org.apache.fop.pdf | |
org.apache.fop.render.pdf |
Uses of PDFStream in org.apache.fop.pdf |
Constructors in org.apache.fop.pdf with parameters of type PDFStream | |
PDFPage.PDFPage(int number, PDFResources resources, PDFStream contents, int pagewidth, int pageheight) create a /Page object |
Methods in org.apache.fop.pdf that return PDFStream | |
PDFStream | PDFDocument.makeStream() make a stream object |
Methods in org.apache.fop.pdf with parameters of type PDFStream | |
PDFPage | PDFDocument.makePage(PDFResources resources, PDFStream contents, int pagewidth, int pageheight, Page currentPage) make a /Page object |
void | PDFFontDescriptor.setFontFile(byte subtype, PDFStream fontfile) set the optional font file stream |
Uses of PDFStream in org.apache.fop.render.pdf |
Fields in org.apache.fop.render.pdf declared as PDFStream | |
(package private) PDFStream | PDFRenderer.currentStream the current stream to add PDF commands to |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |