vrml.field
Class  ConstMFColor
java.lang.Object
  |
  +--vrml.Field
        |
        +--vrml.ConstField
              |
              +--vrml.ConstMField
                    |
                    +--vrml.field.ConstMFColor
- All Implemented Interfaces: 
- java.lang.Cloneable
- public class ConstMFColor- extends ConstMField
 
 
 
| Methods inherited from class java.lang.Object | 
| , 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
wait, 
wait, 
wait | 
 
ConstMFColor
public ConstMFColor(float[][] colors)
ConstMFColor
public ConstMFColor(float[] colors)
ConstMFColor
public ConstMFColor(int size,
                    float[] colors)
getSize
public int getSize()
- 
- Overrides:
- 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