org.apache.batik.swing.svg
Class SVGDocumentLoaderEvent
java.lang.Object
java.util.EventObject
org.apache.batik.swing.svg.SVGDocumentLoaderEvent
- All Implemented Interfaces:
- Serializable
public class SVGDocumentLoaderEvent
- extends EventObject
This class represents an event which indicate an event originated
from a SVGDocumentLoader instance.
- Version:
- $Id: SVGDocumentLoaderEvent.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
- See Also:
- Serialized Form
svgDocument
protected org.w3c.dom.svg.SVGDocument svgDocument
- The associated SVG document.
SVGDocumentLoaderEvent
public SVGDocumentLoaderEvent(Object source,
org.w3c.dom.svg.SVGDocument doc)
- Creates a new SVGDocumentLoaderEvent.
- Parameters:
source - the object that originated the event, ie. the
SVGDocumentLoader.doc - The associated document.
getSVGDocument
public org.w3c.dom.svg.SVGDocument getSVGDocument()
- Returns the associated SVG document, or null if the loading
was just started or an error occured.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.