Package org.apache.batik.script


package org.apache.batik.script
Provides an API for interpreting scripting language found in SVG files.
  • Class
    Description
    This class represents a list of Java classes/packages to import into a scripting environment.
    A high level interface that represents an interpreter engine for a particular scripting language.
    An exception that will be thrown when a problem is encountered in the script by an Interpreter interface implementation.
    An interface for factory objects than can create Interpreter instances for a particular script language.
    A class allowing to create/query an Interpreter corresponding to a particular Document and scripting language.
    Interface for objects that act as a Java wrapper for a javascript event object.