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.bridge.svg12 |
Modifier and Type | Field and Description |
---|---|
protected ScriptingEnvironment |
UpdateManager.scriptingEnvironment
The scripting environment.
|
protected ScriptingEnvironment[] |
UpdateManager.secondaryScriptingEnvironments
Array of resource documents' ScriptingEnvironments that should
have their SVGLoad event dispatched.
|
Modifier and Type | Method and Description |
---|---|
ScriptingEnvironment |
UpdateManager.getScriptingEnvironment()
Returns the scripting environment.
|
protected ScriptingEnvironment |
UpdateManager.initializeScriptingEnvironment(BridgeContext ctx)
Creates an appropriate ScriptingEnvironment and XBL manager for
the given document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UpdateManager.dispatchSVGLoadEvent(BridgeContext ctx,
ScriptingEnvironment se)
Dispatches an 'SVGLoad' event to the document.
|
Modifier and Type | Class and Description |
---|---|
class |
SVG12ScriptingEnvironment
Manages scripting handlers for SVG 1.2 'handler' elements.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.