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 tosetAutoOffset(boolean)
.CylinderSensor.setAxisRotation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetAxisRotation(float[])
.CylinderSensor.setAxisRotation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetAxisRotation(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 tosetAxisRotation(float[])
.CylinderSensor.setAxisRotation
(SFRotation newValue) Assign typed object value to SFRotation axisRotation field, similar tosetAxisRotation(float[])
.final CylinderSensor
CylinderSensor.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 tosetCssClass(String)
.final CylinderSensor
CylinderSensor.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 tosetCssStyle(String)
.final CylinderSensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(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 tosetDescription(String)
.CylinderSensor.setDiskAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetDiskAngle(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 tosetDiskAngle(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 tosetEnabled(boolean)
.final CylinderSensor
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.CylinderSensor.setMaxAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetMaxAngle(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 tosetMaxAngle(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 tosetMinAngle(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 tosetMinAngle(float)
.CylinderSensor.setOffset
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetOffset(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 tosetOffset(float)
.final CylinderSensor
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.CylinderSensor.setUSE
(CylinderSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(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 tosetUSE(String)
.