Package vrml.field
Class SFNode
java.lang.Object
vrml.Field
vrml.field.SFNode
-
Field Summary
FieldsFields inherited from class vrml.Field
valueChanged
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Create a cloned copy of this nodegetValue()
Return the value of this fieldvoid
Set the field to the new valuevoid
setValue
(ConstSFNode node) Set the value of the field to that of the given fieldvoid
Set the value of the field to that of the given fieldtoString()
Return a string form of this field suitable for parsing.
-
Field Details
-
data
The value of this field
-
-
Constructor Details
-
SFNode
public SFNode()Construct a default field with the value set to NULL -
SFNode
Construct a field using the given value.- Parameters:
value
- The value to set the field to
-
-
Method Details
-
getValue
-
setValue
Set the field to the new value- Parameters:
node
- The new value to use
-
setValue
Set the value of the field to that of the given field- Parameters:
node
- The field to use to set the value
-
setValue
Set the value of the field to that of the given field- Parameters:
node
- The field to use to set the value
-
toString
-
clone
-