| Package | Description |
|---|---|
| org.web3d.x3d.jsail.EventUtilities |
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.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanSequencerObject |
BooleanSequencerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
BooleanSequencerObject |
BooleanSequencerObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
BooleanSequencerObject |
BooleanSequencerObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
BooleanSequencerObject |
BooleanSequencerObject.addKey(float newValue)
Add singleton float value to MFFloat key field.
|
BooleanSequencerObject |
BooleanSequencerObject.addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.
|
BooleanSequencerObject |
BooleanSequencerObject.addKeyValue(boolean newValue)
Add singleton boolean value to MFBool keyValue field.
|
BooleanSequencerObject |
BooleanSequencerObject.addKeyValue(SFBoolObject newValue)
Add singleton SFBoolObject value to MFBool keyValue field.
|
BooleanSequencerObject |
BooleanSequencerObject.clearKey()
Utility method to clear MFFloat value of key field.
|
BooleanSequencerObject |
BooleanSequencerObject.clearKeyValue()
Utility method to clear MFBool value of keyValue field.
|
BooleanSequencerObject |
BooleanSequencerObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
BooleanSequencerObject |
BooleanSequencerObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
BooleanSequencerObject |
BooleanSequencerObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
BooleanSequencerObject |
BooleanSequencerObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
BooleanSequencerObject |
BooleanSequencerObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
BooleanSequencerObject |
BooleanSequencerObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
BooleanSequencerObject |
BooleanSequencerObject.setKey(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat key field, similar to
setKey(float[]). |
BooleanSequencerObject |
BooleanSequencerObject.setKey(float[] newValue)
Assign Float array to inputOutput MFFloat field named key.
|
BooleanSequencerObject |
BooleanSequencerObject.setKey(int[] newValue)
Assign floating-point array value of MFFloat key field, similar to
setKey(float[]). |
BooleanSequencerObject |
BooleanSequencerObject.setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar to
setKey(float[]). |
BooleanSequencerObject |
BooleanSequencerObject.setKeyValue(java.util.ArrayList<java.lang.Boolean> newValue)
Assign ArrayList value of MFBool keyValue field, similar to
setKeyValue(boolean[]). |
BooleanSequencerObject |
BooleanSequencerObject.setKeyValue(boolean[] newValue)
Assign Boolean array to inputOutput MFBool field named keyValue.
|
BooleanSequencerObject |
BooleanSequencerObject.setKeyValue(MFBoolObject newValue)
Assign typed object value to MFBool keyValue field, similar to
setKeyValue(boolean[]). |
BooleanSequencerObject |
BooleanSequencerObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
BooleanSequencerObject |
BooleanSequencerObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
BooleanSequencerObject |
BooleanSequencerObject.setNext(boolean newValue)
Assign boolean value to inputOnly SFBool field named next.
|
BooleanSequencerObject |
BooleanSequencerObject.setNext(SFBoolObject newValue)
Assign typed object value to SFBool next field, similar to
setNext(boolean). |
BooleanSequencerObject |
BooleanSequencerObject.setPrevious(boolean newValue)
Assign boolean value to inputOnly SFBool field named previous.
|
BooleanSequencerObject |
BooleanSequencerObject.setPrevious(SFBoolObject newValue)
Assign typed object value to SFBool previous field, similar to
setPrevious(boolean). |
BooleanSequencerObject |
BooleanSequencerObject.setUSE(BooleanSequencerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
BooleanSequencerObject |
BooleanSequencerObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
BooleanSequencerObject |
BooleanSequencerObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanSequencerObject |
BooleanSequencerObject.setUSE(BooleanSequencerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.