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 | |
org.apache.batik.script |
Provides an API for interpreting scripting language found in
SVG files.
|
org.apache.batik.script.rhino |
Provides an API for interpreting JavaScript language through
the Rhino interpreter.
|
Modifier and Type | Class and Description |
---|---|
protected class |
BaseScriptingEnvironment.Window
Represents the window object of this environment.
|
protected class |
ScriptingEnvironment.Window
Represents the window object of this environment.
|
Modifier and Type | Method and Description |
---|---|
Window |
BaseScriptingEnvironment.createWindow()
Creates a new Window object.
|
Window |
ScriptingEnvironment.createWindow(Interpreter interp,
java.lang.String lang)
Creates a new Window object.
|
Window |
BaseScriptingEnvironment.createWindow(Interpreter interp,
java.lang.String lang)
Creates a new Window object.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SVG12ScriptingEnvironment.Global
The SVGGlobal object.
|
Modifier and Type | Method and Description |
---|---|
Window |
SVG12ScriptingEnvironment.createWindow(Interpreter interp,
java.lang.String lang)
Creates a new Window object.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptHandler.run(Document doc,
Window win)
Runs this handler.
|
Modifier and Type | Field and Description |
---|---|
protected Window |
WindowWrapper.window
The wrapped window.
|
protected Window |
RhinoInterpreter.window
The window object.
|
Modifier and Type | Method and Description |
---|---|
Window |
RhinoInterpreter.getWindow()
Returns the window object for this interpreter.
|
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.