j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class SFNode

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.SFNode

public class SFNode
extends Field

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Constructor Summary
SFNode()
          Constructor for the SFNode object
SFNode(BaseNode node)
          Constructor for the SFNode object
 
Method Summary
 Object clone()
          Description of the Method
 ConstField constify()
          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
 String toString()
          Description of the Method
 void update(Field field)
          Description of the Method
 Field wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, markWriteable, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SFNode

public SFNode()
Constructor for the SFNode object


SFNode

public SFNode(BaseNode node)
Constructor for the SFNode object

Parameters:
node - Description of the Parameter
Method Detail

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

clone

public Object clone()
Description of the Method

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

update

public void update(Field field)
Description of the Method

Parameters:
field - Description of the Parameter

constify

public ConstField constify()
Description of the Method

Returns:
Description of the Return Value

wrap

public Field wrap()
Description of the Method

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

toString

public String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..