Uses of Interface
org.apache.batik.swing.svg.SVGLoadEventDispatcherListener
-
Packages that use SVGLoadEventDispatcherListener Package Description org.apache.batik.apps.svgbrowser org.apache.batik.swing org.apache.batik.swing.svg -
-
Uses of SVGLoadEventDispatcherListener in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement SVGLoadEventDispatcherListener Modifier and Type Class Description class
JSVGViewerFrame
This class represents a SVG viewer swing frame. -
Uses of SVGLoadEventDispatcherListener in org.apache.batik.swing
Classes in org.apache.batik.swing that implement SVGLoadEventDispatcherListener Modifier and Type Class Description protected class
JSVGCanvas.CanvasSVGListener
To hide the listener methods. -
Uses of SVGLoadEventDispatcherListener in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement SVGLoadEventDispatcherListener Modifier and Type Class Description protected class
JSVGComponent.SVGListener
To hide the listener methods.class
SVGLoadEventDispatcherAdapter
This class provides an adapter for the SVGLoadEventDispatcherListener interface.Methods in org.apache.batik.swing.svg with parameters of type SVGLoadEventDispatcherListener Modifier and Type Method Description void
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.
-