Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.bridge
Interface Bridge  view Bridge download Bridge.java

All Known Subinterfaces:
ClipBridge, FilterBridge, FilterPrimitiveBridge, GenericBridge, GraphicsNodeBridge, MarkerBridge, MaskBridge, PaintBridge
All Known Implementing Classes:
AbstractGraphicsNodeBridge, AbstractSVGBridge, AbstractSVGFilterPrimitiveElementBridge, AbstractSVGGradientElementBridge, AbstractSVGGradientElementBridge.SVGStopElementBridge, SVGClipPathElementBridge, SVGDescriptiveElementBridge, SVGFilterElementBridge, SVGMarkerElementBridge, SVGMaskElementBridge, SVGPatternElementBridge, SVGSwitchElementBridge

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.8 2004/08/18 07:12:30 vhardy Exp $

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.
 

Method Detail

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.