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

Constructor Index

 o SFColor(float, float, float)

Method Index

 o fieldName()
the field's type name
 o getValue()
 o setValue(float, float, float)

Constructors

 o SFColor
  public SFColor(float R,
                 float G,
                 float B)

Methods

 o fieldName
  public String fieldName()
the field's type name
Overrides:
fieldName in class Field
 o getValue
  public final float[] getValue()
 o setValue
  public final void setValue(float R,
                             float G,
                             float B)

All Packages  Class Hierarchy  This Package  Previous  Next  Index