public interface BooleanSequencer extends X3DSequencerNode
| Modifier and Type | Method and Description |
|---|---|
float[] |
getKey()
Provide array of float results from inputOutput MFFloat field named key.
|
boolean[] |
getKeyValue()
Provide array of boolean results from inputOutput MFBool field named keyValue.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
boolean |
getValue()
Provide boolean value from outputOnly SFBool field named value_changed.
|
BooleanSequencer |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
BooleanSequencer |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
BooleanSequencer |
setKey(float[] newValue)
Assign float array to inputOutput MFFloat field named key.
|
BooleanSequencer |
setKeyValue(boolean[] newValue)
Assign boolean array to inputOutput MFBool field named keyValue.
|
BooleanSequencer |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
BooleanSequencer |
setNext(boolean newValue)
Assign boolean value to inputOnly SFBool field named next.
|
BooleanSequencer |
setPrevious(boolean newValue)
Assign boolean value to inputOnly SFBool field named previous.
|
BooleanSequencer |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
float[] getKey()
getKey in interface X3DSequencerNodeBooleanSequencer setKey(float[] newValue)
setKey in interface X3DSequencerNodenewValue - is new value for the key field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean[] getKeyValue()
BooleanSequencer setKeyValue(boolean[] newValue)
newValue - is new value for the keyValue field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DNodegetMetadata in interface X3DSequencerNodeBooleanSequencer setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DNodesetMetadata in interface X3DSequencerNodenewValue - is new value for the metadata field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).BooleanSequencer setNext(boolean newValue)
setNext in interface X3DSequencerNodenewValue - is new value for the next field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).BooleanSequencer setPrevious(boolean newValue)
setPrevious in interface X3DSequencerNodenewValue - is new value for the previous field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getValue()
BooleanSequencer setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DNodesetDEF in interface X3DSequencerNodenewValue - is new value for the DEF field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).BooleanSequencer setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DChildNodesetUSE in interface X3DNodesetUSE in interface X3DSequencerNodenewValue - is new value for the USE field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).BooleanSequencer setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DNodesetCssClass in interface X3DSequencerNodenewValue - is new value for the class field.BooleanSequencer - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.