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