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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
SphereSensorObject |
SphereSensorObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
SphereSensorObject |
SphereSensorObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
SphereSensorObject |
SphereSensorObject.setAutoOffset(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.
|
SphereSensorObject |
SphereSensorObject.setAutoOffset(SFBoolObject newValue) |
|
SphereSensorObject |
SphereSensorObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
SphereSensorObject |
SphereSensorObject.setCssClass(SFStringObject newValue) |
|
SphereSensorObject |
SphereSensorObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
SphereSensorObject |
SphereSensorObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
SphereSensorObject |
SphereSensorObject.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
SphereSensorObject |
SphereSensorObject.setDescription(SFStringObject newValue) |
|
SphereSensorObject |
SphereSensorObject.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
SphereSensorObject |
SphereSensorObject.setEnabled(SFBoolObject newValue) |
|
SphereSensorObject |
SphereSensorObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
SphereSensorObject |
SphereSensorObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
SphereSensorObject |
SphereSensorObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SphereSensorObject |
SphereSensorObject.setOffset(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setOffset(float[]) .
|
SphereSensorObject |
SphereSensorObject.setOffset(double x,
double y,
double z,
double angleRadians) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setOffset(float[]) .
|
SphereSensorObject |
SphereSensorObject.setOffset(float[] newValue) |
Accessor method to 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) |
|
SphereSensorObject |
SphereSensorObject.setOffset(SFRotationObject newValue) |
|
SphereSensorObject |
SphereSensorObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
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) .
|