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

Class vrml.field.ConstMFColor

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.ConstField
                    |
                    +----vrml.ConstMField
                            |
                            +----vrml.field.ConstMFColor

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

ConstMFColor

public ConstMFColor(float[][] colors)

ConstMFColor

public ConstMFColor(float[] colors)

ConstMFColor

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

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

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