Class NRScript

java.lang.Object
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLChildNodeType, VRMLExternalNodeType, VRMLNodeType, VRMLScriptNodeType, VRMLSingleExternalNodeType, VRMLWorldRootChildNodeType, NRVRMLNode

public class NRScript extends BaseScript implements NRVRMLNode
Scene graph representation of a script node.

The script is different to all the other nodes. While it represents a script, it doesn't have the normal content of a Java3D node. It is also a bit different to the ordinary Abstract node implementation in that a script can have fields added and removed on demand.

Version:
$Revision: 1.2 $
Author:
Justin Couch