|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvrml.Field
vrml.field.SFBool
public class SFBool
Represents a VRML SFBool field in Java.
| Constructor Summary | |
|---|---|
SFBool()
Default constructor for SFBool fields. |
|
SFBool(boolean value)
Construct an SFBool field. |
|
| Method Summary | |
|---|---|
boolean |
getValue()
Get the value of the SFBool field. |
void |
setValue(boolean b)
Set the value of the SFBool field. |
void |
setValue(ConstSFBool b)
Set the value of the SFBool field. |
void |
setValue(SFBool b)
Set the value of the SFBool field. |
| Methods inherited from class vrml.Field |
|---|
clone, dispose, finalize, getPeer, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SFBool()
public SFBool(boolean value)
value - Boolean value of field.| Method Detail |
|---|
public boolean getValue()
public void setValue(boolean b)
b - Desired value for SFBool.public void setValue(ConstSFBool b)
b - Desired value for SFBool.public void setValue(SFBool b)
b - Desired value for SFBool.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||