org.apache.batik.swing.svg
public class SVGDocumentLoaderEvent extends EventObject
| Field Summary | |
|---|---|
| protected SVGDocument | svgDocument
The associated SVG document. |
| Constructor Summary | |
|---|---|
| SVGDocumentLoaderEvent(Object source, SVGDocument doc)
Creates a new SVGDocumentLoaderEvent. | |
| Method Summary | |
|---|---|
| SVGDocument | getSVGDocument()
Returns the associated SVG document, or null if the loading
was just started or an error occured. |
Parameters: source the object that originated the event, ie. the SVGDocumentLoader. doc The associated document.