Package vrml.eai.field
Class EventOutMFInt32
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventOut
vrml.eai.field.EventOutMField
vrml.eai.field.EventOutMFInt32
- Direct Known Subclasses:
EventOutMFInt32Wrapper
VRML eventOut class for MFInt32.
- Version:
- 1.0 30 April 1998
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class vrml.eai.field.EventOutMField
size
Methods inherited from class vrml.eai.field.EventOut
addVrmlEventListener, getUserData, removeVrmlEventListener, setUserData
-
Constructor Details
-
EventOutMFInt32
protected EventOutMFInt32()Construct an instance of this class. The superclass is called with the type set to MFInt32.
-
-
Method Details
-
getValue
public abstract int[] getValue()Get the value of the array of integers.- Returns:
- The current array of values.
-
getValue
public abstract void getValue(int[] values) Write the value of the array of the ints to the given array.- Parameters:
values
- The array to be filled in- Throws:
ArrayIndexOutOfBoundsException
- The provided array was too small
-
get1Value
Get a particular value from the eventOut array.If the index is out of the bounds of the current array of data values an ArrayIndexOutOfBoundsException will be generated.
- Parameters:
index
- The position to be retrieved- Returns:
- The value at that position
- Throws:
ArrayIndexOutOfBoundsException
- The index was outside the current data array bounds.
-