org.apache.batik.bridge
public abstract class BridgeEventSupport extends Object implements SVGConstants
Nested Class Summary | |
---|---|
protected static class | BridgeEventSupport.GVTUnloadListener |
protected static class | BridgeEventSupport.Listener
A GraphicsNodeMouseListener that dispatch DOM events accordingly. |
Field Summary | |
---|---|
static Attribute | TEXT_COMPOUND_ID |
Constructor Summary | |
---|---|
protected | BridgeEventSupport() |
Method Summary | |
---|---|
static void | addGVTListener(BridgeContext ctx, Document doc)
Is called only for the root element in order to dispatch GVT
events to the DOM. |
protected static void | storeEventListener(BridgeContext ctx, EventTarget e, String t, EventListener l, boolean c)
Calls storeEventListener on the given BridgeContext. |
protected static void | storeEventListenerNS(BridgeContext ctx, EventTarget e, String n, String t, EventListener l, boolean c)
Calls storeEventListenerNS on the given BridgeContext. |