vrml.field
Class SFBool
java.lang.Object
vrml.Field
vrml.field.SFBool
- All Implemented Interfaces:
- java.lang.Cloneable
- public class SFBool
- extends Field
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()