Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.SFBool

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.field.SFBool

public class SFBool
extends Field

Constructor Summary
 SFBool()
 
 SFBool(boolean value)
 
 

Method Summary
boolean  getValue()
 
void  setValue(boolean b)
 
void  setValue(ConstSFBool b)
 
void  setValue(SFBool b)
 
java.lang.String  toString()
 
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFBool

public SFBool()

SFBool

public SFBool(boolean value)
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean b)

setValue

public void setValue(ConstSFBool b)

setValue

public void setValue(SFBool b)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS