-
Methods in org.web3d.x3d.jsail.Core that return headObject
Modifier and Type |
Method |
Description |
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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
headObject |
headObject.addComponent(java.lang.String componentName,
int level) |
Add a child component statement.
|
headObject |
headObject.addComponent(componentObject newValue) |
Add array of child component nodes to array of existing nodes (if any).
|
headObject |
headObject.addMeta(java.lang.String newName,
java.lang.String newDescription) |
Add a child meta statement.
|
headObject |
headObject.addMeta(metaObject newValue) |
Add array of child meta nodes to array of existing nodes (if any).
|
headObject |
headObject.addUnit(java.lang.String newName,
java.lang.String newCategory,
double newConversionFactor) |
Add a child unit statement.
|
headObject |
headObject.addUnit(java.lang.String newName,
java.lang.String newCategory,
float newConversionFactor) |
Add a child unit statement.
|
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) |
Accessor method to 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) |
Accessor method to 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) |
Accessor method to assign unitObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field unit.
|