| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFTime
SFTime | public class SFTime extends Field (Code) | | Description of the Class
|
Constructor Summary | |
public | SFTime() | public | SFTime(double time) |
SFTime | public SFTime()(Code) | | Constructor for the SFTime object
|
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 |
constify | public synchronized ConstField constify()(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 |
update | public 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 |
|
|
|