Package vrml.node

Class Node

java.lang.Object
vrml.BaseNode
vrml.node.Node
Direct Known Subclasses:
JSAINode

public abstract class Node extends BaseNode
This is the basic interface for all VRML nodes. All VRML fields are accessed through the field methods. New nodes are created through the Browser using the load and create methods.
Version:
$Revision: 1.8 $
Author:
Alan Hudson