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 classRepresents the window object of this environment.protected classRepresents the window object of this environment.Methods in org.apache.batik.bridge that return WindowModifier and TypeMethodDescriptionprotected WindowBaseScriptingEnvironment.createWindow(Interpreter interp, String lang) Creates a new Window object.protected WindowScriptingEnvironment.createWindow(Interpreter interp, String lang) Creates a new Window object.BaseScriptingEnvironment.getWindow()Returns the Window object for scripting languages that have noInterpreterobject.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 classThe SVGGlobal object.Methods in org.apache.batik.bridge.svg12 that return WindowModifier and TypeMethodDescriptionSVG12ScriptingEnvironment.createWindow(Interpreter interp, String lang) Creates a new Window object.