|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateManager | |
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.svg |
Uses of UpdateManager in org.apache.batik.bridge |
Fields in org.apache.batik.bridge declared as UpdateManager | |
protected UpdateManager |
BridgeContext.updateManager
The update manager. |
protected UpdateManager |
ScriptingEnvironment.updateManager
The update manager. |
protected UpdateManager |
RepaintRateManager.updateManager
The associated UpdateManager. |
Methods in org.apache.batik.bridge that return UpdateManager | |
UpdateManager |
BridgeContext.getUpdateManager()
Returns the update manager, if the bridge supports dynamic features. |
Methods in org.apache.batik.bridge with parameters of type UpdateManager | |
protected void |
BridgeContext.setUpdateManager(UpdateManager um)
Sets the update manager. |
Constructors in org.apache.batik.bridge with parameters of type UpdateManager | |
RepaintRateManager(UpdateManager um)
Creates a new repaint manager. |
Uses of UpdateManager in org.apache.batik.swing.svg |
Fields in org.apache.batik.swing.svg declared as UpdateManager | |
protected UpdateManager |
JSVGComponent.updateManager
The update manager. |
protected UpdateManager |
JSVGComponent.nextUpdateManager
The next update manager. |
protected UpdateManager |
SVGLoadEventDispatcher.updateManager
The update manager. |
Methods in org.apache.batik.swing.svg that return UpdateManager | |
UpdateManager |
JSVGComponent.getUpdateManager()
Returns the current update manager. |
UpdateManager |
SVGLoadEventDispatcher.getUpdateManager()
Returns the update manager. |
Constructors in org.apache.batik.swing.svg with parameters of type UpdateManager | |
SVGLoadEventDispatcher(GraphicsNode gn,
SVGDocument doc,
BridgeContext bc,
UpdateManager um)
Creates a new SVGLoadEventDispatcher. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |