Uses of Class
org.web3d.x3d.jsail.EventUtilities.BooleanSequencer
Package
Description
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
-
Uses of BooleanSequencer in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionBooleanSequencer.addComments
(String newComment) Add comment as String to contained commentsList.BooleanSequencer.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.BooleanSequencer.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.BooleanSequencer.addKey
(float newValue) Add singleton float value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.BooleanSequencer.addKeyValue
(boolean newValue) Add singleton boolean value to MFBool keyValue field.BooleanSequencer.addKeyValue
(SFBool newValue) Add singleton SFBool value to MFBool keyValue field.BooleanSequencer.clearIS()
Utility method to clear SFNode value of IS field.BooleanSequencer.clearKey()
Utility method to clear MFFloat value of key field.BooleanSequencer.clearKeyValue()
Utility method to clear MFBool value of keyValue field.BooleanSequencer.clearMetadata()
Utility method to clear SFNode value of metadata field.final BooleanSequencer
BooleanSequencer.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.BooleanSequencer.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final BooleanSequencer
BooleanSequencer.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.BooleanSequencer.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final BooleanSequencer
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final BooleanSequencer
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.BooleanSequencer.setKey
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKey(float[])
.BooleanSequencer.setKey
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named key.BooleanSequencer.setKey
(int[] newValue) Assign floating-point array value of MFFloat key field, similar tosetKey(float[])
.Assign ArrayList value of MFFloat key field, similar tosetKey(float[])
.Assign typed object value to MFFloat key field, similar tosetKey(float[])
.BooleanSequencer.setKeyValue
(boolean[] newValue) Accessor method to assign Boolean array to inputOutput MFBool field named keyValue.BooleanSequencer.setKeyValue
(ArrayList<Boolean> newValue) Assign ArrayList value of MFBool keyValue field, similar tosetKeyValue(boolean[])
.BooleanSequencer.setKeyValue
(MFBool newValue) Assign typed object value to MFBool keyValue field, similar tosetKeyValue(boolean[])
.BooleanSequencer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanSequencer.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.BooleanSequencer.setNext
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named next.Assign typed object value to SFBool next field, similar tosetNext(boolean)
.BooleanSequencer.setPrevious
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named previous.BooleanSequencer.setPrevious
(SFBool newValue) Assign typed object value to SFBool previous field, similar tosetPrevious(boolean)
.final BooleanSequencer
Accessor method to assign String value to inputOutput SFString field named USE.BooleanSequencer.setUSE
(BooleanSequencer DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionBooleanSequencer.setUSE
(BooleanSequencer DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.