Xj3D 2.0 VRML/X3D Code API

vrml.eai.field
Class EventInSFInt32

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

public abstract class EventInSFInt32
extends EventIn

VRML eventIn class for SFInt32.

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 EventInSFInt32()
          Construct an instance of this class.
 
Method Summary
abstract  void setValue(int value)
          Set the 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

EventInSFInt32

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

Method Detail

setValue

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

Parameters:
value - The value to be set

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium