org.apache.batik.swing.svg
public class SVGDocumentLoader extends HaltingThread
Field Summary | |
---|---|
protected Exception | exception
The exception thrown. |
protected List | listeners
The listeners. |
protected DocumentLoader | loader
The document loader. |
protected String | url
The URL of the document, |
Constructor Summary | |
---|---|
SVGDocumentLoader(String u, DocumentLoader l)
Creates a new SVGDocumentLoader. |
Method Summary | |
---|---|
void | addSVGDocumentLoaderListener(SVGDocumentLoaderListener l)
Adds a SVGDocumentLoaderListener to this SVGDocumentLoader. |
void | fireEvent(EventDispatcher.Dispatcher dispatcher, Object event) |
Exception | getException()
Returns the exception, if any occured. |
void | removeSVGDocumentLoaderListener(SVGDocumentLoaderListener l)
Removes a SVGDocumentLoaderListener from this SVGDocumentLoader. |
void | run()
Runs this loader. |
Parameters: u The URL of the document. l The document loader to use