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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the loading of a document was completed.Methods inherited from class org.apache.batik.swing.svg.SVGDocumentLoaderAdapter
documentLoadingCancelled, documentLoadingFailed, documentLoadingStarted
-
Constructor Details
-
SVGScrollDocumentLoaderListener
SVGScrollDocumentLoaderListener()
-
-
Method Details
-
documentLoadingCompleted
Description copied from class:SVGDocumentLoaderAdapter
Called when the loading of a document was completed.- Specified by:
documentLoadingCompleted
in interfaceSVGDocumentLoaderListener
- Overrides:
documentLoadingCompleted
in classSVGDocumentLoaderAdapter
-