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