org.apache.batik.bridge
Interface Bridge
- All Known Subinterfaces:
- ClipBridge, FilterBridge, FilterPrimitiveBridge, GenericBridge, GraphicsNodeBridge, MarkerBridge, MaskBridge, PaintBridge
- All Known Implementing Classes:
- AbstractGraphicsNodeBridge, AbstractSVGBridge, AbstractSVGFilterPrimitiveElementBridge, AbstractSVGGradientElementBridge, AbstractSVGGradientElementBridge.SVGStopElementBridge, ColorSwitchBridge, SolidColorBridge, SVGClipPathElementBridge, SVGDescElementBridge, SVGFilterElementBridge, SVGMarkerElementBridge, SVGMaskElementBridge, SVGPatternElementBridge, SVGSwitchElementBridge, SVGTitleElementBridge
- public interface Bridge
A tagging interface that all bridges must implement. A bridge is
responsible on creating and maintaining an appropriate object
according to an Element.
- Version:
- $Id: Bridge.java,v 1.7 2003/08/08 11:38:50 vhardy Exp $
- Author:
- Thierry Kormann
|
Method Summary |
Bridge |
getInstance()
Returns a new instance of this bridge. |
java.lang.String |
getLocalName()
Returns the local name of the element this Bridge is dedicated
to. |
java.lang.String |
getNamespaceURI()
Returns the namespace URI of the element this Bridge is
dedicated to. |
getNamespaceURI
public java.lang.String getNamespaceURI()
- Returns the namespace URI of the element this Bridge is
dedicated to.
getLocalName
public java.lang.String getLocalName()
- Returns the local name of the element this Bridge is dedicated
to.
getInstance
public Bridge getInstance()
- Returns a new instance of this bridge.
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.