org.apache.fop.render.svg
Interface SVGRendererContextConstants
- RendererContextConstants
- SVGSVGHandler
public interface SVGRendererContextConstants
Defines a number of standard constants (keys) for use by the RendererContext class.
static String | SVG_DOCUMENT - The SVG document that this image is being drawn into.
|
static String | SVG_PAGE_G - The current SVG page g element.
|
SVG_DOCUMENT
public static final String SVG_DOCUMENT
The SVG document that this image is being drawn into.
SVG_PAGE_G
public static final String SVG_PAGE_G
The current SVG page g element.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.