| 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 |
|---|---|
WorldInfoObject |
WorldInfoObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
WorldInfoObject |
WorldInfoObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
WorldInfoObject |
WorldInfoObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
WorldInfoObject |
WorldInfoObject.addInfo(SFStringObject newValue)
Add singleton SFStringObject value to MFString info field.
|
WorldInfoObject |
WorldInfoObject.addInfo(java.lang.String newValue)
Add singleton String value to MFString info field.
|
WorldInfoObject |
WorldInfoObject.clearInfo()
Utility method to clear MFString value of info field.
|
WorldInfoObject |
WorldInfoObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
WorldInfoObject |
WorldInfoObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
WorldInfoObject |
WorldInfoObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
WorldInfoObject |
WorldInfoObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
WorldInfoObject |
WorldInfoObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
WorldInfoObject |
WorldInfoObject.setInfo(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString info field, similar to
setInfo(String[]). |
WorldInfoObject |
WorldInfoObject.setInfo(MFStringObject newValue)
Assign typed object value to MFString info field, similar to
setInfo(String[]). |
WorldInfoObject |
WorldInfoObject.setInfo(SFStringObject newValue)
Assign single SFString object value to MFString info field, similar to
setInfo(String[]). |
WorldInfoObject |
WorldInfoObject.setInfo(java.lang.String newValue)
Assign singleton String value to MFString info field, similar to
setInfo(String[]). |
WorldInfoObject |
WorldInfoObject.setInfo(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named info.
|
WorldInfoObject |
WorldInfoObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
WorldInfoObject |
WorldInfoObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
WorldInfoObject |
WorldInfoObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
WorldInfoObject |
WorldInfoObject.setTitle(SFStringObject newValue)
Assign typed object value to SFString title field, similar to
setTitle(String). |
WorldInfoObject |
WorldInfoObject.setTitle(java.lang.String newValue)
Assign String value to inputOutput SFString field named title.
|
WorldInfoObject |
WorldInfoObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
WorldInfoObject |
WorldInfoObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
WorldInfoObject |
WorldInfoObject.setUSE(WorldInfoObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
WorldInfoObject |
WorldInfoObject.setUSE(WorldInfoObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.