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)
-
-
fieldName()
- the field's type name
-
getValue()
-
-
setValue(float, float, float)
-
SFColor
public SFColor(float R,
float G,
float B)
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValue
public final float[] getValue()
setValue
public final void setValue(float R,
float G,
float B)
All Packages Class Hierarchy This Package Previous Next Index