| Package | Description |
|---|---|
| org.web3d.x3d.jsail.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
MFNodeObject |
MFNodeObject.append(MFNodeObject newValue)
Appends a new MFNodeObject to the end of the existing value array, increasing the field length accordingly.
|
MFNodeObject |
MFNodeObject.append(SFNodeObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.
|
MFNodeObject |
MFNodeObject.clearChildren()
Utility method to clear all contained children including nodes, statements and comments (if any).
|
MFNodeObject |
MFNodeObject.setValue(MFNodeObject newValue)
Apply an MFNodeObject value to this field.
|
MFNodeObject |
MFNodeObject.setValue(SFNodeObject newValue)
Assign a single-field SFNodeObject as new array value.
|
| Modifier and Type | Method and Description |
|---|---|
MFNodeObject |
MFNodeObject.append(MFNodeObject newValue)
Appends a new MFNodeObject to the end of the existing value array, increasing the field length accordingly.
|
MFNodeObject |
MFNodeObject.setValue(MFNodeObject newValue)
Apply an MFNodeObject value to this field.
|
| Constructor and Description |
|---|
MFNodeObject(MFNodeObject newValue)
Constructor to copy an MFNodeObject value as initial value for this new field object.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.