|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractRenderingContext
org.apache.fop.render.pdf.PDFRenderingContext
public class PDFRenderingContext
Rendering context for PDF production.
Constructor Summary | |
---|---|
PDFRenderingContext(FOUserAgent userAgent,
PDFContentGenerator generator,
PDFPage page,
FontInfo fontInfo)
Main constructor. |
Method Summary | |
---|---|
FontInfo |
getFontInfo()
Returns the font list. |
PDFContentGenerator |
getGenerator()
Returns the PDF content generator. |
java.lang.String |
getMimeType()
Returns the MIME type associated with the current output format. |
PDFPage |
getPage()
Returns the current PDF page. |
Methods inherited from class org.apache.fop.render.AbstractRenderingContext |
---|
getHint, getHints, getUserAgent, putHint, putHints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFRenderingContext(FOUserAgent userAgent, PDFContentGenerator generator, PDFPage page, FontInfo fontInfo)
userAgent
- the user agentgenerator
- the PDF content generatorpage
- the current PDF pagefontInfo
- the font listMethod Detail |
---|
public java.lang.String getMimeType()
public PDFContentGenerator getGenerator()
public PDFPage getPage()
public FontInfo getFontInfo()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |