Class iicm.vrml.pw.SFVec2f
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.SFVec2f
java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.SFVec2f
  -  public class SFVec2f
  -  extends Field
SFVec2f - Field that holds a 2D vector (2 floats)
Copyright (c) 1996 IICM
   
  -   fieldName() fieldName()
-  the field's type name
  
-   getValue() getValue()
-  
  
-   setValue(float, float) setValue(float, float)
-  
   
 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 x,
                             float y)
All Packages  Class Hierarchy  This Package  Previous  Next  Index