vrml.field
Class ConstMFColor

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.ConstMField
              extended by vrml.field.ConstMFColor
All Implemented Interfaces:
java.lang.Cloneable

public class ConstMFColor
extends ConstMField


Constructor Summary
ConstMFColor(float[] colors)
           
ConstMFColor(float[][] colors)
           
ConstMFColor(int size, float[] colors)
           
 
Method Summary
 void get1Value(int index, float[] colors)
           
 void get1Value(int index, SFColor color)
           
 int getSize()
           
 void getValue(float[] colors)
           
 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

ConstMFColor

public ConstMFColor(float[][] colors)

ConstMFColor

public ConstMFColor(float[] colors)

ConstMFColor

public ConstMFColor(int size,
                    float[] colors)
Method Detail

getSize

public int getSize()
Specified by:
getSize in class ConstMField

getValue

public void getValue(float[][] colors)

getValue

public void getValue(float[] colors)

get1Value

public void get1Value(int index,
                      float[] colors)

get1Value

public void get1Value(int index,
                      SFColor color)

toString

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