public interface Context
 See the
 ScriptEnvironment
 interface for general background information about this API.
| Modifier and Type | Method and Description | 
|---|---|
| Composition | getComposition()Returns the  Compositionobject, an object that represents the Composition itself and it's
 current state. | 
| Result | getResult()Returns the singleton  Resultobject, an object that that provides access to the Result object for the
 current play of the current Composition. | 
Result getResult() throws ScriptEnvironmentException
Result
 object, an object that that provides access to the Result object for the
 current play of the current Composition.Result objectjava.lang.ExceptionScriptEnvironmentExceptionComposition getComposition() throws ScriptEnvironmentException
Composition
 object, an object that represents the Composition itself and it's
 current state.Composition objectjava.lang.ExceptionScriptEnvironmentException