| 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 |
|---|---|
headObject |
headObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
headObject |
headObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
headObject |
headObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
headObject |
headObject.addComponent(componentObject newValue)
Add array of child component nodes to array of existing nodes (if any).
|
headObject |
headObject.addMeta(metaObject newValue)
Add array of child meta nodes to array of existing nodes (if any).
|
headObject |
headObject.addUnit(unitObject newValue)
Add array of child unit nodes to array of existing nodes (if any).
|
headObject |
headObject.clearComponent()
Utility method to clear MFNode value of componentList field.
|
headObject |
headObject.clearMeta()
Utility method to clear MFNode value of metaList field.
|
headObject |
headObject.clearUnit()
Utility method to clear MFNode value of unitList field.
|
headObject |
X3DObject.getHead()
Provide headObject instance (using a properly typed node) from inputOutput SFNode field head.
|
headObject |
headObject.setComponent(componentObject newValue)
Set single child component node, replacing prior array of existing nodes (if any).
|
headObject |
headObject.setComponentList(java.util.ArrayList<componentObject> newValue)
Assign componentObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field component.
|
headObject |
headObject.setMeta(metaObject newValue)
Set single child meta node, replacing prior array of existing nodes (if any).
|
headObject |
headObject.setMetaList(java.util.ArrayList<metaObject> newValue)
Assign metaObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field meta.
|
headObject |
headObject.setUnit(unitObject newValue)
Set single child unit node, replacing prior array of existing nodes (if any).
|
headObject |
headObject.setUnitList(java.util.ArrayList<unitObject> newValue)
Assign unitObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field unit.
|
| Modifier and Type | Method and Description |
|---|---|
X3DObject |
X3DObject.setHead(headObject newValue)
Assign headObject instance (using a properly typed node) to inputOutput SFNode field head.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.