Package org.apache.batik.bridge
Class ScriptingEnvironment.EvaluateIntervalRunnable
- java.lang.Object
-
- org.apache.batik.bridge.ScriptingEnvironment.EvaluateIntervalRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ScriptingEnvironment
protected class ScriptingEnvironment.EvaluateIntervalRunnable extends java.lang.Object implements java.lang.Runnable
To interpret a script.
-
-
Field Summary
Fields Modifier and Type Field Description int
count
Incremented each time this runnable is added to the queue.boolean
error
protected Interpreter
interpreter
protected java.lang.String
script
-
Constructor Summary
Constructors Constructor Description EvaluateIntervalRunnable(java.lang.String s, Interpreter interp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
count
public int count
Incremented each time this runnable is added to the queue.
-
error
public boolean error
-
interpreter
protected Interpreter interpreter
-
script
protected java.lang.String script
-
-
Constructor Detail
-
EvaluateIntervalRunnable
public EvaluateIntervalRunnable(java.lang.String s, Interpreter interp)
-
-