Package org.apache.batik.swing.svg
Class SVGLoadEventDispatcherEvent
java.lang.Object
java.util.EventObject
org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
- All Implemented Interfaces:
Serializable
This class represents an event which indicate an event originated
from a SVGLoadEventDispatcher instance.
- Version:
- $Id: SVGLoadEventDispatcherEvent.java 1733416 2016-03-03 07:07:13Z gadams $
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSVGLoadEventDispatcherEvent
(Object source, GraphicsNode root) Creates a new SVGLoadEventDispatcherEvent. -
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Field Details
-
gvtRoot
The GVT root.
-
-
Constructor Details
-
SVGLoadEventDispatcherEvent
Creates a new SVGLoadEventDispatcherEvent.- Parameters:
source
- the object that originated the event, ie. the SVGLoadEventDispatcher.root
- the GVT root.
-
-
Method Details
-
getGVTRoot
Returns the GVT tree root, or null if the gvt construction was not completed or just started.
-