Package vrml.eai.field
Class EventOutSFFloat
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventOut
vrml.eai.field.EventOutSFFloat
- Direct Known Subclasses:
EventOutSFFloatWrapper
VRML eventOut class for SFFloat.
- Version:
- 1.0 30 April 1998
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract float
getValue()
Ge the float value in the given eventOut.Methods inherited from class vrml.eai.field.EventOut
addVrmlEventListener, getUserData, removeVrmlEventListener, setUserData
-
Constructor Details
-
EventOutSFFloat
protected EventOutSFFloat()Construct an instance of this class. Calls the superclass constructor with the field type set to SFFloat.
-
-
Method Details
-
getValue
public abstract float getValue()Ge the float value in the given eventOut.- Returns:
- The float value to of the eventOut
-