org.apache.batik.bridge

Interface GenericBridge

public interface GenericBridge extends Bridge

A tagging interface that bridges for elements child of GraphicsNodeBridge should implement.
Method Summary
voidhandleElement(BridgeContext ctx, Element e)
Invoked to handle an Element for a given BridgeContext.

Method Detail

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 use e the element being handled

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.