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