Uses of Class
org.apache.batik.bridge.ScriptingEnvironment
Packages that use ScriptingEnvironment
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of ScriptingEnvironment in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as ScriptingEnvironmentModifier and TypeFieldDescriptionprotected ScriptingEnvironment
UpdateManager.scriptingEnvironment
The scripting environment.protected ScriptingEnvironment[]
UpdateManager.secondaryScriptingEnvironments
Array of resource documents' ScriptingEnvironments that should have their SVGLoad event dispatched.Methods in org.apache.batik.bridge that return ScriptingEnvironmentModifier and TypeMethodDescriptionUpdateManager.getScriptingEnvironment()
Returns the scripting environment.protected ScriptingEnvironment
UpdateManager.initializeScriptingEnvironment
(BridgeContext ctx) Creates an appropriate ScriptingEnvironment and XBL manager for the given document.Methods in org.apache.batik.bridge with parameters of type ScriptingEnvironmentModifier and TypeMethodDescriptionprotected void
UpdateManager.dispatchSVGLoadEvent
(BridgeContext ctx, ScriptingEnvironment se) Dispatches an 'SVGLoad' event to the document. -
Uses of ScriptingEnvironment in org.apache.batik.bridge.svg12
Subclasses of ScriptingEnvironment in org.apache.batik.bridge.svg12Modifier and TypeClassDescriptionclass
Manages scripting handlers for SVG 1.2 'handler' elements.