|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.ConstField
vrml.field.ConstSFBool
public class ConstSFBool
Represents a read-only VRML SFBool field in Java.
Constructor Summary | |
---|---|
ConstSFBool(boolean value)
Construct a read-only SFBool field. |
Method Summary | |
---|---|
boolean |
getValue()
Get the value of the SFBool field. |
Methods inherited from class vrml.ConstField |
---|
clone |
Methods inherited from class vrml.Field |
---|
dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConstSFBool(boolean value)
value
- Boolean value of field.Method Detail |
---|
public boolean getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |