Class vrml.field.ConstMFColor
java.lang.Object
|
+----vrml.Field
|
+----vrml.ConstField
|
+----vrml.ConstMField
|
+----vrml.field.ConstMFColor
- public class ConstMFColor
- extends ConstMField
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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