org.apache.batik.bridge

Class AbstractSVGBridge

public abstract class AbstractSVGBridge extends Object implements Bridge, SVGConstants

The base bridge class for SVG elements.
Constructor Summary
protected AbstractSVGBridge()
Constructs a new abstract bridge for SVG elements.
Method Summary
BridgegetInstance()
Returns a new instance of this bridge.
StringgetNamespaceURI()
Returns the SVG namespace URI.

Constructor Detail

AbstractSVGBridge

protected AbstractSVGBridge()
Constructs a new abstract bridge for SVG elements.

Method Detail

getInstance

public Bridge getInstance()
Returns a new instance of this bridge.

getNamespaceURI

public String getNamespaceURI()
Returns the SVG namespace URI.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.