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

Quick Search    Search Deep

Package org.apache.batik.script

Interface Summary
Interpreter An hight level interface that represents an interpreter engine of a particular scripting language.
InterpreterFactory An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.
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
InterpreterPool A class allowing to create/query an Interpreter corresponding to a particular Document and scripting language.
 

Exception Summary
InterpreterException An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.