Uses of Class
org.web3d.x3d.jsail.EventUtilities.BooleanTrigger
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 BooleanTrigger in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionBooleanTrigger.addComments
(String newComment) Add comment as String to contained commentsList.BooleanTrigger.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.BooleanTrigger.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.BooleanTrigger.clearIS()
Utility method to clear SFNode value of IS field.BooleanTrigger.clearMetadata()
Utility method to clear SFNode value of metadata field.final BooleanTrigger
BooleanTrigger.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.BooleanTrigger.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final BooleanTrigger
BooleanTrigger.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.BooleanTrigger.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final BooleanTrigger
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final BooleanTrigger
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.BooleanTrigger.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BooleanTrigger.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final BooleanTrigger
Accessor method to assign String value to inputOutput SFString field named USE.BooleanTrigger.setUSE
(BooleanTrigger 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 TypeMethodDescriptionBooleanTrigger.setUSE
(BooleanTrigger DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.