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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
CylinderSensorObject |
CylinderSensorObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
CylinderSensorObject |
CylinderSensorObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
CylinderSensorObject |
CylinderSensorObject.setAutoOffset(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.
|
CylinderSensorObject |
CylinderSensorObject.setAutoOffset(SFBoolObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setAxisRotation(double[] newArray) |
|
CylinderSensorObject |
CylinderSensorObject.setAxisRotation(double x,
double y,
double z,
double angleRadians) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setAxisRotation(float[]) .
|
CylinderSensorObject |
CylinderSensorObject.setAxisRotation(float[] newValue) |
Accessor method to 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) |
|
CylinderSensorObject |
CylinderSensorObject.setAxisRotation(SFRotationObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
CylinderSensorObject |
CylinderSensorObject.setCssClass(SFStringObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
CylinderSensorObject |
CylinderSensorObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
CylinderSensorObject |
CylinderSensorObject.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
CylinderSensorObject |
CylinderSensorObject.setDescription(SFStringObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setDiskAngle(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setDiskAngle(float) .
|
CylinderSensorObject |
CylinderSensorObject.setDiskAngle(float newValue) |
Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named diskAngle.
|
CylinderSensorObject |
CylinderSensorObject.setDiskAngle(SFFloatObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
CylinderSensorObject |
CylinderSensorObject.setEnabled(SFBoolObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
CylinderSensorObject |
CylinderSensorObject.setMaxAngle(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setMaxAngle(float) .
|
CylinderSensorObject |
CylinderSensorObject.setMaxAngle(float newValue) |
Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named maxAngle.
|
CylinderSensorObject |
CylinderSensorObject.setMaxAngle(SFFloatObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
CylinderSensorObject |
CylinderSensorObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CylinderSensorObject |
CylinderSensorObject.setMinAngle(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setMinAngle(float) .
|
CylinderSensorObject |
CylinderSensorObject.setMinAngle(float newValue) |
Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named minAngle.
|
CylinderSensorObject |
CylinderSensorObject.setMinAngle(SFFloatObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setOffset(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setOffset(float) .
|
CylinderSensorObject |
CylinderSensorObject.setOffset(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named offset.
|
CylinderSensorObject |
CylinderSensorObject.setOffset(SFFloatObject newValue) |
|
CylinderSensorObject |
CylinderSensorObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
CylinderSensorObject |
CylinderSensorObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
CylinderSensorObject |
CylinderSensorObject.setUSE(CylinderSensorObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|