iicm.vrml.pw
Class MFInt32

java.lang.Object
  |
  +--iicm.vrml.pw.Field
        |
        +--iicm.vrml.pw.MultiField
              |
              +--iicm.vrml.pw.MFInt32
Direct Known Subclasses:
SFImage

public class MFInt32
extends MultiField

MFInt32 - Field that holds an array of ints (32 bit)


Field Summary
protected  IntArray values
           
 
Fields inherited from class iicm.vrml.pw.Field
changed, class_, F_EVENTIN, F_EVENTOUT, F_EXPOSEDFIELD, F_FIELD, readerror, STR_EVENTIN, STR_EVENTOUT, STR_EXPOSEDFIELD, STR_FIELD
 
Method Summary
 java.lang.String fieldName()
          the field's type name
 int[] getValueArray()
           
 int[] getValueCopy()
           
 int getValueCount()
           
 int[] getValueData()
           
 void setValue(int[] vals)
           
 
Methods inherited from class iicm.vrml.pw.Field
findProtoField, getFieldClass, getFieldClassName, getTimeOfChange, readError, sendEvent, setEventCallback, wasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected IntArray values
Method Detail

fieldName

public java.lang.String fieldName()
Description copied from class: Field
the field's type name
Overrides:
fieldName in class Field

getValueData

public final int[] getValueData()
See Also:
iicm.vrml.pw.MFFloat.getValueData

getValueCount

public final int getValueCount()
Overrides:
getValueCount in class MultiField
Tags copied from class: MultiField
Returns:
number of field values

getValueArray

public final int[] getValueArray()
See Also:
iicm.vrml.pw.MFFloat.getValueArray

getValueCopy

public final int[] getValueCopy()

setValue

public final void setValue(int[] vals)