Package artofillusion.script

Interface Summary
ObjectScript This interface represents a parsed Object script.
ScriptEngine This interface represents an engine that can compile and execute scripts.
ToolScript This interface represents a parsed Tool script.
 

Class Summary
BeanshellScriptEngine This ScriptEngine implements the BeanShell scripting language.
ExecuteScriptWindow This class presents a user interface for entering scripts to be executed.
GroovyScriptEngine This ScriptEngine implements the Groovy scripting language.
ScriptEditor This class presents a user interface for editing a script.
ScriptedObject This class represents an Object3D whose properties are defined by a script.
ScriptedObject.ScriptedObjectKeyframe Inner class representing a pose for a scripted object.
ScriptedObjectController This class mediates interactions between an ObjectScript and the rest of the program.
ScriptedObjectEditorWindow This class presents a user interface for entering object scripts.
ScriptedObjectEnumeration  
ScriptOutputWindow This class creates a window for displaying output from scripts.
ScriptRunner This class is used for executing scripts.
 

Exception Summary
ScriptException An exception thrown by the ScriptEngine interface.
 



Copyright © 1999-2011 by Peter Eastman.