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 classJSVGViewerFrameThis 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 classJSVGCanvas.CanvasSVGListenerTo hide the listener methods.(package private) classJSVGCanvasHandler.SVGLoadEventListener -
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 classJSVGComponent.SVGListenerTo hide the listener methods.classSVGLoadEventDispatcherAdapterThis 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 voidJSVGComponent. 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.
-