| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BaseScriptingEnvironment.handleInterpreterException(InterpreterException ie) |
Handles the given exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
Interpreter.evaluate(java.io.Reader scriptreader) |
This method should evaluate a piece of script.
|
java.lang.Object |
Interpreter.evaluate(java.io.Reader scriptreader,
java.lang.String description) |
This method should evaluate a piece of script associated to a given
description.
|
java.lang.Object |
Interpreter.evaluate(java.lang.String script) |
This method should evaluate a piece of script using a
String
instead of a Reader. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.