|
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.EventInMFInt32
public abstract class EventInMFInt32
VRML eventIn class for MFInt32.
| 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 |
EventInMFInt32()
Construct an instance of this class. |
| Method Summary | |
|---|---|
abstract void |
set1Value(int index,
int value)
Set a particular value in the given eventIn array. |
abstract void |
setValue(int[] value)
Set the value of the array of integers. |
| 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 EventInMFInt32()
| Method Detail |
|---|
public abstract void setValue(int[] value)
value - The array of values to be set.
public abstract void set1Value(int index,
int value)
throws java.lang.ArrayIndexOutOfBoundsException
If the index is out of the bounds of the current array of data values an ArrayIndexOutOfBoundsException will be generated.
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 | |||||||||