| 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.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| Modifier and Type | Method and Description |
|---|---|
SFImageObject |
fieldObject.getValueSFImage()
If type matches, then get typed value of a SFImage field declaration.
|
SFImageObject |
fieldValueObject.getValueSFImage()
If type matches, then get typed value of a SFImage fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
fieldObject |
fieldObject.appendValue(SFImageObject newValue)
Append SFImageObject to field for value attribute.
|
fieldValueObject |
fieldValueObject.appendValue(SFImageObject newValue)
Append SFImageObject to fieldValue for value attribute.
|
fieldObject |
fieldObject.setValue(SFImageObject newValue)
Set typed value of a SFImage field declaration.
|
fieldValueObject |
fieldValueObject.setValue(SFImageObject newValue)
Set typed value of a SFImage fieldValue declaration.
|
| Modifier and Type | Method and Description |
|---|---|
SFImageObject |
SFImageObject.setValue(SFImageObject newValue)
Apply an SFImageObject value to this field.
|
SFImageObject |
SFImageObject.setValueByString(java.lang.String newValue)
Utility accessor for SFImageObject using String value (which must pass parsing validation checks).
|
| Modifier and Type | Method and Description |
|---|---|
void |
MFImageObject.setValue(SFImageObject newValue)
Assign a new value array; can be an SFImage primive array containing width, height, and components count, followed by array of pixels.
|
SFImageObject |
SFImageObject.setValue(SFImageObject newValue)
Apply an SFImageObject value to this field.
|
| Constructor and Description |
|---|
SFImageObject(SFImageObject newValue)
Constructor to copy an SFImageObject value as initial value for this new field object.
|
| Modifier and Type | Method and Description |
|---|---|
PixelTextureObject |
PixelTextureObject.setImage(SFImageObject newValue)
Assign typed object value to SFImage image field, similar to
PixelTextureObject.setImage(int[]). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.