| 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 |
|---|---|
SFMatrix4dObject |
fieldObject.getValueSFMatrix4d()
If type matches, then get typed value of a SFMatrix4d field declaration.
|
SFMatrix4dObject |
fieldValueObject.getValueSFMatrix4d()
If type matches, then get typed value of a SFMatrix4d fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(SFMatrix4dObject newValue)
Append SFMatrix4dObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(SFMatrix4dObject newValue)
Append SFMatrix4dObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(SFMatrix4dObject newValue)
Set typed value of a SFMatrix4d field declaration.
|
fieldValueObject |
fieldValueObject.setValue(SFMatrix4dObject newValue)
Set typed value of a SFMatrix4d fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix4dObject |
SFMatrix4dObject.multiply(double scaleFactor)
Multiply scaleFactor times all values in this field type.
|
SFMatrix4dObject |
SFMatrix4dObject.setValue(double[] newValue)
Apply an array of primitive values to this field.
|
SFMatrix4dObject |
SFMatrix4dObject.setValue(SFMatrix4dObject newValue)
Apply an SFMatrix4dObject value to this field.
|
SFMatrix4dObject |
SFMatrix4dObject.setValueByString(java.lang.String newValue)
Utility accessor for SFMatrix4dObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
SFMatrix4dObject |
SFMatrix4dObject.setValue(SFMatrix4dObject newValue)
Apply an SFMatrix4dObject value to this field.
|
| Constructor and Description |
|---|
SFMatrix4dObject(SFMatrix4dObject newValue)
Constructor to copy an SFMatrix4dObject 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.