Xj3D 2.0 VRML/X3D Code API

vrml.eai.field
Class EventInSFFloat

java.lang.Object
  extended by vrml.eai.field.BaseField
      extended by vrml.eai.field.EventIn
          extended by vrml.eai.field.EventInSFFloat

public abstract class EventInSFFloat
extends EventIn

VRML eventIn class for SFFloat.

Version:
1.0 30 April 1998

Field Summary
 
Fields inherited from class vrml.eai.field.BaseField
fieldType, MFColor, MFFloat, MFInt32, MFNode, MFRotation, MFString, MFTime, MFVec2f, MFVec3f, SFBool, SFColor, SFFloat, SFImage, SFInt32, SFNode, SFRotation, SFString, SFTime, SFVec2f, SFVec3f, UNSET_FIELD
 
Constructor Summary
protected EventInSFFloat()
          Construct an instance of this class.
 
Method Summary
abstract  void setValue(float value)
          Set the float value in the given eventIn.
 
Methods inherited from class vrml.eai.field.EventIn
getUserData, setUserData
 
Methods inherited from class vrml.eai.field.BaseField
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventInSFFloat

protected EventInSFFloat()
Construct an instance of this class. Calls the superclass constructor with the field type set to SFFloat.

Method Detail

setValue

public abstract void setValue(float value)
Set the float value in the given eventIn.

Parameters:
value - The array of float value to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium