| 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 |
|---|---|
IntegerSequencerObject |
IntegerSequencerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IntegerSequencerObject |
IntegerSequencerObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
IntegerSequencerObject |
IntegerSequencerObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
IntegerSequencerObject |
IntegerSequencerObject.addKey(float newValue)
Add singleton float value to MFFloat key field.
|
IntegerSequencerObject |
IntegerSequencerObject.addKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat key field.
|
IntegerSequencerObject |
IntegerSequencerObject.addKeyValue(int newValue)
Add singleton int value to MFInt32 keyValue field.
|
IntegerSequencerObject |
IntegerSequencerObject.addKeyValue(SFInt32Object newValue)
Add singleton SFInt32Object value to MFInt32 keyValue field.
|
IntegerSequencerObject |
IntegerSequencerObject.clearKey()
Utility method to clear MFFloat value of key field.
|
IntegerSequencerObject |
IntegerSequencerObject.clearKeyValue()
Utility method to clear MFInt32 value of keyValue field.
|
IntegerSequencerObject |
IntegerSequencerObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
IntegerSequencerObject |
IntegerSequencerObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
IntegerSequencerObject |
IntegerSequencerObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IntegerSequencerObject |
IntegerSequencerObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
IntegerSequencerObject |
IntegerSequencerObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IntegerSequencerObject |
IntegerSequencerObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
IntegerSequencerObject |
IntegerSequencerObject.setKey(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat key field, similar to
setKey(float[]). |
IntegerSequencerObject |
IntegerSequencerObject.setKey(float[] newValue)
Assign Float array to inputOutput MFFloat field named key.
|
IntegerSequencerObject |
IntegerSequencerObject.setKey(int[] newValue)
Assign floating-point array value of MFFloat key field, similar to
setKey(float[]). |
IntegerSequencerObject |
IntegerSequencerObject.setKey(MFFloatObject newValue)
Assign typed object value to MFFloat key field, similar to
setKey(float[]). |
IntegerSequencerObject |
IntegerSequencerObject.setKeyValue(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 keyValue field, similar to
setKeyValue(int[]). |
IntegerSequencerObject |
IntegerSequencerObject.setKeyValue(int[] newValue)
Assign Integer array to inputOutput MFInt32 field named keyValue.
|
IntegerSequencerObject |
IntegerSequencerObject.setKeyValue(MFInt32Object newValue)
Assign typed object value to MFInt32 keyValue field, similar to
setKeyValue(int[]). |
IntegerSequencerObject |
IntegerSequencerObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
IntegerSequencerObject |
IntegerSequencerObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IntegerSequencerObject |
IntegerSequencerObject.setNext(boolean newValue)
Assign boolean value to inputOnly SFBool field named next.
|
IntegerSequencerObject |
IntegerSequencerObject.setNext(SFBoolObject newValue)
Assign typed object value to SFBool next field, similar to
setNext(boolean). |
IntegerSequencerObject |
IntegerSequencerObject.setPrevious(boolean newValue)
Assign boolean value to inputOnly SFBool field named previous.
|
IntegerSequencerObject |
IntegerSequencerObject.setPrevious(SFBoolObject newValue)
Assign typed object value to SFBool previous field, similar to
setPrevious(boolean). |
IntegerSequencerObject |
IntegerSequencerObject.setUSE(IntegerSequencerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
IntegerSequencerObject |
IntegerSequencerObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
IntegerSequencerObject |
IntegerSequencerObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
IntegerSequencerObject |
IntegerSequencerObject.setUSE(IntegerSequencerObject 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.