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.
InterpreterException
          An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.
InterpreterPool
          A class allowing to create/query an Interpreter corresponding to a particular Document and scripting language.
Window
          This interface represents the 'window' object defined in the global environment of a SVG document.
 

Classes in org.apache.batik.script used by org.apache.batik.script
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.
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.
 

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.