Package org.web3d.x3d.sai
Interface SFString
- All Superinterfaces:
X3DField
Representation of a SFString field.
Strings are represented using standard java.lang.String representations. The implementation of this class will provide any necessary conversions to the UTF8 format required for VRML support.
- Version:
- 1.0 30 April 1998
-
Method Summary
Methods inherited from interface org.web3d.x3d.sai.X3DField
addX3DEventListener, getDefinition, getUserData, isReadable, isWritable, removeX3DEventListener, setUserData
-
Method Details
-
getValue
-
setValue
Set the string value in the given eventIn.A string is not required to be valid. A null string reference will be considered equivalent to a zero length string resulting in the string being cleared.
- Parameters:
value
- The string to set.
-