vrml.eai.field
Class EventInSFMatrix4f

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

public abstract class EventInSFMatrix4f
extends EventIn

Reference to a SFMatrix4f event-in slot. Use this class to write values into SFMatrix4f event-in slots.


Field Summary
 
Fields inherited from class vrml.eai.field.BaseField
MFColor, MFFloat, MFInt32, MFNode, MFRotation, MFString, MFTime, MFVec2f, MFVec3f, SFBool, SFColor, SFFloat, SFImage, SFInt32, SFMatrix4f, SFNode, SFRotation, SFString, SFTime, SFVec2f, SFVec3f
 
Constructor Summary
protected EventInSFMatrix4f()
          Default constructor.
 
Method Summary
abstract  void setValue(float[] value)
          Sets the value of a SFMatrix4f event-in slot.
 
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

EventInSFMatrix4f

protected EventInSFMatrix4f()
Default constructor. This method is protected, i.e. you cannot create new instances of this class. The only way to get instances is via the Node.getEventIn(java.lang.String) method.

Method Detail

setValue

public abstract void setValue(float[] value)
                       throws java.lang.ArrayIndexOutOfBoundsException
Sets the value of a SFMatrix4f event-in slot.

Parameters:
value - The new vector value. This is an array of at least 16 float values.
Throws:
java.lang.ArrayIndexOutOfBoundsException