| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.MField org.jdesktop.j3d.loaders.vrml97.impl.MFFloat
MFFloat | public class MFFloat extends MField (Code) | | Description of the Class
|
MFFloat | public MFFloat()(Code) | | Constructor for the MFFloat object
|
MFFloat | public MFFloat(float values)(Code) | | Constructor for the MFFloat object
Parameters: values - Description of the Parameter |
addValue | public void addValue(float f)(Code) | | Adds a feature to the Value attribute of the MFFloat object
Parameters: f - The feature to be added to the Value attribute |
addValue | public void addValue(ConstSFFloat f)(Code) | | Adds a feature to the Value attribute of the MFFloat object
Parameters: f - The feature to be added to the Value attribute |
addValue | public void addValue(SFFloat f)(Code) | | Adds a feature to the Value attribute of the MFFloat object
Parameters: f - The feature to be added to the Value attribute |
clear | public void clear()(Code) | | Description of the Method
|
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | public synchronized ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int i)(Code) | | Description of the Method
Parameters: i - Description of the Parameter |
get1Value | public float get1Value(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Description of the Return Value |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFFloat object
The size value |
getValue | public void getValue(float values)(Code) | | Gets the value attribute of the MFFloat object
Parameters: values - Description of the Parameter |
insertValue | public void insertValue(int index, float f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFFloat f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
insertValue | public void insertValue(int index, SFFloat f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, float f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFFloat f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, SFFloat f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
setValue | public void setValue(float[] values)(Code) | | Sets the value attribute of the MFFloat object
Parameters: values - The new value value |
setValue | public void setValue(int size, float[] value)(Code) | | Sets the value attribute of the MFFloat object
Parameters: size - The new value value Parameters: value - The new value value |
setValue | public void setValue(MFFloat value)(Code) | | Sets the value attribute of the MFFloat object
Parameters: value - The new value value |
setValue | public void setValue(ConstMFFloat value)(Code) | | Sets the value attribute of the MFFloat object
Parameters: value - The new value value |
update | public synchronized void update(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|