public class SVGDocumentLoaderEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
protected SVGDocument |
svgDocument
The associated SVG document.
|
source
Constructor and Description |
---|
SVGDocumentLoaderEvent(Object source,
SVGDocument doc)
Creates a new SVGDocumentLoaderEvent.
|
Modifier and Type | Method and Description |
---|---|
SVGDocument |
getSVGDocument()
Returns the associated SVG document, or null if the loading
was just started or an error occured.
|
getSource, toString
public SVGDocumentLoaderEvent(Object source, SVGDocument doc)
source
- the object that originated the event, ie. the
SVGDocumentLoader.doc
- The associated document.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.