| vrml.MField vrml.field.MFFloat
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 |
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(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(ConstMFFloat value)(Code) | | Sets the value attribute of the MFFloat object
Parameters: value - The new value value |
|
|