Uses of Interface
org.apache.batik.bridge.UpdateManagerListener
-
Packages that use UpdateManagerListener Package Description org.apache.batik.apps.svgbrowser org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.swing org.apache.batik.swing.svg -
-
Uses of UpdateManagerListener in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement UpdateManagerListener Modifier and Type Class Description classJSVGViewerFrameThis class represents a SVG viewer swing frame. -
Uses of UpdateManagerListener in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement UpdateManagerListener Modifier and Type Class Description classUpdateManagerAdapterThis is an adapter for the UpdateManagerListener interface.Methods in org.apache.batik.bridge with parameters of type UpdateManagerListener Modifier and Type Method Description voidUpdateManager. addUpdateManagerListener(UpdateManagerListener l)Adds a UpdateManagerListener to this UpdateManager.voidUpdateManager. removeUpdateManagerListener(UpdateManagerListener l)Removes a UpdateManagerListener from this UpdateManager. -
Uses of UpdateManagerListener in org.apache.batik.swing
Classes in org.apache.batik.swing that implement UpdateManagerListener Modifier and Type Class Description protected classJSVGCanvas.CanvasSVGListenerTo hide the listener methods.(package private) classJSVGCanvasHandler.UpdateRenderListenerprotected classJSVGScrollPane.ScrollListenerHandle scroll, zoom, and resize events -
Uses of UpdateManagerListener in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement UpdateManagerListener Modifier and Type Class Description protected classJSVGComponent.SVGListenerTo hide the listener methods.Methods in org.apache.batik.swing.svg with parameters of type UpdateManagerListener Modifier and Type Method Description voidJSVGComponent. addUpdateManagerListener(UpdateManagerListener l)Adds a UpdateManagerListener to this component.voidJSVGComponent. removeUpdateManagerListener(UpdateManagerListener l)Removes a UpdateManagerListener from this component.
-