org.apache.batik.bridge
Interface GenericBridge
- All Superinterfaces:
- Bridge
- All Known Implementing Classes:
- SVGDescElementBridge, SVGTitleElementBridge
- public interface GenericBridge
- extends Bridge
A tagging interface that bridges for elements child of GraphicsNodeBridge
should implement.
handleElement
public void handleElement(BridgeContext ctx,
Element e)
- Invoked to handle an Element for a given BridgeContext.
For example, see the SVGTitleElementBridge.
- Parameters:
ctx
- the bridge context to usee
- the element that describes the graphics node to build
Copyright © 2002 Apache Software Foundation. All Rights Reserved.