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