Uses of Interface
org.web3d.x3d.sai.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.
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 TypeClassDescriptionclass
LoadSensor generates events as watchList child nodes are either loaded or fail to load. -
Uses of LoadSensor in org.web3d.x3d.sai.Networking
Modifier and TypeMethodDescriptionLoadSensor.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.LoadSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.LoadSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.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.