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
-
SFColor(float, float, float)
-
-
getBlue()
-
-
getGreen()
-
-
getRed()
-
-
getValue(float[])
-
-
setValue(ConstSFColor)
-
-
setValue(float, float, float)
-
-
setValue(float[])
-
-
setValue(SFColor)
-
-
toString()
-
SFColor
public SFColor(float red,
float green,
float blue)
getValue
public synchronized void getValue(float color[])
getRed
public float getRed()
getGreen
public float getGreen()
getBlue
public float getBlue()
setValue
public synchronized void setValue(float color[])
setValue
public synchronized void setValue(float red,
float green,
float blue)
setValue
public synchronized void setValue(ConstSFColor color)
setValue
public synchronized void setValue(SFColor color)
toString
public synchronized String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index