Uses of Interface
org.apache.batik.bridge.Window
Packages that use Window
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of Window in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement WindowModifier and TypeClassDescriptionprotected class
Represents the window object of this environment.protected class
Represents the window object of this environment.Methods in org.apache.batik.bridge that return WindowModifier and TypeMethodDescriptionprotected Window
BaseScriptingEnvironment.createWindow
(Interpreter interp, String lang) Creates a new Window object.protected Window
ScriptingEnvironment.createWindow
(Interpreter interp, String lang) Creates a new Window object.BaseScriptingEnvironment.getWindow()
Returns the Window object for scripting languages that have noInterpreter
object.BaseScriptingEnvironment.getWindow
(Interpreter interp, String lang) Returns the Window object for the specifiedInterpreter
.Methods in org.apache.batik.bridge with parameters of type Window -
Uses of Window in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement WindowModifier and TypeClassDescriptionprotected class
The SVGGlobal object.Methods in org.apache.batik.bridge.svg12 that return WindowModifier and TypeMethodDescriptionSVG12ScriptingEnvironment.createWindow
(Interpreter interp, String lang) Creates a new Window object.