Uses of Interface
org.apache.batik.swing.svg.SVGLoadEventDispatcherListener
Packages that use SVGLoadEventDispatcherListener
Package
Description
-
Uses of SVGLoadEventDispatcherListener in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement SVGLoadEventDispatcherListenerModifier and TypeClassDescriptionclass
This class represents a SVG viewer swing frame. -
Uses of SVGLoadEventDispatcherListener in org.apache.batik.swing
Classes in org.apache.batik.swing that implement SVGLoadEventDispatcherListenerModifier and TypeClassDescriptionprotected class
To hide the listener methods. -
Uses of SVGLoadEventDispatcherListener in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement SVGLoadEventDispatcherListenerModifier and TypeClassDescriptionprotected class
To hide the listener methods.class
This class provides an adapter for the SVGLoadEventDispatcherListener interface.Methods in org.apache.batik.swing.svg with parameters of type SVGLoadEventDispatcherListenerModifier and TypeMethodDescriptionvoid
JSVGComponent.addSVGLoadEventDispatcherListener
(SVGLoadEventDispatcherListener l) Adds a SVGLoadEventDispatcherListener to this component.void
SVGLoadEventDispatcher.addSVGLoadEventDispatcherListener
(SVGLoadEventDispatcherListener l) Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher.void
JSVGComponent.removeSVGLoadEventDispatcherListener
(SVGLoadEventDispatcherListener l) Removes a SVGLoadEventDispatcherListener from this component.void
SVGLoadEventDispatcher.removeSVGLoadEventDispatcherListener
(SVGLoadEventDispatcherListener l) Removes a SVGLoadEventDispatcherListener from this SVGLoadEventDispatcher.