Uses of Class
org.apache.batik.bridge.ScriptingEnvironment
-
Packages that use ScriptingEnvironment 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 -
-
Uses of ScriptingEnvironment in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as ScriptingEnvironment Modifier and Type Field Description protected 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 ScriptingEnvironment Modifier and Type Method 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.Methods in org.apache.batik.bridge with parameters of type ScriptingEnvironment Modifier and Type Method Description protected 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.svg12 Modifier and Type Class Description class
SVG12ScriptingEnvironment
Manages scripting handlers for SVG 1.2 'handler' elements.
-