Uses of Interface
org.apache.batik.swing.svg.SVGDocumentLoaderListener
Packages that use SVGDocumentLoaderListener
Package
Description
-
Uses of SVGDocumentLoaderListener in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement SVGDocumentLoaderListenerModifier and TypeClassDescriptionclass
This class represents a SVG viewer swing frame.protected class
Used to determine whether or not the GVT tree of the thumbnail has to be updated. -
Uses of SVGDocumentLoaderListener in org.apache.batik.swing
Classes in org.apache.batik.swing that implement SVGDocumentLoaderListenerModifier and TypeClassDescriptionprotected class
To hide the listener methods.(package private) class
(package private) class
Methods in org.apache.batik.swing that return SVGDocumentLoaderListenerModifier and TypeMethodDescriptionprotected SVGDocumentLoaderListener
JSVGScrollPane.createLoadListener()
Factory method so subclasses can override the default load listener. -
Uses of SVGDocumentLoaderListener in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement SVGDocumentLoaderListenerModifier and TypeClassDescriptionprotected class
To hide the listener methods.class
An adapter class that represents a listener to theSVGDocumentLoaderEvent
events.Methods in org.apache.batik.swing.svg with parameters of type SVGDocumentLoaderListenerModifier and TypeMethodDescriptionvoid
JSVGComponent.addSVGDocumentLoaderListener
(SVGDocumentLoaderListener l) Adds a SVGDocumentLoaderListener to this component.void
SVGDocumentLoader.addSVGDocumentLoaderListener
(SVGDocumentLoaderListener l) Adds a SVGDocumentLoaderListener to this SVGDocumentLoader.void
JSVGComponent.removeSVGDocumentLoaderListener
(SVGDocumentLoaderListener l) Removes a SVGDocumentLoaderListener from this component.void
SVGDocumentLoader.removeSVGDocumentLoaderListener
(SVGDocumentLoaderListener l) Removes a SVGDocumentLoaderListener from this SVGDocumentLoader.