|
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.MFFloat
public class MFFloat
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
MFFloat()
Constructor for the MFFloat object |
|
MFFloat(float[] values)
Constructor for the MFFloat object |
Method Summary | |
---|---|
void |
addValue(ConstSFFloat f)
Adds a feature to the Value attribute of the MFFloat object |
void |
addValue(float f)
Adds a feature to the Value attribute of the MFFloat object |
void |
addValue(SFFloat f)
Adds a feature to the Value attribute of the MFFloat object |
void |
clear()
Description of the Method |
Object |
clone()
Description of the Method |
ConstField |
constify()
Description of the Method |
void |
delete(int i)
Description of the Method |
float |
get1Value(int index)
Description of the Method |
int |
getSize()
Gets the size attribute of the MFFloat object |
void |
getValue(float[] values)
Gets the value attribute of the MFFloat object |
void |
insertValue(int index,
ConstSFFloat f)
Description of the Method |
void |
insertValue(int index,
float f)
Description of the Method |
void |
insertValue(int index,
SFFloat f)
Description of the Method |
void |
set1Value(int index,
ConstSFFloat f)
Description of the Method |
void |
set1Value(int index,
float f)
Description of the Method |
void |
set1Value(int index,
SFFloat f)
Description of the Method |
void |
setValue(ConstMFFloat value)
Sets the value attribute of the MFFloat object |
void |
setValue(float[] values)
Sets the value attribute of the MFFloat object |
void |
setValue(int size,
float[] value)
Sets the value attribute of the MFFloat object |
void |
setValue(MFFloat value)
Sets the value attribute of the MFFloat object |
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, toString, wait, wait, wait |
Constructor Detail |
---|
public MFFloat()
public MFFloat(float[] values)
values
- Description of the ParameterMethod Detail |
---|
public void getValue(float[] values)
values
- Description of the Parameterpublic void setValue(float[] values)
values
- The new value valuepublic void setValue(int size, float[] value)
size
- The new value valuevalue
- The new value valuepublic void setValue(MFFloat value)
value
- The new value valuepublic void setValue(ConstMFFloat value)
value
- The new value valuepublic float get1Value(int index)
index
- Description of the Parameter
public void set1Value(int index, float f)
index
- Description of the Parameterf
- Description of the Parameterpublic void set1Value(int index, ConstSFFloat f)
index
- Description of the Parameterf
- Description of the Parameterpublic void set1Value(int index, SFFloat f)
index
- Description of the Parameterf
- Description of the Parameterpublic void addValue(float f)
f
- The feature to be added to the Value attributepublic void addValue(ConstSFFloat f)
f
- The feature to be added to the Value attributepublic void addValue(SFFloat f)
f
- The feature to be added to the Value attributepublic void insertValue(int index, float f)
index
- Description of the Parameterf
- Description of the Parameterpublic void insertValue(int index, ConstSFFloat f)
index
- Description of the Parameterf
- Description of the Parameterpublic void insertValue(int index, SFFloat f)
index
- Description of the Parameterf
- 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 i)
delete
in class MField
i
- Description of the Parameterpublic Field wrap()
wrap
in class Field
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |