All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.SFColor

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.field.SFColor

public class SFColor
extends Field

Constructor Index

 o SFColor(float, float, float)

Method Index

 o getBlue()
 o getGreen()
 o getRed()
 o getValue(float[])
 o setValue(ConstSFColor)
 o setValue(float, float, float)
 o setValue(float[])
 o setValue(SFColor)
 o toString()

Constructors

 o SFColor
 public SFColor(float red,
                float green,
                float blue)

Methods

 o getValue
 public synchronized void getValue(float color[])
 o getRed
 public float getRed()
 o getGreen
 public float getGreen()
 o getBlue
 public float getBlue()
 o setValue
 public synchronized void setValue(float color[])
 o setValue
 public synchronized void setValue(float red,
                                   float green,
                                   float blue)
 o setValue
 public synchronized void setValue(ConstSFColor color)
 o setValue
 public synchronized void setValue(SFColor color)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index