vrml.field
Class SFNode

java.lang.Object
  extended by vrml.Field
      extended by vrml.field.SFNode
All Implemented Interfaces:
java.lang.Cloneable

public class SFNode
extends Field


Constructor Summary
SFNode()
           
SFNode(BaseNode node)
           
 
Method Summary
 BaseNode getValue()
           
 void setValue(BaseNode node)
           
 void setValue(ConstSFNode node)
           
 void setValue(SFNode 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

SFNode

public SFNode()

SFNode

public SFNode(BaseNode node)
Method Detail

getValue

public BaseNode getValue()

setValue

public void setValue(BaseNode node)

setValue

public void setValue(ConstSFNode node)

setValue

public void setValue(SFNode node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object