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

Constructor Index

 o MFColor()
 o MFColor(float[])
 o MFColor(float[][])
 o MFColor(int, float[])

Method Index

 o addValue(ConstSFColor)
 o addValue(float, float, float)
 o addValue(SFColor)
 o clear()
 o clone()
 o delete(int)
 o get1Value(int, float[])
 o get1Value(int, SFColor)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o insertValue(int, ConstSFColor)
 o insertValue(int, float, float, float)
 o insertValue(int, SFColor)
 o set1Value(int, ConstSFColor)
 o set1Value(int, float, float, float)
 o set1Value(int, SFColor)
 o setValue(ConstMFColor)
 o setValue(float[])
 o setValue(float[][])
 o setValue(int, float[])
 o setValue(MFColor)
 o toString()

Constructors

 o MFColor
 public MFColor()
 o MFColor
 public MFColor(float colors[][])
 o MFColor
 public MFColor(float colors[])
 o MFColor
 public MFColor(int size,
                float colors[])

Methods

 o getSize
 public synchronized int getSize()
Overrides:
getSize in class MField
 o clear
 public synchronized void clear()
Overrides:
clear in class MField
 o delete
 public synchronized void delete(int index)
Overrides:
delete in class MField
 o getValue
 public synchronized void getValue(float colors[][])
 o getValue
 public synchronized void getValue(float colors[])
 o get1Value
 public synchronized void get1Value(int index,
                                    float colors[])
 o get1Value
 public synchronized void get1Value(int index,
                                    SFColor color)
 o setValue
 public synchronized void setValue(float colors[][])
 o setValue
 public synchronized void setValue(float colors[])
 o setValue
 public synchronized void setValue(int size,
                                   float colors[])
 o setValue
 public synchronized void setValue(MFColor colors)
 o setValue
 public synchronized void setValue(ConstMFColor colors)
 o set1Value
 public void set1Value(int index,
                       ConstSFColor color)
 o set1Value
 public synchronized void set1Value(int index,
                                    SFColor color)
 o set1Value
 public synchronized void set1Value(int index,
                                    float red,
                                    float green,
                                    float blue)
 o addValue
 public void addValue(ConstSFColor color)
 o addValue
 public synchronized void addValue(SFColor color)
 o addValue
 public synchronized void addValue(float red,
                                   float green,
                                   float blue)
 o insertValue
 public void insertValue(int index,
                         ConstSFColor color)
 o insertValue
 public synchronized void insertValue(int index,
                                      SFColor color)
 o insertValue
 public synchronized void insertValue(int index,
                                      float red,
                                      float green,
                                      float blue)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object
 o clone
 public Object clone()
Overrides:
clone in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index