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 MFBoolObjectfieldObject. getValueMFBool()Get typed value of this field declaration.MFBoolObjectfieldValueObject. 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 fieldObjectfieldObject. appendValue(MFBoolObject newValue)Append MFBoolObject to field for value attribute.fieldValueObjectfieldValueObject. appendValue(MFBoolObject newValue)Append MFBoolObject to fieldValue for value attribute.fieldObjectfieldObject. setValue(MFBoolObject newValue)Set typed value of a MFBool field declaration.fieldValueObjectfieldValueObject. setValue(MFBoolObject newValue)Set typed value of a MFBool fieldValue declaration.MetadataBooleanObjectMetadataBooleanObject. 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 BooleanSequencerObjectBooleanSequencerObject. 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 MFBoolObjectMFBoolObject. append(MFBoolObject newValue)Appends a new MFBoolObject to the end of the existing value array, increasing the field length accordingly.MFBoolObjectMFBoolObject. append(SFBoolObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFBoolObjectMFBoolObject. negate()Utility method to negate this array of boolean values.MFBoolObjectMFBoolObject. setValue(MFBoolObject newValue)Apply an MFBoolObject value to this field.MFBoolObjectMFBoolObject. setValue(SFBoolObject newValue)Assign a single-field SFBoolObject as new array value.MFBoolObjectMFBoolObject. 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 MFBoolObjectMFBoolObject. append(MFBoolObject newValue)Appends a new MFBoolObject to the end of the existing value array, increasing the field length accordingly.booleanMFBoolObject. equals(MFBoolObject comparisonMFBoolObject)Determine whether two objects contain equal values.MFBoolObjectMFBoolObject. 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 HAnimMotionObjectHAnimMotionObject. 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 SegmentedVolumeDataObjectSegmentedVolumeDataObject. setSegmentEnabled(MFBoolObject newValue)Assign typed object value to MFBool segmentEnabled field, similar toSegmentedVolumeDataObject.setSegmentEnabled(boolean[]).