| |
|
| java.lang.Object vrml.Field vrml.field.SFFloat
SFFloat | public SFFloat(float f)(Code) | | Constructor for the SFFloat object
Parameters: f - Description of the Parameter |
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
getValue | public float getValue()(Code) | | Gets the value attribute of the SFFloat object
The value value |
setValue | public void setValue(float f)(Code) | | Sets the value attribute of the SFFloat object
Parameters: f - The new value value |
setValue | public void setValue(ConstSFFloat f)(Code) | | Sets the value attribute of the SFFloat object
Parameters: f - The new value value |
setValue | public void setValue(SFFloat f)(Code) | | Sets the value attribute of the SFFloat object
Parameters: f - The new value value |
|
|
|