org.apache.batik.bridge.svg12

Class SVG12BridgeEventSupport

public abstract class SVG12BridgeEventSupport extends BridgeEventSupport

This class is responsible for tracking GraphicsNodeMouseEvents and forwarding them to the DOM as regular DOM MouseEvents. This SVG 1.2 specific class handles DOM Level 3 keyboard events and also ensures that mouse events under sXBL have appropriate bubble limits.
Nested Class Summary
protected static classSVG12BridgeEventSupport.Listener
A GraphicsNodeMouseListener that dispatch DOM events accordingly.
Constructor Summary
protected SVG12BridgeEventSupport()
Method Summary
static voidaddGVTListener(BridgeContext ctx, Document doc)
Is called only for the root element in order to dispatch GVT events to the DOM.

Constructor Detail

SVG12BridgeEventSupport

protected SVG12BridgeEventSupport()

Method Detail

addGVTListener

public static void addGVTListener(BridgeContext ctx, Document doc)
Is called only for the root element in order to dispatch GVT events to the DOM.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.