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 values
-  
   
  -   fieldName() fieldName()
-  the field's type name
  
-   getValueCopy() getValueCopy()
-  
  
-   getValueCount() getValueCount()
-  
  
-   getValueData() getValueData()
-  
  
-   setValue(int[]) setValue(int[])
-  
   
 values
values
  protected IntArray values
   
 fieldName
fieldName
  public String fieldName()
  -  the field's type name
  
    -  Overrides:
    
-  fieldName in class Field
  
 
 getValueData
getValueData
  public final int[] getValueData()
 getValueCount
getValueCount
  public final int getValueCount()
  
    -  Overrides:
    
-  getValueCount in class MultiField
  
 getValueCopy
getValueCopy
  public final int[] getValueCopy()
 setValue
setValue
  public final void setValue(int vals[])
All Packages  Class Hierarchy  This Package  Previous  Next  Index