Package org.apache.fop.render.svg
Class SVGRenderingContext
java.lang.Object
org.apache.fop.render.AbstractRenderingContext
org.apache.fop.render.svg.SVGRenderingContext
- All Implemented Interfaces:
RenderingContext
Rendering context for SVG production.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVGRenderingContext
(FOUserAgent userAgent, ContentHandler handler) Main constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the target content handler.Returns the MIME type associated with the current output format.Methods inherited from class org.apache.fop.render.AbstractRenderingContext
getHint, getHints, getUserAgent, putHint, putHints
-
Field Details
-
handler
-
-
Constructor Details
-
SVGRenderingContext
Main constructor.- Parameters:
userAgent
- the user agenthandler
- the target content handler
-
-
Method Details
-
getMimeType
Returns the MIME type associated with the current output format.- Returns:
- the MIME type (ex. application/pdf)
-
getContentHandler
Returns the target content handler.- Returns:
- the content handler
-