Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

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)
 
 

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

Constructor Detail

SFColor

public SFColor()

SFColor

public SFColor(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()

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

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS