Class BaseScript

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractDynamicFieldNode
org.web3d.vrml.renderer.common.nodes.scripting.BaseScript
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLChildNodeType, VRMLExternalNodeType, VRMLNodeType, VRMLScriptNodeType, VRMLSingleExternalNodeType, VRMLWorldRootChildNodeType
Direct Known Subclasses:
NRScript, OGLScript

public abstract class BaseScript extends AbstractDynamicFieldNode implements VRMLScriptNodeType
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.52 $
Author:
Justin Couch