All Packages Class Hierarchy This Package Previous Next Index
Class berkeley.cs.dmc.vrml.field.SFBool
java.lang.Object
|
+----berkeley.cs.dmc.vrml.Field
|
+----berkeley.cs.dmc.vrml.field.SFBool
- public class SFBool
- extends Field
-
SFBool()
-
-
SFBool(boolean)
-
-
getValue()
-
-
setValue(boolean)
-
-
setValue(ConstSFBool)
-
-
setValue(SFBool)
-
-
toString()
-
SFBool
public SFBool()
SFBool
public SFBool(boolean value)
getValue
public boolean getValue()
setValue
public void setValue(boolean b)
setValue
public void setValue(ConstSFBool b)
setValue
public void setValue(SFBool b)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index