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.
 

Class Summary
DocumentProxy Proxy to a Document using a WeakReference to allow the document to be discared when not used outside of the intepreter.
InterpreterPool A class allowing to create/query an Interpreter corresponding to a particular Document and scripting language.
SVGDocumentProxy Proxy to an SVGDocument using a WeakReference to allow the document to be discared when not used outside of the intepreter.
 

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 © 2001 Apache Software Foundation. All Rights Reserved.