Class iicm.vrml.pw.SFColor
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.SFColor
java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.SFColor
  -  public class SFColor
  -  extends Field
SFColor - Field that holds an RGB color (3 floats)
Copyright (c) 1996 IICM
   
  -   SFColor(float, float, float) SFColor(float, float, float)
-  
   
  -   fieldName() fieldName()
-  the field's type name
  
-   getValue() getValue()
-  
  
-   setValue(float, float, float) setValue(float, float, float)
-  
   
 SFColor
SFColor
  public SFColor(float R,
                 float G,
                 float B)
   
 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 R,
                             float G,
                             float B)
All Packages  Class Hierarchy  This Package  Previous  Next  Index