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