|
j3d-vrml97-0.1.0 | |||||||||
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
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
SFBool(boolean value)
Constructor for the SFBool object |
|
SFBool(SFBool init)
Constructor for the SFBool object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
boolean |
getValue()
Gets the value attribute of the SFBool object |
void |
setValue(boolean b)
Sets the value attribute of the SFBool object |
void |
setValue(ConstSFBool b)
Sets the value attribute of the SFBool object |
void |
setValue(SFBool b)
Sets the value attribute of the SFBool object |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFBool(SFBool init)
init
- Description of the Parameterpublic SFBool(boolean value)
value
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public boolean getValue()
public void setValue(boolean b)
b
- The new value valuepublic void setValue(SFBool b)
b
- The new value valuepublic void setValue(ConstSFBool b)
b
- The new value value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |