Uses of Class
org.web3d.x3d.jsail.PointingDeviceSensor.CylinderSensor
Packages that use CylinderSensor
Package
Description
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
-
Uses of CylinderSensor in org.web3d.x3d.jsail.PointingDeviceSensor
Methods in org.web3d.x3d.jsail.PointingDeviceSensor that return CylinderSensorModifier and TypeMethodDescriptionCylinderSensor.addComments(String newComment) Add comment as String to contained commentsList.CylinderSensor.addComments(String[] newComments) Add comments as String[] array to contained commentsList.CylinderSensor.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.CylinderSensor.clearIS()Utility method to clear SFNode value of IS field.CylinderSensor.clearMetadata()Utility method to clear SFNode value of metadata field.CylinderSensor.setAutoOffset(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.CylinderSensor.setAutoOffset(SFBool newValue) Assign typed object value to SFBool autoOffset field, similar toCylinderSensor.setAutoOffset(boolean).CylinderSensor.setAxisRotation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toCylinderSensor.setAxisRotation(float[]).CylinderSensor.setAxisRotation(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCylinderSensor.setAxisRotation(float[]).CylinderSensor.setAxisRotation(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named axisRotation.CylinderSensor.setAxisRotation(float x, float y, float z, float angleRadians) Assign values to SFRotation axisRotation field, similar toCylinderSensor.setAxisRotation(float[]).CylinderSensor.setAxisRotation(SFRotation newValue) Assign typed object value to SFRotation axisRotation field, similar toCylinderSensor.setAxisRotation(float[]).final CylinderSensorCylinderSensor.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CylinderSensor.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toCylinderSensor.setCssClass(String).final CylinderSensorCylinderSensor.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CylinderSensor.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toCylinderSensor.setCssStyle(String).final CylinderSensorAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toCylinderSensor.setDEF(String).CylinderSensor.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.CylinderSensor.setDescription(SFString newValue) Assign typed object value to SFString description field, similar toCylinderSensor.setDescription(String).CylinderSensor.setDiskAngle(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toCylinderSensor.setDiskAngle(float).CylinderSensor.setDiskAngle(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named diskAngle.CylinderSensor.setDiskAngle(SFFloat newValue) Assign typed object value to SFFloat diskAngle field, similar toCylinderSensor.setDiskAngle(float).CylinderSensor.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CylinderSensor.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toCylinderSensor.setEnabled(boolean).final CylinderSensorAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toCylinderSensor.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.CylinderSensor.setMaxAngle(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toCylinderSensor.setMaxAngle(float).CylinderSensor.setMaxAngle(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named maxAngle.CylinderSensor.setMaxAngle(SFFloat newValue) Assign typed object value to SFFloat maxAngle field, similar toCylinderSensor.setMaxAngle(float).CylinderSensor.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CylinderSensor.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CylinderSensor.setMinAngle(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toCylinderSensor.setMinAngle(float).CylinderSensor.setMinAngle(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named minAngle.CylinderSensor.setMinAngle(SFFloat newValue) Assign typed object value to SFFloat minAngle field, similar toCylinderSensor.setMinAngle(float).CylinderSensor.setOffset(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toCylinderSensor.setOffset(float).CylinderSensor.setOffset(float newValue) Accessor method to assign float value to inputOutput SFFloat field named offset.Assign typed object value to SFFloat offset field, similar toCylinderSensor.setOffset(float).final CylinderSensorAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toCylinderSensor.setUSE(String).CylinderSensor.setUSE(CylinderSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar toCylinderSensor.setUSE(String).Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type CylinderSensorModifier and TypeMethodDescriptionCylinderSensor.setUSE(CylinderSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar toCylinderSensor.setUSE(String).