| Package | Description |
|---|---|
| org.apache.batik.script |
Provides an API for interpreting scripting language found in
SVG files.
|
| org.apache.batik.script.jpython |
Provides an API for interpreting Python language through
the JPython interpreter.
|
| Class and Description |
|---|
| ImportInfo
This class represents a list of Java classes/packages to import
into a scripting environment.
|
| Interpreter
A high level interface that represents an interpreter engine for
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 interface for factory objects than can create
Interpreter
instances for a particular script language. |
| Class and Description |
|---|
| ImportInfo
This class represents a list of Java classes/packages to import
into a scripting environment.
|
| Interpreter
A high level interface that represents an interpreter engine for
a particular scripting language.
|
| InterpreterFactory
An interface for factory objects than can create
Interpreter
instances for a particular script language. |
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.