public class SVGLoadEventDispatcherEvent
extends java.util.EventObject
| Modifier and Type | Field | Description |
|---|---|---|
protected GraphicsNode |
gvtRoot |
The GVT root.
|
| Constructor | Description |
|---|---|
SVGLoadEventDispatcherEvent(java.lang.Object source,
GraphicsNode root) |
Creates a new SVGLoadEventDispatcherEvent.
|
| Modifier and Type | Method | Description |
|---|---|---|
GraphicsNode |
getGVTRoot() |
Returns the GVT tree root, or null if the gvt construction
was not completed or just started.
|
protected GraphicsNode gvtRoot
public SVGLoadEventDispatcherEvent(java.lang.Object source,
GraphicsNode root)
source - the object that originated the event, ie. the
SVGLoadEventDispatcher.root - the GVT root.public GraphicsNode getGVTRoot()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.