All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.MFVec2f

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.MField
                   |
                   +----berkeley.cs.dmc.vrml.field.MFVec2f

public class MFVec2f
extends MField

Constructor Index

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

Method Index

 o addValue(ConstSFVec2f)
 o addValue(float, float)
 o addValue(SFVec2f)
 o clear()
 o clone()
 o delete(int)
 o get1Value(int, float[])
 o get1Value(int, SFVec2f)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o insertValue(int, ConstSFVec2f)
 o insertValue(int, float, float)
 o insertValue(int, SFVec2f)
 o set1Value(int, ConstSFVec2f)
 o set1Value(int, float, float)
 o set1Value(int, SFVec2f)
 o setValue(ConstMFVec2f)
 o setValue(float[])
 o setValue(float[][])
 o setValue(int, float[])
 o setValue(MFVec2f)
 o toString()

Constructors

 o MFVec2f
 public MFVec2f()
 o MFVec2f
 public MFVec2f(float vec2s[][])
 o MFVec2f
 public MFVec2f(float vec2s[])
 o MFVec2f
 public MFVec2f(int size,
                float vec2s[])

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 vec2s[][])
 o getValue
 public synchronized void getValue(float vec2s[])
 o get1Value
 public synchronized void get1Value(int index,
                                    float vec2s[])
 o get1Value
 public synchronized void get1Value(int index,
                                    SFVec2f vec2s)
 o setValue
 public synchronized void setValue(float vec2s[][])
 o setValue
 public synchronized void setValue(float vec2s[])
 o setValue
 public synchronized void setValue(int size,
                                   float vec2s[])
 o setValue
 public synchronized void setValue(MFVec2f vec2s)
 o setValue
 public synchronized void setValue(ConstMFVec2f vec2s)
 o set1Value
 public void set1Value(int index,
                       ConstSFVec2f vec2s)
 o set1Value
 public synchronized void set1Value(int index,
                                    SFVec2f vec2s)
 o set1Value
 public synchronized void set1Value(int index,
                                    float x,
                                    float y)
 o addValue
 public void addValue(ConstSFVec2f vec2s)
 o addValue
 public synchronized void addValue(SFVec2f vec2s)
 o addValue
 public synchronized void addValue(float x,
                                   float y)
 o insertValue
 public void insertValue(int index,
                         ConstSFVec2f vec2s)
 o insertValue
 public synchronized void insertValue(int index,
                                      SFVec2f vec2s)
 o insertValue
 public synchronized void insertValue(int index,
                                      float x,
                                      float y)
 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