|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractGenericSVGHandler
org.apache.fop.render.afp.AFPSVGHandler
public class AFPSVGHandler
AFP XML handler for SVG. Uses Apache Batik for SVG processing. This handler handles XML for foreign objects and delegates to AFPGraphics2DAdapter.
AFPGraphics2DAdapter
Field Summary |
---|
Fields inherited from interface org.apache.fop.render.XMLHandler |
---|
HANDLE_ALL |
Fields inherited from interface org.apache.fop.render.RendererContextConstants |
---|
FOREIGN_ATTRIBUTES, HANDLER_CONFIGURATION, HEIGHT, OUTPUT_STREAM, PAGE_VIEWPORT, WIDTH, XPOS, YPOS |
Constructor Summary | |
---|---|
AFPSVGHandler()
|
Method Summary | |
---|---|
boolean |
supportsRenderer(Renderer renderer)
Checks if this XMLHandler supports handling an XML namespace for a particular renderer. |
protected void |
updateRendererContext(RendererContext context)
Override this method to update the renderer context if it needs special settings for certain conditions. |
Methods inherited from class org.apache.fop.render.AbstractGenericSVGHandler |
---|
getNamespace, handleXML, renderSVGDocument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFPSVGHandler()
Method Detail |
---|
public boolean supportsRenderer(Renderer renderer)
renderer
- the renderer for which to check.
protected void updateRendererContext(RendererContext context)
updateRendererContext
in class AbstractGenericSVGHandler
context
- the renderer context
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |