Uses of Class
org.apache.batik.bridge.UpdateManager
-
Packages that use UpdateManager Package Description 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 UpdateManager in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as UpdateManager Modifier and Type Field Description (package private) UpdateManagerUpdateManager.RepaintTimerTask. umprotected UpdateManagerBridgeContext. updateManagerThe update manager.protected UpdateManagerScriptingEnvironment. updateManagerThe update manager.Methods in org.apache.batik.bridge that return UpdateManager Modifier and Type Method Description UpdateManagerBridgeContext. getUpdateManager()Returns the update manager, if the bridge supports dynamic features.Methods in org.apache.batik.bridge with parameters of type UpdateManager Modifier and Type Method Description protected voidBridgeContext. setUpdateManager(BridgeContext ctx, UpdateManager um)Sets the update manager on the given BridgeContext.protected voidBridgeContext. setUpdateManager(UpdateManager um)Sets the update manager.Constructors in org.apache.batik.bridge with parameters of type UpdateManager Constructor Description RepaintTimerTask(UpdateManager um) -
Uses of UpdateManager in org.apache.batik.swing
Methods in org.apache.batik.swing that return UpdateManager Modifier and Type Method Description protected UpdateManagerJSVGCanvasHandler. getUpdateManager() -
Uses of UpdateManager in org.apache.batik.swing.svg
Fields in org.apache.batik.swing.svg declared as UpdateManager Modifier and Type Field Description protected UpdateManagerJSVGComponent. nextUpdateManagerThe next update manager.protected UpdateManagerJSVGComponent. updateManagerThe update manager.protected UpdateManagerSVGLoadEventDispatcher. updateManagerThe update manager.Methods in org.apache.batik.swing.svg that return UpdateManager Modifier and Type Method Description UpdateManagerJSVGComponent. getUpdateManager()Returns the current update manager.UpdateManagerSVGLoadEventDispatcher. getUpdateManager()Returns the update manager.Constructors in org.apache.batik.swing.svg with parameters of type UpdateManager Constructor Description SVGLoadEventDispatcher(GraphicsNode gn, org.w3c.dom.svg.SVGDocument doc, BridgeContext bc, UpdateManager um)Creates a new SVGLoadEventDispatcher.
-