Class iicm.vrml.pw.MFColor
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.MFColor
java.lang.Object
|
+----iicm.vrml.pw.Field
|
+----iicm.vrml.pw.MultiField
|
+----iicm.vrml.pw.MFColor
- public class MFColor
- extends MultiField
MFColor - Field that holds an array of RGB triples
Copyright (c) 1996,97 IICM
-
fieldName()
- the field's type name
-
getValueCopy()
-
-
getValueCount()
-
-
getValueData()
-
-
setValue(float[])
-
fieldName
public String fieldName()
- the field's type name
- Overrides:
- fieldName in class Field
getValueData
public final float[] getValueData()
getValueCount
public final int getValueCount()
- Overrides:
- getValueCount in class MultiField
getValueCopy
public final float[] getValueCopy()
setValue
public final void setValue(float vals[])
All Packages Class Hierarchy This Package Previous Next Index