j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class ConstSFColor

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.ConstField
          extended by org.jdesktop.j3d.loaders.vrml97.impl.ConstSFColor

public class ConstSFColor
extends ConstField

Description of the Class


Field Summary
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.ConstField
ownerField
 
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
constField, fieldType
 
Constructor Summary
ConstSFColor(float[] initColor)
          Constructor for the ConstSFColor object
ConstSFColor(float red, float green, float blue)
          Constructor for the ConstSFColor object
 
Method Summary
 Object clone()
          Description of the Method
 float getBlue()
          Gets the blue attribute of the ConstSFColor object
 float getGreen()
          Gets the green attribute of the ConstSFColor object
 float getRed()
          Gets the red attribute of the ConstSFColor object
 float[] getValue()
          Gets the value attribute of the ConstSFColor object
 void getValue(float[] colr)
          Gets the value attribute of the ConstSFColor object
 Field wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field
baseName, markWriteable, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstSFColor

public ConstSFColor(float red,
                    float green,
                    float blue)
Constructor for the ConstSFColor object

Parameters:
red - Description of the Parameter
green - Description of the Parameter
blue - Description of the Parameter

ConstSFColor

public ConstSFColor(float[] initColor)
Constructor for the ConstSFColor object

Parameters:
initColor - Description of the Parameter
Method Detail

getValue

public void getValue(float[] colr)
Gets the value attribute of the ConstSFColor object

Parameters:
colr - Description of the Parameter

getValue

public float[] getValue()
Gets the value attribute of the ConstSFColor object

Returns:
The value value

getRed

public float getRed()
Gets the red attribute of the ConstSFColor object

Returns:
The red value

getGreen

public float getGreen()
Gets the green attribute of the ConstSFColor object

Returns:
The green value

getBlue

public float getBlue()
Gets the blue attribute of the ConstSFColor object

Returns:
The blue value

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

wrap

public Field wrap()
Description of the Method

Specified by:
wrap in class Field
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..