| 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.
|
| Modifier and Type | Method and Description |
|---|---|
connectObject |
connectObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
connectObject |
connectObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
connectObject |
connectObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
connectObject |
connectObject.setNodeField(SFStringObject newValue)
Assign typed object value to SFString nodeField field, similar to
setNodeField(String). |
connectObject |
connectObject.setNodeField(java.lang.String newValue)
Assign String value to inputOutput SFString field named nodeField.
|
connectObject |
connectObject.setProtoField(SFStringObject newValue)
Assign typed object value to SFString protoField field, similar to
setProtoField(String). |
connectObject |
connectObject.setProtoField(java.lang.String newValue)
Assign String value to inputOutput SFString field named protoField.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<connectObject> |
ISObject.getConnectList()
Provide array of connectObject results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field connect.
|
| Modifier and Type | Method and Description |
|---|---|
ISObject |
ISObject.addConnect(connectObject newValue)
Add array of child connect nodes to array of existing nodes (if any).
|
ISObject |
ISObject.setConnect(connectObject newValue)
Set single child connect node, replacing prior array of existing nodes (if any).
|
| Modifier and Type | Method and Description |
|---|---|
ISObject |
ISObject.setConnectList(java.util.ArrayList<connectObject> newValue)
Assign connectObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field connect.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.