Provides an API for interpreting scripting language found in SVG files.
See: Description
Interface Summary | |
---|---|
Interpreter | An hight level interface that represents an interpreter engine of a particular scripting language. |
InterpreterFactory | An interface for factory objects than can create {@link Interpreter} instances for a particular script language. |
ScriptEventWrapper | Interface for objects that act as a Java wrapper for a javascript event object. |
ScriptHandler | This interface must be implemented in order to call Java code from an SVG document. |
Window | This interface represents the 'window' object defined in the global environment of a SVG document. |
Window.URLResponseHandler | To handle the completion of a 'getURL()' or 'postURL' call. |
Class Summary | |
---|---|
InterpreterException |
An exception that will be thrown when a problem is encountered in the
script by an Interpreter interface implementation.
|
InterpreterPool | A class allowing to create/query an {@link org.apache.batik.script.Interpreter} corresponding to a particular Document and scripting language. |