Package org.apache.fop.render.svg
Interface SVGRendererContextConstants
- All Superinterfaces:
RendererContextConstants
- All Known Implementing Classes:
SVGSVGHandler
Defines a number of standard constants (keys) for use by the RendererContext class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The SVG document that this image is being drawn into.static final String
The current SVG page g element.Fields inherited from interface org.apache.fop.render.RendererContextConstants
FOREIGN_ATTRIBUTES, HANDLER_CONFIGURATION, HEIGHT, OUTPUT_STREAM, PAGE_VIEWPORT, WIDTH, XPOS, YPOS
-
Field Details
-
SVG_DOCUMENT
The SVG document that this image is being drawn into.- See Also:
-
SVG_PAGE_G
The current SVG page g element.- See Also:
-