|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.MField
vrml.field.MFRotation
public class MFRotation
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
MFRotation(float[][] values)
Constructor for the MFRotation object |
|
MFRotation(MFRotation init)
Constructor for the MFRotation object |
Method Summary | |
---|---|
void |
clear()
Description of the Method |
Object |
clone()
Description of the Method |
void |
delete(int i)
Description of the Method |
void |
get1Value(int index,
float[] values)
Description of the Method |
void |
get1Value(int index,
SFRotation vec)
Description of the Method |
int |
getSize()
Gets the size attribute of the MFRotation object |
void |
getValue(float[] values)
Gets the value attribute of the MFRotation object |
void |
getValue(float[][] values)
Gets the value attribute of the MFRotation object |
void |
insertValue(int index,
ConstSFRotation constvec)
Description of the Method |
void |
insertValue(int index,
float x,
float y,
float z,
float angle)
Description of the Method |
void |
insertValue(int index,
SFRotation vec)
Description of the Method |
void |
set1Value(int index,
ConstSFRotation constvec)
Description of the Method |
void |
set1Value(int index,
float x,
float y,
float z,
float angle)
Description of the Method |
void |
set1Value(int index,
SFRotation vec)
Description of the Method |
void |
setValue(ConstMFRotation values)
Sets the value attribute of the MFRotation object |
void |
setValue(float[] values)
Sets the value attribute of the MFRotation object |
void |
setValue(float[][] values)
Sets the value attribute of the MFRotation object |
void |
setValue(int size,
float[] values)
Sets the value attribute of the MFRotation object |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MFRotation(MFRotation init)
init
- Description of the Parameterpublic MFRotation(float[][] values)
values
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public void getValue(float[][] values)
values
- Description of the Parameterpublic void getValue(float[] values)
values
- Description of the Parameterpublic void get1Value(int index, float[] values)
index
- Description of the Parametervalues
- Description of the Parameterpublic void get1Value(int index, SFRotation vec)
index
- Description of the Parametervec
- Description of the Parameterpublic void setValue(float[][] values)
values
- The new value valuepublic void setValue(float[] values)
values
- The new value valuepublic void setValue(int size, float[] values)
size
- The new value valuevalues
- The new value valuepublic void setValue(ConstMFRotation values)
values
- The new value valuepublic void set1Value(int index, ConstSFRotation constvec)
index
- Description of the Parameterconstvec
- Description of the Parameterpublic void set1Value(int index, SFRotation vec)
index
- Description of the Parametervec
- Description of the Parameterpublic void set1Value(int index, float x, float y, float z, float angle)
index
- Description of the Parameterx
- Description of the Parametery
- Description of the Parameterz
- Description of the Parameterangle
- Description of the Parameterpublic void insertValue(int index, ConstSFRotation constvec)
index
- Description of the Parameterconstvec
- Description of the Parameterpublic void insertValue(int index, SFRotation vec)
index
- Description of the Parametervec
- Description of the Parameterpublic void insertValue(int index, float x, float y, float z, float angle)
index
- Description of the Parameterx
- Description of the Parametery
- Description of the Parameterz
- Description of the Parameterangle
- Description of the Parameterpublic int getSize()
getSize
in class MField
public void clear()
clear
in class MField
public void delete(int i)
delete
in class MField
i
- Description of the Parameter
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |