|
fop 2.3 | |||||||||
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.afp.AFPRenderingContext
public class AFPRenderingContext
Rendering context for AFP (MO:DCA) production.
Constructor Summary | |
---|---|
AFPRenderingContext(FOUserAgent userAgent,
AFPResourceManager resourceManager,
AFPPaintingState paintingState,
FontInfo fontInfo,
java.util.Map foreignAttributes)
Main constructor. |
Method Summary | |
---|---|
FontInfo |
getFontInfo()
Returns the font list. |
java.util.Map |
getForeignAttributes()
Returns a Map of foreign attributes. |
java.lang.String |
getMimeType()
Returns the MIME type associated with the current output format. |
AFPPaintingState |
getPaintingState()
|
AFPResourceManager |
getResourceManager()
Returns the resource manager. |
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 AFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, java.util.Map foreignAttributes)
userAgent
- the user agentresourceManager
- the resource managerpaintingState
- the painting statefontInfo
- the font listforeignAttributes
- a map of foreign attributesMethod Detail |
---|
public java.lang.String getMimeType()
public AFPResourceManager getResourceManager()
public AFPPaintingState getPaintingState()
public FontInfo getFontInfo()
public java.util.Map getForeignAttributes()
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |