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