public class SVGDocumentLoaderEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.svg.SVGDocument |
svgDocument
The associated SVG document.
|
Constructor and Description |
---|
SVGDocumentLoaderEvent(java.lang.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.
|
protected org.w3c.dom.svg.SVGDocument svgDocument
public SVGDocumentLoaderEvent(java.lang.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 © 2022 Apache Software Foundation. All Rights Reserved.