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 ScriptingEnvironmentUpdateManager.scriptingEnvironmentThe scripting environment.protected ScriptingEnvironment[]UpdateManager.secondaryScriptingEnvironmentsArray 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 ScriptingEnvironmentUpdateManager.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 voidUpdateManager.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 TypeClassDescriptionclassManages scripting handlers for SVG 1.2 'handler' elements.