|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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, 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.
|
|||||||||
| Home >> All >> org >> apache >> batik >> [ bridge overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC