Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobalWrapper
Wrapper class for the SVGGlobal object.
|
Modifier and Type | Field and Description |
---|---|
protected WindowWrapper |
WindowWrapper.GetURLFunctionWrapper.windowWrapper
The WindowWrapper
|
private WindowWrapper |
WindowWrapper.GetURLObjectWrapper.windowWrapper
The Scope for the callback.
|
(package private) WindowWrapper |
WindowWrapper.GetURLDoneArgBuilder.windowWrapper |
Constructor and Description |
---|
GetURLDoneArgBuilder(boolean success,
java.lang.String mime,
java.lang.String content,
WindowWrapper ww) |
GetURLFunctionWrapper(RhinoInterpreter ri,
org.mozilla.javascript.Function fct,
WindowWrapper ww)
Creates a wrapper.
|
GetURLObjectWrapper(RhinoInterpreter ri,
org.mozilla.javascript.ScriptableObject obj,
WindowWrapper ww)
Creates a wrapper.
|