Uses of Class
org.web3d.x3d.jsail.EnvironmentalSensor.ProximitySensor
Package
Description
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
-
Uses of ProximitySensor in org.web3d.x3d.jsail.EnvironmentalSensor
Modifier and TypeMethodDescriptionProximitySensor.addComments
(String newComment) Add comment as String to contained commentsList.ProximitySensor.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ProximitySensor.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ProximitySensor.clearIS()
Utility method to clear SFNode value of IS field.ProximitySensor.clearMetadata()
Utility method to clear SFNode value of metadata field.ProximitySensor.setCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenter(float[])
.ProximitySensor.setCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenter(float[])
.ProximitySensor.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.ProximitySensor.setCenter
(float x, float y, float z) Assign values to SFVec3f center field, similar tosetCenter(float[])
.Assign typed object value to SFVec3f center field, similar tosetCenter(float[])
.final ProximitySensor
ProximitySensor.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ProximitySensor.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ProximitySensor
ProximitySensor.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ProximitySensor.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ProximitySensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ProximitySensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ProximitySensor.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.ProximitySensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ProximitySensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final ProximitySensor
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.ProximitySensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ProximitySensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ProximitySensor.setSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSize(float[])
.ProximitySensor.setSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSize(float[])
.ProximitySensor.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size.ProximitySensor.setSize
(float x, float y, float z) Assign values to SFVec3f size field, similar tosetSize(float[])
.Assign typed object value to SFVec3f size field, similar tosetSize(float[])
.final ProximitySensor
Accessor method to assign String value to inputOutput SFString field named USE.ProximitySensor.setUSE
(ProximitySensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionProximitySensor.setUSE
(ProximitySensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.