Uses of Class
org.web3d.x3d.jsail.EventUtilities.IntegerSequencer
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 IntegerSequencer in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionIntegerSequencer.addComments
(String newComment) Add comment as String to contained commentsList.IntegerSequencer.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.IntegerSequencer.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.IntegerSequencer.addKey
(float newValue) Add singleton float value to MFFloat key field.Add singleton SFFloat value to MFFloat key field.IntegerSequencer.addKeyValue
(int newValue) Add singleton int value to MFInt32 keyValue field.IntegerSequencer.addKeyValue
(SFInt32 newValue) Add singleton SFInt32 value to MFInt32 keyValue field.IntegerSequencer.clearIS()
Utility method to clear SFNode value of IS field.IntegerSequencer.clearKey()
Utility method to clear MFFloat value of key field.IntegerSequencer.clearKeyValue()
Utility method to clear MFInt32 value of keyValue field.IntegerSequencer.clearMetadata()
Utility method to clear SFNode value of metadata field.final IntegerSequencer
IntegerSequencer.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.IntegerSequencer.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final IntegerSequencer
IntegerSequencer.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.IntegerSequencer.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final IntegerSequencer
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final IntegerSequencer
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.IntegerSequencer.setKey
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetKey(float[])
.IntegerSequencer.setKey
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named key.IntegerSequencer.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[])
.IntegerSequencer.setKeyValue
(int[] newValue) Accessor method to assign Integer array to inputOutput MFInt32 field named keyValue.IntegerSequencer.setKeyValue
(ArrayList<Integer> newValue) Assign ArrayList value of MFInt32 keyValue field, similar tosetKeyValue(int[])
.IntegerSequencer.setKeyValue
(MFInt32 newValue) Assign typed object value to MFInt32 keyValue field, similar tosetKeyValue(int[])
.IntegerSequencer.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IntegerSequencer.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IntegerSequencer.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)
.IntegerSequencer.setPrevious
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named previous.IntegerSequencer.setPrevious
(SFBool newValue) Assign typed object value to SFBool previous field, similar tosetPrevious(boolean)
.final IntegerSequencer
Accessor method to assign String value to inputOutput SFString field named USE.IntegerSequencer.setUSE
(IntegerSequencer 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 TypeMethodDescriptionIntegerSequencer.setUSE
(IntegerSequencer DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.