Package org.apache.batik.swing
Class JSVGScrollPane.SVGScrollDocumentLoaderListener
- java.lang.Object
-
- org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
-
- org.apache.batik.swing.JSVGScrollPane.SVGScrollDocumentLoaderListener
-
- All Implemented Interfaces:
SVGDocumentLoaderListener
- Enclosing class:
- JSVGScrollPane
class JSVGScrollPane.SVGScrollDocumentLoaderListener extends SVGDocumentLoaderAdapter
-
-
Constructor Summary
Constructors Constructor Description SVGScrollDocumentLoaderListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddocumentLoadingCompleted(SVGDocumentLoaderEvent e)Called when the loading of a document was completed.-
Methods inherited from class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
documentLoadingCancelled, documentLoadingFailed, documentLoadingStarted
-
-
-
-
Method Detail
-
documentLoadingCompleted
public void documentLoadingCompleted(SVGDocumentLoaderEvent e)
Description copied from class:SVGDocumentLoaderAdapterCalled when the loading of a document was completed.- Specified by:
documentLoadingCompletedin interfaceSVGDocumentLoaderListener- Overrides:
documentLoadingCompletedin classSVGDocumentLoaderAdapter
-
-