Uses of Package
org.apache.batik.script

Packages that use org.apache.batik.script
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.apache.batik.script.jacl Provides an API for interpreting Tcl language through the Jacl interpreter. 
org.apache.batik.script.jpython Provides an API for interpreting Python language through the JPython interpreter. 
org.apache.batik.script.rhino Provides an API for interpreting JavaScript language through the Rhino interpreter. 
 

Classes in org.apache.batik.script used by org.apache.batik.bridge
Interpreter
          An hight level interface that represents an interpreter engine of a particular scripting language.
InterpreterPool
          A class allowing to create/query an Interpreter corresponding to a particular Document and scripting language.
 

Classes in org.apache.batik.script used by org.apache.batik.script
DocumentProxy
          Proxy to a Document using a WeakReference to allow the document to be discared when not used outside of the intepreter.
Interpreter
          An hight level interface that represents an interpreter engine of a particular scripting language.
InterpreterException
          An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.
InterpreterFactory
          An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.
 

Classes in org.apache.batik.script used by org.apache.batik.script.jacl
Interpreter
          An hight level interface that represents an interpreter engine of a particular scripting language.
InterpreterException
          An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.
InterpreterFactory
          An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.
 

Classes in org.apache.batik.script used by org.apache.batik.script.jpython
Interpreter
          An hight level interface that represents an interpreter engine of a particular scripting language.
InterpreterException
          An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.
InterpreterFactory
          An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.
 

Classes in org.apache.batik.script used by org.apache.batik.script.rhino
Interpreter
          An hight level interface that represents an interpreter engine of a particular scripting language.
InterpreterException
          An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.
InterpreterFactory
          An hight level interface that represents a factory allowing to create instances of a particular Interpreter interface implementation.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.