| 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 |
|---|---|
MFImageObject |
fieldObject.getValueMFImage()
Get typed value of this field declaration.
|
MFImageObject |
fieldValueObject.getValueMFImage()
Get typed value of this fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(MFImageObject newValue)
Append MFImageObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(MFImageObject newValue)
Append MFImageObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(MFImageObject newValue)
Set typed value of a MFImage field declaration.
|
fieldValueObject |
fieldValueObject.setValue(MFImageObject newValue)
Set typed value of a MFImage fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
MFImageObject |
MFImageObject.setValue(MFImageObject newValue)
Apply an MFImageObject value to this field.
|
MFImageObject |
MFImageObject.setValueByString(java.lang.String newValue)
Utility accessor for MFImageObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
MFImageObject |
MFImageObject.setValue(MFImageObject newValue)
Apply an MFImageObject value to this field.
|
| Constructor and Description |
|---|
MFImageObject(MFImageObject newValue)
Constructor to copy an MFImageObject 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.