|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFBool
public class SFBool
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
SFBool(boolean value)
Constructor for the SFBool object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
ConstField |
constify()
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 |
String |
toString()
Description of the Method |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SFBool(boolean value)
value
- Description of the ParameterMethod Detail |
---|
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 valuepublic Object clone()
clone
in class Field
public ConstField constify()
public void update(Field field)
field
- Description of the Parameterpublic Field wrap()
wrap
in class Field
public String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |