Uses of Class
org.web3d.x3d.jsail.fields.MFBool
Package
Description
The Core component supplies the base functionality for the X3D run-time system, including the abstract base node type, field types, the event model, and routing.
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 X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
The Humanoid Animation (HAnim) component for X3D defines node bindings and other details for implementing ISO/IEC 19774, the HAnim International Specification.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of MFBool in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionfield.getValueMFBool()
Get typed value of this field declaration.fieldValue.getValueMFBool()
Get typed value of this fieldValue declaration.Modifier and TypeMethodDescriptionfield.appendValue
(MFBool newValue) Append MFBool to field for value attribute.fieldValue.appendValue
(MFBool newValue) Append MFBool to fieldValue for value attribute.Set typed value of a MFBool field declaration.Set typed value of a MFBool fieldValue declaration.Assign typed object MFBool value field, similar toMetadataBoolean.setValue(boolean[])
. -
Uses of MFBool in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeMethodDescriptionBooleanSequencer.setKeyValue
(MFBool newValue) Assign typed object value to MFBool keyValue field, similar toBooleanSequencer.setKeyValue(boolean[])
. -
Uses of MFBool in org.web3d.x3d.jsail.fields
Modifier and TypeMethodDescriptionAppends a new MFBool to the end of the existing value array, increasing the field length accordingly.Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFBool.negate()
Utility method to negate this array of boolean values.Apply an MFBool value to this field.Assign a single-field SFBool as new array value.MFBool.setValueByString
(String newValue) Utility accessor for MFBool using String value (which must pass parsing validation checks).Modifier and TypeMethodDescriptionAppends a new MFBool to the end of the existing value array, increasing the field length accordingly.boolean
Determine whether two objects contain equal values.Apply an MFBool value to this field. -
Uses of MFBool in org.web3d.x3d.jsail.HAnim
Modifier and TypeMethodDescriptionHAnimMotion.setChannelsEnabled
(MFBool newValue) Assign typed object value to MFBool channelsEnabled field, similar toHAnimMotion.setChannelsEnabled(boolean[])
.HAnimHumanoid.setMotionsEnabled
(MFBool newValue) Assign typed object value to MFBool motionsEnabled field, similar toHAnimHumanoid.setMotionsEnabled(boolean[])
. -
Uses of MFBool in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionSegmentedVolumeData.setSegmentEnabled
(MFBool newValue) Assign typed object value to MFBool segmentEnabled field, similar toSegmentedVolumeData.setSegmentEnabled(boolean[])
.