Uses of Interface
org.web3d.x3d.sai.EventUtilities.IntegerSequencer
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.EventUtilities | |
| org.web3d.x3d.sai.EventUtilities |
-
Uses of IntegerSequencer in org.web3d.x3d.jsail.EventUtilities
Classes in org.web3d.x3d.jsail.EventUtilities that implement IntegerSequencer Modifier and Type Class Description classIntegerSequencerObjectIntegerSequencer generates periodic discrete integer values. -
Uses of IntegerSequencer in org.web3d.x3d.sai.EventUtilities
Methods in org.web3d.x3d.sai.EventUtilities that return IntegerSequencer Modifier and Type Method Description IntegerSequencerIntegerSequencer. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.IntegerSequencerIntegerSequencer. setKeyValue(int[] newValue)Accessor method to assign int array to inputOutput MFInt32 field named keyValue.IntegerSequencerIntegerSequencer. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IntegerSequencerIntegerSequencer. setNext(boolean newValue)Accessor method to assign boolean value to inputOnly SFBool field named next.IntegerSequencerIntegerSequencer. setPrevious(boolean newValue)Accessor method to assign boolean value to inputOnly SFBool field named previous.