Uses of Interface
org.apache.batik.bridge.UpdateManagerListener
Packages that use UpdateManagerListener
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of UpdateManagerListener in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement UpdateManagerListenerModifier and TypeClassDescriptionclass
This class represents a SVG viewer swing frame. -
Uses of UpdateManagerListener in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement UpdateManagerListenerModifier and TypeClassDescriptionclass
This is an adapter for the UpdateManagerListener interface.Methods in org.apache.batik.bridge with parameters of type UpdateManagerListenerModifier and TypeMethodDescriptionvoid
UpdateManager.addUpdateManagerListener
(UpdateManagerListener l) Adds a UpdateManagerListener to this UpdateManager.void
UpdateManager.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 UpdateManagerListenerModifier and TypeClassDescriptionprotected class
To hide the listener methods.protected class
Handle scroll, zoom, and resize events -
Uses of UpdateManagerListener in org.apache.batik.swing.svg
Classes in org.apache.batik.swing.svg that implement UpdateManagerListenerModifier and TypeClassDescriptionprotected class
To hide the listener methods.Methods in org.apache.batik.swing.svg with parameters of type UpdateManagerListenerModifier and TypeMethodDescriptionvoid
JSVGComponent.addUpdateManagerListener
(UpdateManagerListener l) Adds a UpdateManagerListener to this component.void
JSVGComponent.removeUpdateManagerListener
(UpdateManagerListener l) Removes a UpdateManagerListener from this component.