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

Constructor Index

 o SFBool()
 o SFBool(boolean)

Method Index

 o getValue()
 o setValue(boolean)
 o setValue(ConstSFBool)
 o setValue(SFBool)
 o toString()

Constructors

 o SFBool
 public SFBool()
 o SFBool
 public SFBool(boolean value)

Methods

 o getValue
 public boolean getValue()
 o setValue
 public void setValue(boolean b)
 o setValue
 public void setValue(ConstSFBool b)
 o setValue
 public void setValue(SFBool b)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index