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 toProximitySensor.setCenter(float[]).ProximitySensor.setCenter(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toProximitySensor.setCenter(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 toProximitySensor.setCenter(float[]).Assign typed object value to SFVec3f center field, similar toProximitySensor.setCenter(float[]).final ProximitySensorProximitySensor.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 toProximitySensor.setCssClass(String).final ProximitySensorProximitySensor.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 toProximitySensor.setCssStyle(String).final ProximitySensorAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toProximitySensor.setDEF(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 toProximitySensor.setDescription(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 toProximitySensor.setEnabled(boolean).final ProximitySensorAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toProximitySensor.setHtmlId(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 toProximitySensor.setSize(float[]).ProximitySensor.setSize(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toProximitySensor.setSize(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 toProximitySensor.setSize(float[]).Assign typed object value to SFVec3f size field, similar toProximitySensor.setSize(float[]).final ProximitySensorAccessor 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 toProximitySensor.setUSE(String).Assign typed object value to SFString USE field, similar toProximitySensor.setUSE(String).Methods 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 toProximitySensor.setUSE(String).