Package org.apache.fop.render.afp
Class AFPRenderingContext
- java.lang.Object
-
- org.apache.fop.render.AbstractRenderingContext
-
- org.apache.fop.render.afp.AFPRenderingContext
-
- All Implemented Interfaces:
RenderingContext
public class AFPRenderingContext extends AbstractRenderingContext
Rendering context for AFP (MO:DCA) production.
-
-
Constructor Summary
Constructors Constructor Description AFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, java.util.Map foreignAttributes)
Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
AFPRenderingContext
public AFPRenderingContext(FOUserAgent userAgent, AFPResourceManager resourceManager, AFPPaintingState paintingState, FontInfo fontInfo, java.util.Map foreignAttributes)
Main constructor.- Parameters:
userAgent
- the user agentresourceManager
- the resource managerpaintingState
- the painting statefontInfo
- the font listforeignAttributes
- a map of foreign attributes
-
-
Method Detail
-
getMimeType
public java.lang.String getMimeType()
Returns the MIME type associated with the current output format.- Returns:
- the MIME type (ex. application/pdf)
-
getResourceManager
public AFPResourceManager getResourceManager()
Returns the resource manager.- Returns:
- the resource manager
-
getPaintingState
public AFPPaintingState getPaintingState()
- Returns:
- painting state
-
getFontInfo
public FontInfo getFontInfo()
Returns the font list.- Returns:
- the font list
-
getForeignAttributes
public java.util.Map getForeignAttributes()
Returns a Map of foreign attributes.- Returns:
- the foreign attributes (Map<QName, Object>)
-
-