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 TypeClassDescriptionclassThis 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 classTo 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 classTo hide the listener methods.classThis class provides an adapter for the SVGLoadEventDispatcherListener interface.Methods in org.apache.batik.swing.svg with parameters of type SVGLoadEventDispatcherListenerModifier and TypeMethodDescriptionvoidJSVGComponent.addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l) Adds a SVGLoadEventDispatcherListener to this component.voidSVGLoadEventDispatcher.addSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l) Adds a SVGLoadEventDispatcherListener to this SVGLoadEventDispatcher.voidJSVGComponent.removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l) Removes a SVGLoadEventDispatcherListener from this component.voidSVGLoadEventDispatcher.removeSVGLoadEventDispatcherListener(SVGLoadEventDispatcherListener l) Removes a SVGLoadEventDispatcherListener from this SVGLoadEventDispatcher.