| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.jsail.Core |
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.
|
| org.web3d.x3d.jsail.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.
|
| org.web3d.x3d.jsail.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
CADLayerObject |
CADLayerObject.setVisible(MFBoolObject newValue)
Assign typed object value to MFBool visible field, similar to
CADLayerObject.setVisible(boolean[]). |
| Modifier and Type | Method and Description |
|---|---|
MFBoolObject |
fieldObject.getValueMFBool()
Get typed value of this field declaration.
|
MFBoolObject |
fieldValueObject.getValueMFBool()
Get typed value of this fieldValue declaration.
|
| Modifier and Type | Method and 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.
|
MetadataBooleanObject |
MetadataBooleanObject.setValue(MFBoolObject newValue)
Assign typed object MFBool value field, similar to
MetadataBooleanObject.setValue(boolean[]). |
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.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanSequencerObject |
BooleanSequencerObject.setKeyValue(MFBoolObject newValue)
Assign typed object value to MFBool keyValue field, similar to
BooleanSequencerObject.setKeyValue(boolean[]). |
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and 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.setValue(MFBoolObject newValue)
Apply an MFBoolObject value to this field.
|
| Constructor and Description |
|---|
MFBoolObject(MFBoolObject newValue)
Constructor to copy an MFBoolObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
HAnimMotionObject |
HAnimMotionObject.setChannelsEnabled(MFBoolObject newValue)
Assign typed object value to MFBool channelsEnabled field, similar to
HAnimMotionObject.setChannelsEnabled(boolean[]). |
| Modifier and Type | Method and Description |
|---|---|
SegmentedVolumeDataObject |
SegmentedVolumeDataObject.setSegmentEnabled(MFBoolObject newValue)
Assign typed object value to MFBool segmentEnabled field, similar to
SegmentedVolumeDataObject.setSegmentEnabled(boolean[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.