public class SVGDocumentLoaderEvent
extends java.util.EventObject
| Modifier and Type | Field | Description |
|---|---|---|
protected org.w3c.dom.svg.SVGDocument |
svgDocument |
The associated SVG document.
|
| Constructor | Description |
|---|---|
SVGDocumentLoaderEvent(java.lang.Object source,
org.w3c.dom.svg.SVGDocument doc) |
Creates a new SVGDocumentLoaderEvent.
|
| Modifier and Type | Method | 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
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.