| 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.svg |
| Modifier and Type | Field | Description |
|---|---|---|
protected UpdateManager |
BridgeContext.updateManager |
The update manager.
|
protected UpdateManager |
ScriptingEnvironment.updateManager |
The update manager.
|
| Modifier and Type | Method | Description |
|---|---|---|
UpdateManager |
BridgeContext.getUpdateManager() |
Returns the update manager, if the bridge supports dynamic features.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BridgeContext.setUpdateManager(BridgeContext ctx,
UpdateManager um) |
Sets the update manager on the given BridgeContext.
|
protected void |
BridgeContext.setUpdateManager(UpdateManager um) |
Sets the update manager.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected UpdateManager |
JSVGComponent.nextUpdateManager |
The next update manager.
|
protected UpdateManager |
JSVGComponent.updateManager |
The update manager.
|
protected UpdateManager |
SVGLoadEventDispatcher.updateManager |
The update manager.
|
| Modifier and Type | Method | Description |
|---|---|---|
UpdateManager |
JSVGComponent.getUpdateManager() |
Returns the current update manager.
|
UpdateManager |
SVGLoadEventDispatcher.getUpdateManager() |
Returns the update manager.
|
| Constructor | Description |
|---|---|
SVGLoadEventDispatcher(GraphicsNode gn,
org.w3c.dom.svg.SVGDocument doc,
BridgeContext bc,
UpdateManager um) |
Creates a new SVGLoadEventDispatcher.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.