Class Scene

java.lang.Object
All Implemented Interfaces:
org.mozilla.javascript.Scriptable

public class Scene extends X3DExecutionContext
Representation of the ECMAscript Scene host object from 19777-2 7.4.

Due to the limitation of the locateFunction method, methods that are defined in the base execution context typically cannot be found here because it doesn't go searching base classes - just the top level class. That means we need to redeclare the methods in this class. All they do is call the super class methods of the same name.

Version:
$Revision: 1.6 $
Author:
Justin Couch