|
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.MFVec3f
public class MFVec3f
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
MFVec3f(float[] values)
Constructor for the MFVec3f object |
|
MFVec3f(float[][] values)
Constructor for the MFVec3f object |
|
MFVec3f(int size,
float[] values)
Constructor for the MFVec3f object |
|
MFVec3f(MFVec3f init)
Constructor for the MFVec3f 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,
SFVec3f vec)
Description of the Method |
int |
getSize()
Gets the size attribute of the MFVec3f object |
void |
getValue(float[] values)
Gets the value attribute of the MFVec3f object |
void |
getValue(float[][] values)
Gets the value attribute of the MFVec3f object |
void |
insertValue(int index,
ConstSFVec3f constvec)
Description of the Method |
void |
insertValue(int index,
float x,
float y,
float z)
Description of the Method |
void |
insertValue(int index,
SFVec3f vec)
Description of the Method |
void |
set1Value(int index,
ConstSFVec3f constvec)
Description of the Method |
void |
set1Value(int index,
float x,
float y,
float z)
Description of the Method |
void |
set1Value(int index,
SFVec3f vec)
Description of the Method |
void |
setValue(ConstMFVec3f values)
Sets the value attribute of the MFVec3f object |
void |
setValue(float[] values)
Sets the value attribute of the MFVec3f object |
void |
setValue(float[][] values)
Sets the value attribute of the MFVec3f object |
void |
setValue(int size,
float[] values)
Sets the value attribute of the MFVec3f 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 MFVec3f(MFVec3f init)
init
- Description of the Parameterpublic MFVec3f(float[][] values)
values
- Description of the Parameterpublic MFVec3f(int size, float[] values)
size
- Description of the Parametervalues
- Description of the Parameterpublic MFVec3f(float[] values)
values
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public 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 Parameterpublic 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, SFVec3f 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(ConstMFVec3f values)
values
- The new value valuepublic void set1Value(int index, ConstSFVec3f constvec)
index
- Description of the Parameterconstvec
- Description of the Parameterpublic void set1Value(int index, SFVec3f vec)
index
- Description of the Parametervec
- Description of the Parameterpublic void set1Value(int index, float x, float y, float z)
index
- Description of the Parameterx
- Description of the Parametery
- Description of the Parameterz
- Description of the Parameterpublic void insertValue(int index, ConstSFVec3f constvec)
index
- Description of the Parameterconstvec
- Description of the Parameterpublic void insertValue(int index, SFVec3f vec)
index
- Description of the Parametervec
- Description of the Parameterpublic void insertValue(int index, float x, float y, float z)
index
- Description of the Parameterx
- Description of the Parametery
- Description of the Parameterz
- 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 |