org.apache.batik.swing.svg
Class SVGLoadEventDispatcherEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class SVGLoadEventDispatcherEvent
- extends java.util.EventObject
This class represents an event which indicate an event originated
from a SVGLoadEventDispatcher instance.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Method Summary |
GraphicsNode |
getGVTRoot()
Returns the GVT tree root, or null if the gvt construction
was not completed or just started. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
gvtRoot
protected GraphicsNode gvtRoot
- The GVT root.
SVGLoadEventDispatcherEvent
public SVGLoadEventDispatcherEvent(java.lang.Object source,
GraphicsNode root)
- Creates a new SVGLoadEventDispatcherEvent.
- Parameters:
source
- the object that originated the event, ie. the
SVGLoadEventDispatcher.root
- the GVT root.
getGVTRoot
public GraphicsNode getGVTRoot()
- Returns the GVT tree root, or null if the gvt construction
was not completed or just started.
Copyright © 2002 Apache Software Foundation. All Rights Reserved.