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

Quick Search    Search Deep

org.apache.batik.script.rhino: Javadoc index of package org.apache.batik.script.rhino.


Package Samples:

org.apache.batik.script.rhino

Classes:

EventTargetWrapper: A class that wraps an EventTarget instance to expose it in the Rhino engine. Then calling addEventListener with a Rhino function as parameter should redirect the call to addEventListener with a Java function object calling the Rhino function. This class also allows to pass an ECMAScript (Rhino) object as a parameter instead of a function provided the fact that this object has a handleEvent method.
BatikSecurityController: This implementation of the Rhino SecurityController interface is meant for use within the context of Batik only. It is a partial implementation of the interface that does what is needed by Batik and no more.
ScriptSelfTest: Helper class to simplify writing the unitTesting.xml file for scripting. The "id" for the test needs to be the path of the selft contained SVG test, starting from: /test-resources/org/apache/batik/
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.
WindowWrapper: This class wraps a Window object to expose it to the interpreter. This will be the Global Object of our interpreter.
RhinoInterpreter: A simple implementation of Interpreter interface to use Rhino ECMAScript interpreter.
RhinoClassLoader: This class loader implementation will work whether or not the documentURL is null.
RhinoInterpreterFactory: Allows to create instances of RhinoInterpreter class.
Messages: This class manages the message for the Rhino interpreter
RhinoClassShutter: One line Class Desc Complete Class Desc

Home | Contact Us | Privacy Policy | Terms of Service