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