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 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 ScriptingEnvironment Modifier and Type Method Description ScriptingEnvironmentUpdateManager. 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 ScriptingEnvironment Modifier and Type Method Description protected 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.svg12 Modifier and Type Class Description classSVG12ScriptingEnvironmentManages scripting handlers for SVG 1.2 'handler' elements.
-