Class vrml.field.SFColor
java.lang.Object
|
+----vrml.Field
|
+----vrml.field.SFColor
- public class SFColor
- extends Field
Constructor Summary
|
SFColor()
|
SFColor(float red,
float green,
float blue)
|
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SFColor
public SFColor()
SFColor
public SFColor(float red,
float green,
float blue)
getValue
public void getValue(float[] colors)
getRed
public float getRed()
getGreen
public float getGreen()
getBlue
public float getBlue()
setValue
public void setValue(float[] colors)
setValue
public void setValue(float red,
float green,
float blue)
setValue
public void setValue(ConstSFColor color)
setValue
public void setValue(SFColor color)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object