org.apache.batik.bridge
Class SVGImageElementBridge.ForwardEventListener
java.lang.Object
org.apache.batik.bridge.SVGImageElementBridge.ForwardEventListener
- All Implemented Interfaces:
- EventListener
- Enclosing class:
- SVGImageElementBridge
- protected static class SVGImageElementBridge.ForwardEventListener
- extends Object
- implements EventListener
A simple DOM listener to forward events from the SVG image document to
the original document.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
svgElement
protected Element svgElement
- The root element of the SVG image.
imgElement
protected Element imgElement
- The image element.
SVGImageElementBridge.ForwardEventListener
public SVGImageElementBridge.ForwardEventListener(Element svgElement,
Element imgElement)
- Constructs a new ForwardEventListener
handleEvent
public void handleEvent(Event e)
- Specified by:
handleEvent
in interface EventListener
Copyright ? 2005 Apache Software Foundation. All Rights Reserved.