Class iicm.vrml.pw.MFInt32
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.MFInt32
java.lang.Object
|
+----iicm.vrml.pw.Field
|
+----iicm.vrml.pw.MultiField
|
+----iicm.vrml.pw.MFInt32
- public class MFInt32
- extends MultiField
MFInt32 - Field that holds an array of ints (32 bit)
Copyright (c) 1996 IICM
-
values
-
-
fieldName()
- the field's type name
-
getValueCopy()
-
-
getValueCount()
-
-
getValueData()
-
-
setValue(int[])
-
values
protected IntArray values
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValueData
public final int[] getValueData()
getValueCount
public final int getValueCount()
- Overrides:
- getValueCount in class MultiField
getValueCopy
public final int[] getValueCopy()
setValue
public final void setValue(int vals[])
All Packages Class Hierarchy This Package Previous Next Index