|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.MField
org.jdesktop.j3d.loaders.vrml97.impl.MFVec3f
public class MFVec3f
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
MFVec3f()
Constructor for the MFVec3f object |
|
MFVec3f(float[] setVal)
Constructor for the MFVec3f object |
|
MFVec3f(float[][] setVal)
Constructor for the MFVec3f object |
|
MFVec3f(int size,
float[] setVal)
Constructor for the MFVec3f object |
Method Summary | |
---|---|
void |
clear()
Description of the Method |
Object |
clone()
Description of the Method |
ConstField |
constify()
Description of the Method |
void |
delete(int index)
Description of the Method |
void |
get1Value(int index,
float[] getVal)
Description of the Method |
void |
get1Value(int index,
SFVec3f getVal)
Description of the Method |
int |
getSize()
Gets the size attribute of the MFVec3f object |
void |
getValue(float[] getVal)
Gets the value attribute of the MFVec3f object |
void |
getValue(float[][] getVal)
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 |
reset()
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 field)
Sets the value attribute of the MFVec3f object |
void |
setValue(float[] setVal)
Sets the value attribute of the MFVec3f object |
void |
setValue(float[][] setVal)
Sets the value attribute of the MFVec3f object |
void |
setValue(int setSize,
float[] setVal)
Sets the value attribute of the MFVec3f object |
void |
setValue(MFVec3f field)
Sets the value attribute of the MFVec3f object |
String |
toString()
Description of the Method |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MFVec3f()
public MFVec3f(float[][] setVal)
setVal
- Description of the Parameterpublic MFVec3f(int size, float[] setVal)
size
- Description of the ParametersetVal
- Description of the Parameterpublic MFVec3f(float[] setVal)
setVal
- Description of the ParameterMethod Detail |
---|
public void reset()
public void getValue(float[][] getVal)
getVal
- Description of the Parameterpublic void getValue(float[] getVal)
getVal
- Description of the Parameterpublic void get1Value(int index, float[] getVal)
index
- Description of the ParametergetVal
- Description of the Parameterpublic void get1Value(int index, SFVec3f getVal)
index
- Description of the ParametergetVal
- Description of the Parameterpublic void setValue(float[][] setVal)
setVal
- The new value valuepublic void setValue(float[] setVal)
setVal
- The new value valuepublic void setValue(int setSize, float[] setVal)
setSize
- The new value valuesetVal
- The new value valuepublic void setValue(MFVec3f field)
field
- The new value valuepublic void setValue(ConstMFVec3f field)
field
- 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 Parameterpublic void update(Field field)
field
- Description of the Parameterpublic Object clone()
clone
in class Field
public ConstField constify()
public int getSize()
getSize
in class MField
public void clear()
clear
in class MField
public void delete(int index)
delete
in class MField
index
- Description of the Parameterpublic Field wrap()
wrap
in class Field
public String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |