| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFFloat
SFFloat | public class SFFloat extends Field (Code) | | Description of the Class
|
Constructor Summary | |
public | SFFloat(float f) |
initValue | float initValue(Code) | | |
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 |
constify | public synchronized ConstField constify()(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 |
reset | void reset()(Code) | | Description of the Method
|
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 |
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 |
|
|
|