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