Uses of Interface
org.web3d.x3d.sai.EventUtilities.X3DSequencerNode
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.
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 X3DSequencerNode in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeClassDescriptionclass
BooleanSequencer generates periodic discrete Boolean values.class
IntegerSequencer generates periodic discrete integer values. -
Uses of X3DSequencerNode in org.web3d.x3d.sai.EventUtilities
Modifier and TypeInterfaceDescriptioninterface
BooleanSequencer generates periodic discrete Boolean values.interface
IntegerSequencer generates periodic discrete integer values.Modifier and TypeMethodDescriptionX3DSequencerNode.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.X3DSequencerNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DSequencerNode.setNext
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named next.X3DSequencerNode.setPrevious
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named previous.