Class SVGDocumentLoader

  • All Implemented Interfaces:
    java.lang.Runnable

    public class SVGDocumentLoader
    extends HaltingThread
    This class represents an object which loads asynchroneaously a SVG document.
    Version:
    $Id: SVGDocumentLoader.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Detail

      • SVGDocumentLoader

        public SVGDocumentLoader​(java.lang.String u,
                                 DocumentLoader l)
        Creates a new SVGDocumentLoader.
        Parameters:
        u - The URL of the document.
        l - The document loader to use
    • Method Detail

      • run

        public void run()
        Runs this loader.
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
      • getException

        public java.lang.Exception getException()
        Returns the exception, if any occured.
      • addSVGDocumentLoaderListener

        public void addSVGDocumentLoaderListener​(SVGDocumentLoaderListener l)
        Adds a SVGDocumentLoaderListener to this SVGDocumentLoader.
      • removeSVGDocumentLoaderListener

        public void removeSVGDocumentLoaderListener​(SVGDocumentLoaderListener l)
        Removes a SVGDocumentLoaderListener from this SVGDocumentLoader.