Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N O P R S T U V W

A

ADD_NAME - Static variable in class org.apache.batik.script.rhino.EventTargetWrapper
 
ARGS_TYPE - Static variable in class org.apache.batik.script.rhino.EventTargetWrapper
 
alert(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'alert' method of the Window interface.
arguments - Variable in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
The arguments.
array - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.HandleEventListener
 

B

BIND_NAME_WINDOW - Static variable in class org.apache.batik.script.rhino.RhinoInterpreter
Name of the "window" object when referenced by scripts
BatikSecurityController - class org.apache.batik.script.rhino.BatikSecurityController.
This implementation of the Rhino SecurityController interface is meant for use within the context of Batik only.
BatikSecurityController() - Constructor for class org.apache.batik.script.rhino.BatikSecurityController
 
BatikWrapFactory - class org.apache.batik.script.rhino.BatikWrapFactory.
This is an utility class allowing to pass an ECMAScript function as a parameter of the addEventListener method of EventTarget objects as DOM Level 2 recommendation required.
BatikWrapFactory(RhinoInterpreter) - Constructor for class org.apache.batik.script.rhino.BatikWrapFactory
 
bindObject(String, Object) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method registers a particular Java Object in the environment of the interpreter.
buildArguments() - Method in interface org.apache.batik.script.rhino.RhinoInterpreter.ArgumentsBuilder
 
buildArguments() - Method in class org.apache.batik.script.rhino.WindowWrapper.GetURLDoneArgBuilder
 
buildEventTargetWrapper(EventTarget) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Build the wrapper for objects implement EventTarget.
buildUserAgent() - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 

C

COMPLETE - Static variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper
 
call(Context, Scriptable, Scriptable, Object[]) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionAddProxy
 
call(Context, Scriptable, Scriptable, Object[]) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionRemoveProxy
 
callHandler(Function, Object) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
To be used by EventTargetWrapper.
callHandler(Function, Object[]) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
To be used by WindowWrapper.
callHandler(Function, RhinoInterpreter.ArgumentsBuilder) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
To be used by WindowWrapper.
callMethod(ScriptableObject, String, RhinoInterpreter.ArgumentsBuilder) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
To be used by WindowWrapper.
clearInterval(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'clearInterval' method of the Window interface.
clearTimeout(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'clearTimeout' method of the Window interface.
codeSource - Variable in class org.apache.batik.script.rhino.RhinoClassLoader
CodeSource for classes defined by this loader
compiledScripts - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
 
confirm(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'confirm' method of the Window interface.
constrain - Variable in class org.apache.batik.script.rhino.ScriptSelfTest
 
construct(Context, Scriptable, Object[]) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
content - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLDoneArgBuilder
 
createClassLoader(ClassLoader, Object) - Method in class org.apache.batik.script.rhino.BatikSecurityController
Default constructor
createInterpreter(URL) - Method in class org.apache.batik.script.rhino.RhinoInterpreterFactory
Creates an instance of RhinoInterpreter class.

D

defineClass(String, byte[]) - Method in class org.apache.batik.script.rhino.RhinoClassLoader
Define and load a Java class
delegate - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
delete(String) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
delete(int) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
dispose() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
For RhinoInterpreter this method flushes the Rhino caches to avoid memory leaks.
documentURL - Variable in class org.apache.batik.script.rhino.RhinoClassLoader
URL for the document referencing the script.

E

EMPTY_ARGUMENTS - Static variable in class org.apache.batik.script.rhino.WindowWrapper
 
EventTargetWrapper - class org.apache.batik.script.rhino.EventTargetWrapper.
A class that wraps an EventTarget instance to expose it in the Rhino engine.
EventTargetWrapper(Scriptable, EventTarget) - Constructor for class org.apache.batik.script.rhino.EventTargetWrapper
 
EventTargetWrapper.FunctionAddProxy - class org.apache.batik.script.rhino.EventTargetWrapper.FunctionAddProxy.
This function proxy is delegating most of the job to the underlying NativeJavaMethod object through the FunctionProxy.
EventTargetWrapper.FunctionAddProxy(Function, Map) - Constructor for class org.apache.batik.script.rhino.EventTargetWrapper.FunctionAddProxy
 
EventTargetWrapper.FunctionEventListener - class org.apache.batik.script.rhino.EventTargetWrapper.FunctionEventListener.
The Java function object calling the Rhino function.
EventTargetWrapper.FunctionEventListener(Function, RhinoInterpreter) - Constructor for class org.apache.batik.script.rhino.EventTargetWrapper.FunctionEventListener
 
EventTargetWrapper.FunctionProxy - class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy.
 
EventTargetWrapper.FunctionProxy(Function) - Constructor for class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
EventTargetWrapper.FunctionRemoveProxy - class org.apache.batik.script.rhino.EventTargetWrapper.FunctionRemoveProxy.
 
EventTargetWrapper.FunctionRemoveProxy(Function, Map) - Constructor for class org.apache.batik.script.rhino.EventTargetWrapper.FunctionRemoveProxy
 
EventTargetWrapper.HandleEventListener - class org.apache.batik.script.rhino.EventTargetWrapper.HandleEventListener.
 
EventTargetWrapper.HandleEventListener(Scriptable, RhinoInterpreter) - Constructor for class org.apache.batik.script.rhino.EventTargetWrapper.HandleEventListener
 
enterContext() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Implementation helper.
evaluate(Reader) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method evaluates a piece of ECMAScript.
evaluate(Reader, String) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method evaluates a piece of ECMAScript.
evaluate(String) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method evaluates a piece of ECMA script.
execWithDomain(Context, Scriptable, Script, Object) - Method in class org.apache.batik.script.rhino.BatikSecurityController
Call Script#exec(Context cx, Scriptable scope) of script under restricted security domain where an action is allowed only if it is allowed according to the Java stack on the moment of the execWithDomain call and securityDomain.

F

formatMessage(String, Object[]) - Static method in class org.apache.batik.script.rhino.Messages
Implements Localizable.formatMessage(String,Object[])>Localizable.formatMessage(String,Object[]) 55 .
formatMessage(String, Object[]) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Creates and returns a localized message, given the key of the message, 0, data.length in the resource bundle and the message parameters.
function - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionEventListener
 
function - Variable in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
The function wrapper.
function - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
The function wrapper.

G

get(String, Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
get(int, Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
get(String, Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper
Overriden Rhino method.
get(ScriptableObject) - Method in class org.apache.batik.script.rhino.RhinoInterpreter.RhinoGetDelegate
 
getAccessControlContext() - Method in class org.apache.batik.script.rhino.RhinoClassLoader
Returns the AccessControlContext which should be associated with RhinoCode.
getAccessControlContext() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Returns the AccessControlContext associated with this Interpreter.
getCharacter(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getClassName() - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
getClassName() - Method in class org.apache.batik.script.rhino.WindowWrapper
 
getConstrain() - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 
getDefaultValue(Class) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
getDynamicSecurityDomain(Object) - Method in class org.apache.batik.script.rhino.BatikSecurityController
Get dynamic security domain that allows an action only if it is allowed by the current Java stack and securityDomain.
getGlobalObject() - Method in class org.apache.batik.script.rhino.RhinoInterpreter.ExtendedContext
 
getGlobalObject() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
This method returns the ECMAScript global object used by this interpreter.
getIds() - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
getInteger(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getInterpreter() - Method in class org.apache.batik.script.rhino.RhinoInterpreter.ExtendedContext
 
getLocale() - Static method in class org.apache.batik.script.rhino.Messages
Implements Localizable.getLocale()>Localizable.getLocale() 55 .
getLocale() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Returns the current locale or null if the locale currently used is the default one.
getMimeType() - Method in class org.apache.batik.script.rhino.RhinoInterpreterFactory
Returns the mime-type to register this interpereter with.
getParentScope() - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
getPermissions(CodeSource) - Method in class org.apache.batik.script.rhino.RhinoClassLoader
Returns the permissions for the given CodeSource object.
getPrototype() - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
getScriptSecurity(String, ParsedURL, ParsedURL) - Method in class org.apache.batik.script.rhino.ScriptSelfTest.TestUserAgent
 
getScripts() - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 
getSecure() - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 
getString(String) - Static method in class org.apache.batik.script.rhino.Messages
 
getURL(ClassLoader) - Static method in class org.apache.batik.script.rhino.RhinoClassLoader
Helper, returns the URL array from the parent loader
getURL(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'getURL' method of the Window interface.
getURLDone(boolean, String, String) - Method in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
Called before 'getURL()' returns.
getURLDone(boolean, String, String) - Method in class org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper
Called before 'getURL()' returns.
getWindow() - Method in class org.apache.batik.script.rhino.RhinoInterpreter.ExtendedContext
 
getWindow() - Method in class org.apache.batik.script.rhino.RhinoInterpreter
 
globalObject - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
 

H

HANDLE_EVENT - Static variable in class org.apache.batik.script.rhino.EventTargetWrapper.HandleEventListener
 
handleEvent(Event) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionEventListener
 
handleEvent(Event) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.HandleEventListener
 
has(String, Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
has(int, Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
hasInstance(Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 

I

initMap() - Method in class org.apache.batik.script.rhino.EventTargetWrapper
 
interpreter - Variable in class org.apache.batik.script.rhino.BatikWrapFactory
 
interpreter - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionEventListener
 
interpreter - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.HandleEventListener
 
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
The current interpreter.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
The current interpreter.
interpreter - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper
The current interpreter.

L

linkClass(Class) - Method in class org.apache.batik.script.rhino.RhinoClassLoader
Links the Java class.
listenerMap - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionAddProxy
 
listenerMap - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionRemoveProxy
 
localizableSupport - Static variable in class org.apache.batik.script.rhino.Messages
The localizable support for the error messages.

M

MAX_CACHED_SCRIPTS - Static variable in class org.apache.batik.script.rhino.RhinoInterpreter
store last 32 precompiled objects.
Messages - class org.apache.batik.script.rhino.Messages.
This class manages the message for the Rhino interpreter
Messages() - Constructor for class org.apache.batik.script.rhino.Messages
This class does not need to be instantiated.
mapOfListenerMap - Static variable in class org.apache.batik.script.rhino.EventTargetWrapper
 
mime - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLDoneArgBuilder
 

N

NAME - Static variable in class org.apache.batik.script.rhino.EventTargetWrapper
 
name - Variable in class org.apache.batik.script.rhino.RhinoInterpreter.RhinoGetDelegate
 

O

object - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper
The object wrapper.
objects - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
HashTable to store properties bounds on the global object.
org.apache.batik.script.rhino - package org.apache.batik.script.rhino
 

P

parseXML(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'parseXML' method of the Window interface.
postURL(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'postURL' method of the Window interface.
prompt(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'prompt' method of the Window interface.
put(String, Scriptable, Object) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
put(int, Scriptable, Object) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 

R

REMOVE_NAME - Static variable in class org.apache.batik.script.rhino.EventTargetWrapper
 
RESOURCES - Static variable in class org.apache.batik.script.rhino.Messages
The error messages bundle class name.
RhinoClassLoader - class org.apache.batik.script.rhino.RhinoClassLoader.
This class loader implementation will work whether or not the documentURL is null.
RhinoClassLoader(URL, ClassLoader) - Constructor for class org.apache.batik.script.rhino.RhinoClassLoader
Constructor.
RhinoClassShutter - class org.apache.batik.script.rhino.RhinoClassShutter.
One line Class Desc Complete Class Desc
RhinoClassShutter() - Constructor for class org.apache.batik.script.rhino.RhinoClassShutter
 
RhinoInterpreter - class org.apache.batik.script.rhino.RhinoInterpreter.
A simple implementation of Interpreter interface to use Rhino ECMAScript interpreter.
RhinoInterpreter(URL) - Constructor for class org.apache.batik.script.rhino.RhinoInterpreter
Build a Interpreter for ECMAScript using Rhino.
RhinoInterpreter.ArgumentsBuilder - interface org.apache.batik.script.rhino.RhinoInterpreter.ArgumentsBuilder.
To build an argument list.
RhinoInterpreter.Entry - class org.apache.batik.script.rhino.RhinoInterpreter.Entry.
 
RhinoInterpreter.Entry(String, Script) - Constructor for class org.apache.batik.script.rhino.RhinoInterpreter.Entry
 
RhinoInterpreter.ExtendedContext - class org.apache.batik.script.rhino.RhinoInterpreter.ExtendedContext.
 
RhinoInterpreter.ExtendedContext() - Constructor for class org.apache.batik.script.rhino.RhinoInterpreter.ExtendedContext
 
RhinoInterpreter.RhinoGetDelegate - class org.apache.batik.script.rhino.RhinoInterpreter.RhinoGetDelegate.
Class to act as 'get' delegate for Rhino.
RhinoInterpreter.RhinoGetDelegate(String) - Constructor for class org.apache.batik.script.rhino.RhinoInterpreter.RhinoGetDelegate
 
RhinoInterpreterFactory - class org.apache.batik.script.rhino.RhinoInterpreterFactory.
Allows to create instances of RhinoInterpreter class.
RhinoInterpreterFactory() - Constructor for class org.apache.batik.script.rhino.RhinoInterpreterFactory
Builds a RhinoInterpreterFactory.
resourceManager - Static variable in class org.apache.batik.script.rhino.Messages
The resource manager to decode messages.
rhinoAccessControlContext - Variable in class org.apache.batik.script.rhino.RhinoClassLoader
The AccessControlContext which can be associated with code loaded by this class loader if it was running stand-alone (i.e., not invoked by code with lesser priviledges).
rhinoClassLoader - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
The Rhino 'security domain'.
rhinoGetter - Static variable in class org.apache.batik.script.rhino.RhinoInterpreter
 
run() - Method in class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
Calls the function.
runImpl() - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 

S

SOURCE_NAME_SVG - Static variable in class org.apache.batik.script.rhino.RhinoInterpreter
Constant used to describe an SVG source
ScriptSelfTest - class org.apache.batik.script.rhino.ScriptSelfTest.
Helper class to simplify writing the unitTesting.xml file for scripting.
ScriptSelfTest() - Constructor for class org.apache.batik.script.rhino.ScriptSelfTest
 
ScriptSelfTest.TestUserAgent - class org.apache.batik.script.rhino.ScriptSelfTest.TestUserAgent.
 
ScriptSelfTest.TestUserAgent() - Constructor for class org.apache.batik.script.rhino.ScriptSelfTest.TestUserAgent
 
scope - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLDoneArgBuilder
 
scope - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
The Scope for callback
scope - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper
The Scope for the callback.
script - Variable in class org.apache.batik.script.rhino.RhinoInterpreter.Entry
 
scriptable - Variable in class org.apache.batik.script.rhino.EventTargetWrapper.HandleEventListener
 
scripts - Variable in class org.apache.batik.script.rhino.ScriptSelfTest
 
secure - Variable in class org.apache.batik.script.rhino.ScriptSelfTest
 
securityController - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
The SecurityController implementation for Batik, which ensures scripts have access to the server they were downloaded from
setConstrain(Boolean) - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 
setId(String) - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 
setInterval(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'setInterval' methods of the Window interface.
setLocale(Locale) - Static method in class org.apache.batik.script.rhino.Messages
Implements Localizable.setLocale(Locale)>Localizable.setLocale(Locale) 55 .
setLocale(Locale) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
Provides a way to the user to specify a locale which override the default one.
setOut(Writer) - Method in class org.apache.batik.script.rhino.RhinoInterpreter
By default Rhino has no output method in its language.
setParentScope(Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
setPrototype(Scriptable) - Method in class org.apache.batik.script.rhino.EventTargetWrapper.FunctionProxy
 
setScripts(String) - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 
setSecure(Boolean) - Method in class org.apache.batik.script.rhino.ScriptSelfTest
 
setTimeout(Context, Scriptable, Object[], Function) - Static method in class org.apache.batik.script.rhino.WindowWrapper
Wraps the 'setTimeout' methods of the Window interface.
str - Variable in class org.apache.batik.script.rhino.RhinoInterpreter.Entry
 
success - Variable in class org.apache.batik.script.rhino.WindowWrapper.GetURLDoneArgBuilder
 

T

TEXT_ECMASCRIPT - Static variable in class org.apache.batik.script.rhino.RhinoInterpreterFactory
 
TO_BE_IMPORTED - Static variable in class org.apache.batik.script.rhino.RhinoInterpreter
 
toString() - Method in class org.apache.batik.script.rhino.WindowWrapper
 

U

userAgent - Variable in class org.apache.batik.script.rhino.ScriptSelfTest
 

V

visibleToScripts(String) - Method in class org.apache.batik.script.rhino.RhinoClassShutter
 

W

WindowWrapper - class org.apache.batik.script.rhino.WindowWrapper.
This class wraps a Window object to expose it to the interpreter.
WindowWrapper(Context) - Constructor for class org.apache.batik.script.rhino.WindowWrapper
Creates a new WindowWrapper.
WindowWrapper.FunctionWrapper - class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper.
To wrap a function in an handler.
WindowWrapper.FunctionWrapper(RhinoInterpreter, Function, Object[]) - Constructor for class org.apache.batik.script.rhino.WindowWrapper.FunctionWrapper
Creates a function wrapper.
WindowWrapper.GetURLDoneArgBuilder - class org.apache.batik.script.rhino.WindowWrapper.GetURLDoneArgBuilder.
 
WindowWrapper.GetURLDoneArgBuilder(boolean, String, String, ScriptableObject) - Constructor for class org.apache.batik.script.rhino.WindowWrapper.GetURLDoneArgBuilder
 
WindowWrapper.GetURLFunctionWrapper - class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper.
To wrap a function passed to getURL().
WindowWrapper.GetURLFunctionWrapper(RhinoInterpreter, Function, ScriptableObject) - Constructor for class org.apache.batik.script.rhino.WindowWrapper.GetURLFunctionWrapper
Creates a wrapper.
WindowWrapper.GetURLObjectWrapper - class org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper.
To wrap an object passed to getURL().
WindowWrapper.GetURLObjectWrapper(RhinoInterpreter, ScriptableObject, ScriptableObject) - Constructor for class org.apache.batik.script.rhino.WindowWrapper.GetURLObjectWrapper
Creates a wrapper.
window - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
The window object
wrap(Context, Scriptable, Object, Class) - Method in class org.apache.batik.script.rhino.BatikWrapFactory
 
wrapFactory - Variable in class org.apache.batik.script.rhino.RhinoInterpreter
 

A B C D E F G H I L M N O P R S T U V W