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