All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.vrml.field.MFColor
java.lang.Object
|
+----berkeley.cs.dmc.vrml.Field
|
+----berkeley.cs.dmc.vrml.MField
|
+----berkeley.cs.dmc.vrml.field.MFColor
- public class MFColor
- extends MField
-
MFColor()
-
-
MFColor(float[])
-
-
MFColor(float[][])
-
-
MFColor(int, float[])
-
-
addValue(ConstSFColor)
-
-
addValue(float, float, float)
-
-
addValue(SFColor)
-
-
clear()
-
-
clone()
-
-
delete(int)
-
-
get1Value(int, float[])
-
-
get1Value(int, SFColor)
-
-
getSize()
-
-
getValue(float[])
-
-
getValue(float[][])
-
-
insertValue(int, ConstSFColor)
-
-
insertValue(int, float, float, float)
-
-
insertValue(int, SFColor)
-
-
set1Value(int, ConstSFColor)
-
-
set1Value(int, float, float, float)
-
-
set1Value(int, SFColor)
-
-
setValue(ConstMFColor)
-
-
setValue(float[])
-
-
setValue(float[][])
-
-
setValue(int, float[])
-
-
setValue(MFColor)
-
-
toString()
-
MFColor
public MFColor()
MFColor
public MFColor(float colors[][])
MFColor
public MFColor(float colors[])
MFColor
public MFColor(int size,
float colors[])
getSize
public synchronized int getSize()
- Overrides:
- getSize in class MField
clear
public synchronized void clear()
- Overrides:
- clear in class MField
delete
public synchronized void delete(int index)
- Overrides:
- delete in class MField
getValue
public synchronized void getValue(float colors[][])
getValue
public synchronized void getValue(float colors[])
get1Value
public synchronized void get1Value(int index,
float colors[])
get1Value
public synchronized void get1Value(int index,
SFColor color)
setValue
public synchronized void setValue(float colors[][])
setValue
public synchronized void setValue(float colors[])
setValue
public synchronized void setValue(int size,
float colors[])
setValue
public synchronized void setValue(MFColor colors)
setValue
public synchronized void setValue(ConstMFColor colors)
set1Value
public void set1Value(int index,
ConstSFColor color)
set1Value
public synchronized void set1Value(int index,
SFColor color)
set1Value
public synchronized void set1Value(int index,
float red,
float green,
float blue)
addValue
public void addValue(ConstSFColor color)
addValue
public synchronized void addValue(SFColor color)
addValue
public synchronized void addValue(float red,
float green,
float blue)
insertValue
public void insertValue(int index,
ConstSFColor color)
insertValue
public synchronized void insertValue(int index,
SFColor color)
insertValue
public synchronized void insertValue(int index,
float red,
float green,
float blue)
toString
public synchronized String toString()
- Overrides:
- toString in class Object
clone
public Object clone()
- Overrides:
- clone in class Field
All Packages Class Hierarchy This Package Previous Next Index