All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.vrml.field.MFRotation
java.lang.Object
|
+----berkeley.cs.dmc.vrml.Field
|
+----berkeley.cs.dmc.vrml.MField
|
+----berkeley.cs.dmc.vrml.field.MFRotation
- public class MFRotation
- extends MField
-
MFRotation()
-
-
MFRotation(float[])
-
-
MFRotation(float[][])
-
-
MFRotation(int, float[])
-
-
addValue(ConstSFRotation)
-
-
addValue(float, float, float, float)
-
-
addValue(SFRotation)
-
-
clear()
-
-
clone()
-
-
delete(int)
-
-
get1Value(int, float[])
-
-
get1Value(int, SFRotation)
-
-
getSize()
-
-
getValue(float[])
-
-
getValue(float[][])
-
-
insertValue(int, ConstSFRotation)
-
-
insertValue(int, float, float, float, float)
-
-
insertValue(int, SFRotation)
-
-
set1Value(int, ConstSFRotation)
-
-
set1Value(int, float, float, float, float)
-
-
set1Value(int, SFRotation)
-
-
setValue(ConstMFRotation)
-
-
setValue(float[])
-
-
setValue(float[][])
-
-
setValue(int, float[])
-
-
setValue(MFRotation)
-
-
toString()
-
MFRotation
public MFRotation()
MFRotation
public MFRotation(float rotations[][])
MFRotation
public MFRotation(float rotations[])
MFRotation
public MFRotation(int size,
float rotations[])
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 rotations[][])
getValue
public synchronized void getValue(float rotations[])
get1Value
public synchronized void get1Value(int index,
float rotations[])
get1Value
public synchronized void get1Value(int index,
SFRotation rotation)
setValue
public synchronized void setValue(float rotations[][])
setValue
public synchronized void setValue(float rotations[])
setValue
public synchronized void setValue(int size,
float rotations[])
setValue
public synchronized void setValue(MFRotation rotations)
setValue
public synchronized void setValue(ConstMFRotation rotations)
set1Value
public void set1Value(int index,
ConstSFRotation rotation)
set1Value
public synchronized void set1Value(int index,
SFRotation rotation)
set1Value
public synchronized void set1Value(int index,
float axisX,
float axisY,
float axisZ,
float angle)
addValue
public void addValue(ConstSFRotation rotation)
addValue
public synchronized void addValue(SFRotation rotation)
addValue
public synchronized void addValue(float axisX,
float axisY,
float axisZ,
float angle)
insertValue
public void insertValue(int index,
ConstSFRotation rotation)
insertValue
public synchronized void insertValue(int index,
SFRotation rotation)
insertValue
public synchronized void insertValue(int index,
float axisX,
float axisY,
float axisZ,
float angle)
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