| 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 |
|---|---|
unitObject |
unitObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
unitObject |
unitObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
unitObject |
unitObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
unitObject |
headObject.findUnitByName(java.lang.String unitName)
Find contained unit statement by name, if present.
|
unitObject |
unitObject.setCategory(SFStringObject newValue)
Assign typed object value to SFString category field, similar to
setCategory(String). |
unitObject |
unitObject.setCategory(java.lang.String newValue)
Assign String enumeration value ("angle"|"force"|"length"|"mass") ['angle'|'force'|'length'|'mass'] to initializeOnly SFString field named category.
|
unitObject |
unitObject.setConversionFactor(double newValue)
Assign double value within allowed range of (0,infinity) to inputOutput SFDouble field named conversionFactor.
|
unitObject |
unitObject.setConversionFactor(SFDoubleObject newValue)
Assign typed object value to SFDouble conversionFactor field, similar to
setConversionFactor(double). |
unitObject |
unitObject.setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar to
setName(String). |
unitObject |
unitObject.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<unitObject> |
headObject.getUnitList()
Provide array of unitObject results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field unit.
|
| Modifier and Type | Method and Description |
|---|---|
headObject |
headObject.addUnit(unitObject newValue)
Add array of child unit nodes to array of existing nodes (if any).
|
headObject |
headObject.setUnit(unitObject newValue)
Set single child unit node, replacing prior array of existing nodes (if any).
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.