org.apache.batik.swing.svg
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
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.