| 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 |
|---|---|
SphereSensorObject |
SphereSensorObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SphereSensorObject |
SphereSensorObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
SphereSensorObject |
SphereSensorObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
SphereSensorObject |
SphereSensorObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
SphereSensorObject |
SphereSensorObject.setAutoOffset(boolean newValue)
Assign boolean value to inputOutput SFBool field named autoOffset.
|
SphereSensorObject |
SphereSensorObject.setAutoOffset(SFBoolObject newValue)
Assign typed object value to SFBool autoOffset field, similar to
setAutoOffset(boolean). |
SphereSensorObject |
SphereSensorObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
SphereSensorObject |
SphereSensorObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SphereSensorObject |
SphereSensorObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
SphereSensorObject |
SphereSensorObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SphereSensorObject |
SphereSensorObject.setDescription(SFStringObject newValue)
Assign typed object value to SFString description field, similar to
setDescription(String). |
SphereSensorObject |
SphereSensorObject.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
SphereSensorObject |
SphereSensorObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
SphereSensorObject |
SphereSensorObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
SphereSensorObject |
SphereSensorObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
SphereSensorObject |
SphereSensorObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
SphereSensorObject |
SphereSensorObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SphereSensorObject |
SphereSensorObject.setOffset(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named offset.
|
SphereSensorObject |
SphereSensorObject.setOffset(float x,
float y,
float z,
float angleRadians)
Assign values to SFRotation offset field, similar to
setOffset(float[]). |
SphereSensorObject |
SphereSensorObject.setOffset(SFRotationObject newValue)
Assign typed object value to SFRotation offset field, similar to
setOffset(float[]). |
SphereSensorObject |
SphereSensorObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
SphereSensorObject |
SphereSensorObject.setUSE(SphereSensorObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
SphereSensorObject |
SphereSensorObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
SphereSensorObject |
SphereSensorObject.setUSE(SphereSensorObject 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.