j3d-vrml97-0.1.0

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

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.ConstMField
              extended by org.jdesktop.j3d.loaders.vrml97.impl.ConstMFColor

public class ConstMFColor
extends ConstMField

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
ConstMFColor(float[][] values)
          Constructor for the ConstMFColor object
ConstMFColor(int size, float[] values)
          Constructor for the ConstMFColor object
 
Method Summary
 Object clone()
          Description of the Method
 void get1Value(int index, float[] values)
          Description of the Method
 void get1Value(int index, SFColor vec)
          Description of the Method
 void getValue(float[] values)
          Gets the value attribute of the ConstMFColor object
 void getValue(float[][] values)
          Gets the value attribute of the ConstMFColor object
 Field wrap()
          Description of the Method
 
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.ConstMField
getSize
 
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

ConstMFColor

public ConstMFColor(float[][] values)
Constructor for the ConstMFColor object

Parameters:
values - Description of the Parameter

ConstMFColor

public ConstMFColor(int size,
                    float[] values)
Constructor for the ConstMFColor object

Parameters:
size - Description of the Parameter
values - Description of the Parameter
Method Detail

getValue

public void getValue(float[][] values)
Gets the value attribute of the ConstMFColor object

Parameters:
values - Description of the Parameter

getValue

public void getValue(float[] values)
Gets the value attribute of the ConstMFColor object

Parameters:
values - Description of the Parameter

get1Value

public void get1Value(int index,
                      float[] values)
Description of the Method

Parameters:
index - Description of the Parameter
values - Description of the Parameter

get1Value

public void get1Value(int index,
                      SFColor vec)
Description of the Method

Parameters:
index - Description of the Parameter
vec - Description of the Parameter

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..