Package org.web3d.x3d.sai.EventUtilities
package org.web3d.x3d.sai.EventUtilities
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 Scene Access Interface Library (sai) package provides abstract interface classes for each X3D node and statement, in accordance witht the X3D SAI Specification.
Warning: these interfaces are primarily for internal use to ensure consistency.
Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail
classes.
Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc.
- See Also:
-
ClassDescriptionBooleanFilter selectively passes true, false or negated events.BooleanSequencer generates periodic discrete Boolean values.BooleanToggle maintains state and negates output when a true input is provided.BooleanTrigger converts time events to boolean true events.IntegerSequencer generates periodic discrete integer values.IntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node).TimeTrigger converts boolean true events to time events.Base type from which all Sequencers are derived.Base type from which all trigger nodes are derived.