Package org.apache.batik.script

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 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.GetURLHandler To handle the completion of a 'getURL()' 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.
 

Package org.apache.batik.script Description

Provides an API for interpreting scripting language found in SVG files.



Copyright © 2002 Apache Software Foundation. All Rights Reserved.