|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.batik.swing.svg.SVGDocumentLoaderEvent
public class SVGDocumentLoaderEvent
This class represents an event which indicate an event originated from a SVGDocumentLoader instance.
| Field Summary | |
|---|---|
protected org.w3c.dom.svg.SVGDocument |
svgDocument
The associated SVG document. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SVGDocumentLoaderEvent(java.lang.Object source,
org.w3c.dom.svg.SVGDocument doc)
Creates a new SVGDocumentLoaderEvent. |
|
| Method Summary | |
|---|---|
org.w3c.dom.svg.SVGDocument |
getSVGDocument()
Returns the associated SVG document, or null if the loading was just started or an error occured. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.w3c.dom.svg.SVGDocument svgDocument
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public org.w3c.dom.svg.SVGDocument getSVGDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||