Class SVGLoadEventDispatcherEvent

java.lang.Object
java.util.EventObject
org.apache.batik.swing.svg.SVGLoadEventDispatcherEvent
All Implemented Interfaces:
Serializable

public class SVGLoadEventDispatcherEvent extends EventObject
This class represents an event which indicate an event originated from a SVGLoadEventDispatcher instance.
See Also:
  • Field Details

  • Constructor Details

    • SVGLoadEventDispatcherEvent

      public SVGLoadEventDispatcherEvent(Object source, GraphicsNode root)
      Creates a new SVGLoadEventDispatcherEvent.
      Parameters:
      source - the object that originated the event, ie. the SVGLoadEventDispatcher.
      root - the GVT root.
  • Method Details

    • getGVTRoot

      public GraphicsNode getGVTRoot()
      Returns the GVT tree root, or null if the gvt construction was not completed or just started.