ProximitySensorObject |
ProximitySensorObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
ProximitySensorObject |
ProximitySensorObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
ProximitySensorObject |
ProximitySensorObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
ProximitySensorObject |
ProximitySensorObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
ProximitySensorObject |
ProximitySensorObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
ProximitySensorObject |
ProximitySensorObject.setCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setCenter(float[]) .
|
ProximitySensorObject |
ProximitySensorObject.setCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setCenter(float[]) .
|
ProximitySensorObject |
ProximitySensorObject.setCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.
|
ProximitySensorObject |
ProximitySensorObject.setCenter(float x,
float y,
float z) |
|
ProximitySensorObject |
ProximitySensorObject.setCenter(SFVec3fObject newValue) |
|
ProximitySensorObject |
ProximitySensorObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
ProximitySensorObject |
ProximitySensorObject.setCssClass(SFStringObject newValue) |
|
ProximitySensorObject |
ProximitySensorObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
ProximitySensorObject |
ProximitySensorObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
ProximitySensorObject |
ProximitySensorObject.setEnabled(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
|
ProximitySensorObject |
ProximitySensorObject.setEnabled(SFBoolObject newValue) |
|
ProximitySensorObject |
ProximitySensorObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
ProximitySensorObject |
ProximitySensorObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ProximitySensorObject |
ProximitySensorObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ProximitySensorObject |
ProximitySensorObject.setSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setSize(float[]) .
|
ProximitySensorObject |
ProximitySensorObject.setSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setSize(float[]) .
|
ProximitySensorObject |
ProximitySensorObject.setSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named size.
|
ProximitySensorObject |
ProximitySensorObject.setSize(float x,
float y,
float z) |
|
ProximitySensorObject |
ProximitySensorObject.setSize(SFVec3fObject newValue) |
|
ProximitySensorObject |
ProximitySensorObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
ProximitySensorObject |
ProximitySensorObject.setUSE(ProximitySensorObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
ProximitySensorObject |
ProximitySensorObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|