Class dnx.lr.field.SFBool
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.field.SFBool
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.field.SFBool
- public class SFBool
- extends Field
-
False
-
-
True
-
-
SFBool()
-
-
SFBool(boolean)
-
-
alloc()
-
-
alloc(boolean)
-
-
clear()
-
-
copy(Field)
-
-
copy(SFBool)
-
-
equals(Object)
-
-
equals(SFBool)
-
-
free()
-
-
getValue()
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(boolean)
-
-
toString()
-
True
public final static SFBool True
False
public final static SFBool False
SFBool
public SFBool(boolean b)
SFBool
public SFBool()
alloc
public static SFBool alloc(boolean b)
alloc
public static SFBool alloc()
free
public void free()
- Overrides:
- free in class Field
clear
public void clear()
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
setValue
public synchronized void setValue(boolean b)
copy
public synchronized void copy(SFBool f)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public boolean getValue()
equals
public boolean equals(SFBool f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
toString
public String toString()
- Overrides:
- toString in class Field
All Packages Class Hierarchy This Package Previous Next Index