j3d-vrml97-0.1.0

vrml.field
Class SFNode

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

public class SFNode
extends Field

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
SFNode(BaseNode node)
          Constructor for the SFNode object
SFNode(SFNode init)
          Constructor for the SFNode object
 
Method Summary
 Object clone()
          Description of the Method
 BaseNode getValue()
          Gets the value attribute of the SFNode object
 void setValue(BaseNode node)
          Sets the value attribute of the SFNode object
 void setValue(ConstSFNode csfnode)
          Sets the value attribute of the SFNode object
 void setValue(SFNode sfnode)
          Sets the value attribute of the SFNode object
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFNode

public SFNode(SFNode init)
Constructor for the SFNode object

Parameters:
init - Description of the Parameter

SFNode

public SFNode(BaseNode node)
Constructor for the SFNode object

Parameters:
node - Description of the Parameter
Method Detail

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

getValue

public BaseNode getValue()
Gets the value attribute of the SFNode object

Returns:
The value value

setValue

public void setValue(BaseNode node)
Sets the value attribute of the SFNode object

Parameters:
node - The new value value

setValue

public void setValue(SFNode sfnode)
Sets the value attribute of the SFNode object

Parameters:
sfnode - The new value value

setValue

public void setValue(ConstSFNode csfnode)
Sets the value attribute of the SFNode object

Parameters:
csfnode - The new value value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..