Package vrml.eai.field
Class EventInSFString
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventIn
vrml.eai.field.EventInSFString
- Direct Known Subclasses:
EventInSFStringWrapper
VRML eventIn class for SFString.
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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class vrml.eai.field.EventIn
getUserData, setUserData
-
Constructor Details
-
EventInSFString
protected EventInSFString()Construct an instance of this class. Calls the superclass constructor with the field type set to SFString.
-
-
Method Details
-
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.
-