Uses of Class
org.web3d.x3d.jsail.EnvironmentalSensor.ProximitySensor
Packages that use 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
Methods in org.web3d.x3d.jsail.EnvironmentalSensor that return ProximitySensorModifier 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[])
. // #0.efinal 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)
. // #0.efinal 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)
. // #0.efinal ProximitySensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
. // #0.eProximitySensor.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)
. // #0.eProximitySensor.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)
. // #0.efinal ProximitySensor
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
. // #0.eAccessor 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[])
. // #0.efinal 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)
. // #0.eMethods in org.web3d.x3d.jsail.EnvironmentalSensor with parameters of type ProximitySensorModifier and TypeMethodDescriptionProximitySensor.setUSE
(ProximitySensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.