Package vrml.eai.field
Class EventInSFFloat
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventIn
vrml.eai.field.EventInSFFloat
- Direct Known Subclasses:
EventInSFFloatWrapper
VRML eventIn class for SFFloat.
- Version:
- 1.0 30 April 1998
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
setValue
(float value) Set the float value in the given eventIn.Methods inherited from class vrml.eai.field.EventIn
getUserData, setUserData
-
Constructor Details
-
EventInSFFloat
protected EventInSFFloat()Construct an instance of this class. Calls the superclass constructor with the field type set to SFFloat.
-
-
Method Details
-
setValue
public abstract void setValue(float value) Set the float value in the given eventIn.- Parameters:
value
- The array of float value to set.
-