| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFInt32
SFInt32 | public class SFInt32 extends Field (Code) | | Description of the Class
|
Constructor Summary | |
public | SFInt32(int value) |
SFInt32 | public 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 |
constify | public synchronized ConstField constify()(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 |
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 |
|
|
|