Uses of Class
org.web3d.x3d.jsail.fields.MFBoolObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core | |
org.web3d.x3d.jsail.EventUtilities | |
org.web3d.x3d.jsail.fields | |
org.web3d.x3d.jsail.HAnim | |
org.web3d.x3d.jsail.VolumeRendering |
-
Uses of MFBoolObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return MFBoolObject Modifier and Type Method Description MFBoolObject
fieldObject. getValueMFBool()
Get typed value of this field declaration.MFBoolObject
fieldValueObject. getValueMFBool()
Get typed value of this fieldValue declaration.Methods in org.web3d.x3d.jsail.Core with parameters of type MFBoolObject Modifier and Type Method Description fieldObject
fieldObject. appendValue(MFBoolObject newValue)
Append MFBoolObject to field for value attribute.fieldValueObject
fieldValueObject. appendValue(MFBoolObject newValue)
Append MFBoolObject to fieldValue for value attribute.fieldObject
fieldObject. setValue(MFBoolObject newValue)
Set typed value of a MFBool field declaration.fieldValueObject
fieldValueObject. setValue(MFBoolObject newValue)
Set typed value of a MFBool fieldValue declaration.MetadataBooleanObject
MetadataBooleanObject. setValue(MFBoolObject newValue)
Assign typed object MFBool value field, similar toMetadataBooleanObject.setValue(boolean[])
. -
Uses of MFBoolObject in org.web3d.x3d.jsail.EventUtilities
Methods in org.web3d.x3d.jsail.EventUtilities with parameters of type MFBoolObject Modifier and Type Method Description BooleanSequencerObject
BooleanSequencerObject. setKeyValue(MFBoolObject newValue)
Assign typed object value to MFBool keyValue field, similar toBooleanSequencerObject.setKeyValue(boolean[])
. -
Uses of MFBoolObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFBoolObject Modifier and Type Method Description MFBoolObject
MFBoolObject. append(MFBoolObject newValue)
Appends a new MFBoolObject to the end of the existing value array, increasing the field length accordingly.MFBoolObject
MFBoolObject. append(SFBoolObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFBoolObject
MFBoolObject. negate()
Utility method to negate this array of boolean values.MFBoolObject
MFBoolObject. setValue(MFBoolObject newValue)
Apply an MFBoolObject value to this field.MFBoolObject
MFBoolObject. setValue(SFBoolObject newValue)
Assign a single-field SFBoolObject as new array value.MFBoolObject
MFBoolObject. setValueByString(java.lang.String newValue)
Utility accessor for MFBoolObject using String value (which must pass parsing validation checks).Methods in org.web3d.x3d.jsail.fields with parameters of type MFBoolObject Modifier and Type Method Description MFBoolObject
MFBoolObject. append(MFBoolObject newValue)
Appends a new MFBoolObject to the end of the existing value array, increasing the field length accordingly.boolean
MFBoolObject. equals(MFBoolObject comparisonMFBoolObject)
Determine whether two objects contain equal values.MFBoolObject
MFBoolObject. setValue(MFBoolObject newValue)
Apply an MFBoolObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFBoolObject Constructor Description MFBoolObject(MFBoolObject newValue)
Constructor to copy an MFBoolObject value as initial value for this new field object. -
Uses of MFBoolObject in org.web3d.x3d.jsail.HAnim
Methods in org.web3d.x3d.jsail.HAnim with parameters of type MFBoolObject Modifier and Type Method Description HAnimMotionObject
HAnimMotionObject. setChannelsEnabled(MFBoolObject newValue)
Assign typed object value to MFBool channelsEnabled field, similar toHAnimMotionObject.setChannelsEnabled(boolean[])
. -
Uses of MFBoolObject in org.web3d.x3d.jsail.VolumeRendering
Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type MFBoolObject Modifier and Type Method Description SegmentedVolumeDataObject
SegmentedVolumeDataObject. setSegmentEnabled(MFBoolObject newValue)
Assign typed object value to MFBool segmentEnabled field, similar toSegmentedVolumeDataObject.setSegmentEnabled(boolean[])
.