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