|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvrml.eai.field.BaseField
vrml.eai.field.EventIn
vrml.eai.field.EventInMFFloat
public abstract class EventInMFFloat
VRML eventIn class for MFFloat.
| 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 |
EventInMFFloat()
Construct an instance of this class. |
| Method Summary | |
|---|---|
abstract void |
set1Value(int index,
float value)
Set the value of an individual item in the eventIn's value. |
abstract void |
setValue(float[] value)
Set the value of the eventIn to the new array of float values. |
| 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 |
|---|
protected EventInMFFloat()
| Method Detail |
|---|
public abstract void setValue(float[] value)
value - The array of values to be used.
public abstract void set1Value(int index,
float value)
throws java.lang.ArrayIndexOutOfBoundsException
index - The position to set the colour valuevalue - The value to be set
java.lang.ArrayIndexOutOfBoundsException - A value did not contain at least
three values for the colour component
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||