| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Networking |
The Networking component defines node types and other features used to access file-based
and streaming resources on the World Wide Web.
|
| Modifier and Type | Method and Description |
|---|---|
LoadSensorObject |
LoadSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
LoadSensorObject |
LoadSensorObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
LoadSensorObject |
LoadSensorObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
LoadSensorObject |
LoadSensorObject.addWatchList(X3DNode newValue)
Add single child node to existing array of watchList nodes (if any).
|
LoadSensorObject |
LoadSensorObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
LoadSensorObject |
LoadSensorObject.clearWatchList()
Utility method to clear MFNode value of watchList field.
|
LoadSensorObject |
LoadSensorObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
LoadSensorObject |
LoadSensorObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LoadSensorObject |
LoadSensorObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
LoadSensorObject |
LoadSensorObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LoadSensorObject |
LoadSensorObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
LoadSensorObject |
LoadSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
LoadSensorObject |
LoadSensorObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
LoadSensorObject |
LoadSensorObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LoadSensorObject |
LoadSensorObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LoadSensorObject |
LoadSensorObject.setTimeOut(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named timeOut.
|
LoadSensorObject |
LoadSensorObject.setTimeOut(SFTimeObject newValue)
Assign typed object value to SFTime timeOut field, similar to
setTimeOut(double). |
LoadSensorObject |
LoadSensorObject.setUSE(LoadSensorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
LoadSensorObject |
LoadSensorObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
LoadSensorObject |
LoadSensorObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LoadSensorObject |
LoadSensorObject.setWatchList(java.util.ArrayList<X3DUrlObject> newValue)
Assign ArrayList value of MFNode watchList field, similar to
setWatchList(X3DNode[]). |
LoadSensorObject |
LoadSensorObject.setWatchList(X3DConcreteNode newValue)
Utility method to set single SFNode as LoadSensorObject watchList.
|
LoadSensorObject |
LoadSensorObject.setWatchList(X3DNode[] newValue)
Assign X3DUrlObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field watchList.
|
| Modifier and Type | Method and Description |
|---|---|
LoadSensorObject |
LoadSensorObject.setUSE(LoadSensorObject 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.