Class VRMLFieldDeclaration

java.lang.Object
org.web3d.vrml.lang.VRMLFieldDeclaration

public class VRMLFieldDeclaration extends Object
Representation of any field definition in the VRML system.

Each node contains a collection of fields. Each field has a fixed index for all instances of this node.

This class represents the declaration of a field rather than the complete field instance. For this reason it is immutable. You should not be allowed to change items of a field declaration on the fly.

Version:
$Revision: 1.17 $
Author:
Justin Couch
See Also: