Uses of Interface
org.apache.batik.bridge.Window
-
Packages that use Window 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 Window in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement Window Modifier and Type Class Description protected classBaseScriptingEnvironment.WindowRepresents the window object of this environment.protected classScriptingEnvironment.WindowRepresents the window object of this environment.Fields in org.apache.batik.bridge declared as Window Modifier and Type Field Description protected WindowRhinoInterpreter. windowThe window object.protected WindowWindowWrapper. windowThe wrapped window.Methods in org.apache.batik.bridge that return Window Modifier and Type Method Description protected WindowBaseScriptingEnvironment. createWindow(Interpreter interp, java.lang.String lang)Creates a new Window object.protected WindowScriptingEnvironment. createWindow(Interpreter interp, java.lang.String lang)Creates a new Window object.WindowBaseScriptingEnvironment. getWindow()Returns the Window object for scripting languages that have noInterpreterobject.WindowBaseScriptingEnvironment. getWindow(Interpreter interp, java.lang.String lang)Returns the Window object for the specifiedInterpreter.WindowRhinoInterpreter. getWindow()Returns the window object for this interpreter.Methods in org.apache.batik.bridge with parameters of type Window Modifier and Type Method Description voidScriptHandler. run(org.w3c.dom.Document doc, Window win)Runs this handler. -
Uses of Window in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement Window Modifier and Type Class Description protected classSVG12ScriptingEnvironment.GlobalThe SVGGlobal object.Methods in org.apache.batik.bridge.svg12 that return Window Modifier and Type Method Description WindowSVG12ScriptingEnvironment. createWindow(Interpreter interp, java.lang.String lang)Creates a new Window object.
-