| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Renderer that renders areas to PDF
Field Summary | |
(package private) PDFAnnotList | currentAnnotList the current annotation list to add annotations to |
(package private) PDFPage | currentPage the current page to add annotations to |
(package private) PDFStream | currentStream the current stream to add PDF commands to |
Constructor Summary | |
PDFRenderer() create the PDF renderer |
Method Summary | |
void | render(AreaTree areaTree, OutputStream stream) render the areas into PDF |
void | renderAreaContainer(AreaContainer area) render area container to PDF |
void | renderBlockArea(BlockArea area) render block area to PDF |
void | renderBodyAreaContainer(BodyAreaContainer area) |
void | renderDisplaySpace(DisplaySpace space) render display space to PDF |
void | renderForeignObjectArea(ForeignObjectArea area) render a foreign object area |
void | renderImageArea(ImageArea area) render image area to PDF |
void | renderInlineArea(InlineArea area) render inline area to PDF |
void | renderInlineSpace(InlineSpace space) render inline space to PDF |
void | renderLeaderArea(LeaderArea area) render leader area into PDF |
void | renderLineArea(LineArea area) render line area to PDF |
void | renderPage(Page page) render page into PDF |
void | renderSpanArea(SpanArea area) |
void | renderSVGArea(SVGArea area) render SVG area to PDF |
void | setProducer(String producer) set the PDF document's producer |
void | setupFontInfo(FontInfo fontInfo) set up the font info |
Field Detail |
PDFAnnotList currentAnnotList
PDFPage currentPage
PDFStream currentStream
Constructor Detail |
public PDFRenderer()
Method Detail |
public void render(AreaTree areaTree, OutputStream stream)
throws java.io.IOException,
org.apache.fop.apps.FOPException
public void renderAreaContainer(AreaContainer area)
public void renderBlockArea(BlockArea area)
public void renderBodyAreaContainer(BodyAreaContainer area)
public void renderDisplaySpace(DisplaySpace space)
public void renderForeignObjectArea(ForeignObjectArea area)
public void renderImageArea(ImageArea area)
public void renderInlineArea(InlineArea area)
public void renderInlineSpace(InlineSpace space)
public void renderLeaderArea(LeaderArea area)
public void renderLineArea(LineArea area)
public void renderPage(Page page)
public void renderSpanArea(SpanArea area)
public void renderSVGArea(SVGArea area)
public void setProducer(String producer)
public void setupFontInfo(FontInfo fontInfo)
Association Links |
to Class org.apache.fop.pdf.PDFResources
to Class org.apache.fop.datatypes.IDReferences
to Class org.apache.fop.pdf.PDFStream
to Class org.apache.fop.pdf.PDFAnnotList
to Class org.apache.fop.pdf.PDFPage
to Class java.lang.String
to Class org.apache.fop.pdf.PDFPathPaint
to Class org.apache.fop.pdf.PDFPathPaint
to Class org.apache.fop.pdf.PDFColor
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |