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.
- See Also:
-
Field Summary
FieldsFields inherited from class 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 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.
-