Uses of Class
org.web3d.x3d.jsail.Networking.LoadSensor
Package
Description
The Networking component defines node types and other features used to access file-based and streaming resources on the World Wide Web.
-
Uses of LoadSensor in org.web3d.x3d.jsail.Networking
Modifier and TypeMethodDescriptionLoadSensor.addChild
(X3DUrlObject newValue) Utility method to add single child element to contained list of existing children nodes (if any).LoadSensor.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.LoadSensor.addComments
(String newComment) Add comment as CommentsBlock to children fieldLoadSensor.addComments
(String[] newComments) Add comments as String[] array to children fieldLoadSensor.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldLoadSensor.clearChildren()
Utility method to clear MFNode value of children field.LoadSensor.clearIS()
Utility method to clear SFNode value of IS field.LoadSensor.clearMetadata()
Utility method to clear SFNode value of metadata field.LoadSensor.setChildren
(ArrayList<X3DUrlObject> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.LoadSensor.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Networking.X3DUrlObject array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.final LoadSensor
LoadSensor.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.LoadSensor.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final LoadSensor
LoadSensor.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.LoadSensor.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final LoadSensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.LoadSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.LoadSensor.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.LoadSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.LoadSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final LoadSensor
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.LoadSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.LoadSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.LoadSensor.setTimeOut
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named timeOut.LoadSensor.setTimeOut
(SFTime newValue) Assign typed object value to SFTime timeOut field, similar tosetTimeOut(double)
.final LoadSensor
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.LoadSensor.setUSE
(LoadSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionLoadSensor.setUSE
(LoadSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.