public class SVGLoadEventDispatcherEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected GraphicsNode |
gvtRoot
The GVT root.
|
source| Constructor and Description |
|---|
SVGLoadEventDispatcherEvent(Object source,
GraphicsNode root)
Creates a new SVGLoadEventDispatcherEvent.
|
| Modifier and Type | Method and Description |
|---|---|
GraphicsNode |
getGVTRoot()
Returns the GVT tree root, or null if the gvt construction
was not completed or just started.
|
getSource, toStringprotected GraphicsNode gvtRoot
public SVGLoadEventDispatcherEvent(Object source, GraphicsNode root)
source - the object that originated the event, ie. the
SVGLoadEventDispatcher.root - the GVT root.public GraphicsNode getGVTRoot()
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.