Class iicm.vrml.pw.SFFloat
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.SFFloat
java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.SFFloat
  -  public class SFFloat
  -  extends Field
SFFloat - Field that holds one float
Copyright (c) 1996 IICM
   
  -   SFFloat(float) SFFloat(float)
-  
   
  -   fieldName() fieldName()
-  the field's type name
  
-   getValue() getValue()
-  
  
-   setValue(float) setValue(float)
-  
   
 SFFloat
SFFloat
  public SFFloat(float val)
   
 fieldName
fieldName
  public String fieldName()
  -  the field's type name
  
    -  Overrides:
    
-  fieldName in class Field
  
 
 getValue
getValue
  public final float getValue()
 setValue
setValue
  public final void setValue(float val)
All Packages  Class Hierarchy  This Package  Previous  Next  Index