public class SVGDocumentLoaderEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected org.w3c.dom.svg.SVGDocument |
svgDocument
The associated SVG document.
|
source| Constructor and Description |
|---|
SVGDocumentLoaderEvent(Object source,
org.w3c.dom.svg.SVGDocument doc)
Creates a new SVGDocumentLoaderEvent.
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.svg.SVGDocument |
getSVGDocument()
Returns the associated SVG document, or null if the loading
was just started or an error occured.
|
getSource, toStringprotected org.w3c.dom.svg.SVGDocument svgDocument
public SVGDocumentLoaderEvent(Object source, org.w3c.dom.svg.SVGDocument doc)
source - the object that originated the event, ie. the
SVGDocumentLoader.doc - The associated document.public org.w3c.dom.svg.SVGDocument getSVGDocument()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.