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. |