| Package | Description |
|---|---|
| org.web3d.x3d.jsail.PointingDeviceSensor |
Pointing device sensor nodes detect pointing events from user-interface devices, defining
activities such as a user selecting a piece of geometry.
|
| Modifier and Type | Method and Description |
|---|---|
CylinderSensorObject |
CylinderSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
CylinderSensorObject |
CylinderSensorObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
CylinderSensorObject |
CylinderSensorObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
CylinderSensorObject |
CylinderSensorObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
CylinderSensorObject |
CylinderSensorObject.setAutoOffset(boolean newValue)
Assign boolean value to inputOutput SFBool field named autoOffset.
|
CylinderSensorObject |
CylinderSensorObject.setAutoOffset(SFBoolObject newValue)
Assign typed object value to SFBool autoOffset field, similar to
setAutoOffset(boolean). |
CylinderSensorObject |
CylinderSensorObject.setAxisRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named axisRotation.
|
CylinderSensorObject |
CylinderSensorObject.setAxisRotation(float x,
float y,
float z,
float angleRadians)
Assign values to SFRotation axisRotation field, similar to
setAxisRotation(float[]). |
CylinderSensorObject |
CylinderSensorObject.setAxisRotation(SFRotationObject newValue)
Assign typed object value to SFRotation axisRotation field, similar to
setAxisRotation(float[]). |
CylinderSensorObject |
CylinderSensorObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
CylinderSensorObject |
CylinderSensorObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CylinderSensorObject |
CylinderSensorObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
CylinderSensorObject |
CylinderSensorObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CylinderSensorObject |
CylinderSensorObject.setDescription(SFStringObject newValue)
Assign typed object value to SFString description field, similar to
setDescription(String). |
CylinderSensorObject |
CylinderSensorObject.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
CylinderSensorObject |
CylinderSensorObject.setDiskAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of [0,1.5708] to inputOutput SFFloat field named diskAngle.
|
CylinderSensorObject |
CylinderSensorObject.setDiskAngle(SFFloatObject newValue)
Assign typed object value to SFFloat diskAngle field, similar to
setDiskAngle(float). |
CylinderSensorObject |
CylinderSensorObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
CylinderSensorObject |
CylinderSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
CylinderSensorObject |
CylinderSensorObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
CylinderSensorObject |
CylinderSensorObject.setMaxAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of (-6.2832,6.2832) to inputOutput SFFloat field named maxAngle.
|
CylinderSensorObject |
CylinderSensorObject.setMaxAngle(SFFloatObject newValue)
Assign typed object value to SFFloat maxAngle field, similar to
setMaxAngle(float). |
CylinderSensorObject |
CylinderSensorObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
CylinderSensorObject |
CylinderSensorObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CylinderSensorObject |
CylinderSensorObject.setMinAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of (-6.2832,6.2832) to inputOutput SFFloat field named minAngle.
|
CylinderSensorObject |
CylinderSensorObject.setMinAngle(SFFloatObject newValue)
Assign typed object value to SFFloat minAngle field, similar to
setMinAngle(float). |
CylinderSensorObject |
CylinderSensorObject.setOffset(float newValue)
Assign float value to inputOutput SFFloat field named offset.
|
CylinderSensorObject |
CylinderSensorObject.setOffset(SFFloatObject newValue)
Assign typed object value to SFFloat offset field, similar to
setOffset(float). |
CylinderSensorObject |
CylinderSensorObject.setUSE(CylinderSensorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
CylinderSensorObject |
CylinderSensorObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
CylinderSensorObject |
CylinderSensorObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
CylinderSensorObject |
CylinderSensorObject.setUSE(CylinderSensorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.