vrml.field
Class ConstSFColor

java.lang.Object
  |
  +--vrml.Field
        |
        +--vrml.ConstField
              |
              +--vrml.field.ConstSFColor
All Implemented Interfaces:
java.lang.Cloneable

public class ConstSFColor
extends ConstField


Constructor Summary
ConstSFColor(float red, float green, float blue)
           
 
Method Summary
 float getBlue()
           
 float getGreen()
           
 float getRed()
           
 void getValue(float[] colors)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstSFColor

public ConstSFColor(float red,
                    float green,
                    float blue)
Method Detail

getValue

public void getValue(float[] colors)

getRed

public float getRed()

getGreen

public float getGreen()

getBlue

public float getBlue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object