Uses of Interface
org.apache.batik.swing.svg.SVGDocumentLoaderListener
-
Packages that use SVGDocumentLoaderListener Package Description org.apache.batik.apps.svgbrowser org.apache.batik.swing org.apache.batik.swing.svg -
-
Uses of SVGDocumentLoaderListener in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement SVGDocumentLoaderListener Modifier and Type Class Description classJSVGViewerFrameThis class represents a SVG viewer swing frame.protected classThumbnailDialog.ThumbnailDocumentListenerUsed 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 SVGDocumentLoaderListener Modifier and Type Class Description protected classJSVGCanvas.CanvasSVGListenerTo hide the listener methods.Methods in org.apache.batik.swing that return SVGDocumentLoaderListener Modifier and Type Method Description protected SVGDocumentLoaderListenerJSVGScrollPane. 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 SVGDocumentLoaderListener Modifier and Type Class Description protected classJSVGComponent.SVGListenerTo hide the listener methods.classSVGDocumentLoaderAdapterAn adapter class that represents a listener to theSVGDocumentLoaderEventevents.Methods in org.apache.batik.swing.svg with parameters of type SVGDocumentLoaderListener Modifier and Type Method Description voidJSVGComponent. addSVGDocumentLoaderListener(SVGDocumentLoaderListener l)Adds a SVGDocumentLoaderListener to this component.voidSVGDocumentLoader. addSVGDocumentLoaderListener(SVGDocumentLoaderListener l)Adds a SVGDocumentLoaderListener to this SVGDocumentLoader.voidJSVGComponent. removeSVGDocumentLoaderListener(SVGDocumentLoaderListener l)Removes a SVGDocumentLoaderListener from this component.voidSVGDocumentLoader. removeSVGDocumentLoaderListener(SVGDocumentLoaderListener l)Removes a SVGDocumentLoaderListener from this SVGDocumentLoader.
-