vrml.field
Class ConstMFNode

java.lang.Object
  extended byvrml.Field
      extended byvrml.ConstField
          extended byvrml.ConstMField
              extended byvrml.field.ConstMFNode
All Implemented Interfaces:
java.lang.Cloneable

public class ConstMFNode
extends ConstMField


Constructor Summary
ConstMFNode(BaseNode[] node)
           
ConstMFNode(int size, BaseNode[] node)
           
 
Method Summary
 BaseNode get1Value(int index)
           
 int getSize()
           
 void getValue(BaseNode[] node)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstMFNode

public ConstMFNode(int size,
                   BaseNode[] node)

ConstMFNode

public ConstMFNode(BaseNode[] node)
Method Detail

getSize

public int getSize()
Specified by:
getSize in class ConstMField

getValue

public void getValue(BaseNode[] node)

get1Value

public BaseNode get1Value(int index)

toString

public java.lang.String toString()