| Package | Description |
|---|---|
| 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.fields |
The fields subpackage is provided for creating
typed X3D field values
and also includes various utility capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
MFTimeObject |
fieldObject.getValueMFTime()
Get typed value of this field declaration.
|
MFTimeObject |
fieldValueObject.getValueMFTime()
Get typed value of this fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(MFTimeObject newValue)
Append MFTimeObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(MFTimeObject newValue)
Append MFTimeObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(MFTimeObject newValue)
Set typed value of a MFTime field declaration.
|
fieldValueObject |
fieldValueObject.setValue(MFTimeObject newValue)
Set typed value of a MFTime fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
MFTimeObject |
MFTimeObject.append(MFTimeObject newValue)
Appends a new MFTimeObject to the end of the existing value array, increasing the field length accordingly.
|
MFTimeObject |
MFTimeObject.append(SFTimeObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.
|
MFTimeObject |
MFTimeObject.setValue(float newValue)
Assign a single float value as new double array (of length 1).
|
MFTimeObject |
MFTimeObject.setValue(float[] newValue)
Assign a float array as new double array.
|
MFTimeObject |
MFTimeObject.setValue(MFTimeObject newValue)
Apply an MFTimeObject value to this field.
|
MFTimeObject |
MFTimeObject.setValue(SFTimeObject newValue)
Assign a single-field SFTimeObject as new array value.
|
MFTimeObject |
MFTimeObject.setValueByString(java.lang.String newValue)
Utility accessor for MFTimeObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
MFTimeObject |
MFTimeObject.append(MFTimeObject newValue)
Appends a new MFTimeObject to the end of the existing value array, increasing the field length accordingly.
|
MFTimeObject |
MFTimeObject.setValue(MFTimeObject newValue)
Apply an MFTimeObject value to this field.
|
| Constructor and Description |
|---|
MFTimeObject(MFTimeObject newValue)
Constructor to copy an MFTimeObject 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.