Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.SFNode

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.field.SFNode

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
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS