Uses of Interface
org.web3d.x3d.sai.EventUtilities.X3DSequencerNode
Packages that use 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
Classes in org.web3d.x3d.jsail.EventUtilities that implement X3DSequencerNodeModifier and TypeClassDescriptionclassBooleanSequencer generates periodic discrete Boolean values.classIntegerSequencer generates periodic discrete integer values. -
Uses of X3DSequencerNode in org.web3d.x3d.sai.EventUtilities
Subinterfaces of X3DSequencerNode in org.web3d.x3d.sai.EventUtilitiesModifier and TypeInterfaceDescriptioninterfaceBooleanSequencer generates periodic discrete Boolean values.interfaceIntegerSequencer generates periodic discrete integer values.Methods in org.web3d.x3d.sai.EventUtilities that return X3DSequencerNodeModifier 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.