Uses of Class
org.web3d.x3d.jsail.EnvironmentalSensor.TransformSensor
Package
Description
The Environment Sensor nodes emit events indicating activity in the scene environment, usually based on interactions between the viewer and the world.
-
Uses of TransformSensor in org.web3d.x3d.jsail.EnvironmentalSensor
Modifier and TypeMethodDescriptionTransformSensor.addComments
(String newComment) Add comment as String to contained commentsList.TransformSensor.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TransformSensor.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TransformSensor.clearIS()
Utility method to clear SFNode value of IS field.TransformSensor.clearMetadata()
Utility method to clear SFNode value of metadata field.TransformSensor.clearTargetObject()
Utility method to clear SFNode value of targetObject field.TransformSensor.setCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetCenter(float[])
.TransformSensor.setCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCenter(float[])
.TransformSensor.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.TransformSensor.setCenter
(float x, float y, float z) Assign values to SFVec3f center field, similar tosetCenter(float[])
.Assign typed object value to SFVec3f center field, similar tosetCenter(float[])
.final TransformSensor
TransformSensor.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TransformSensor.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TransformSensor
TransformSensor.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TransformSensor.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TransformSensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.TransformSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.TransformSensor.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.TransformSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.TransformSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final TransformSensor
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.TransformSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TransformSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TransformSensor.setSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSize(float[])
.TransformSensor.setSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSize(float[])
.TransformSensor.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named size.TransformSensor.setSize
(float x, float y, float z) Assign values to SFVec3f size field, similar tosetSize(float[])
.Assign typed object value to SFVec3f size field, similar tosetSize(float[])
.TransformSensor.setTargetObject
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field targetObject.TransformSensor.setTargetObject
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field targetObject.final TransformSensor
Accessor method to assign String value to inputOutput SFString field named USE.TransformSensor.setUSE
(TransformSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTransformSensor.setUSE
(TransformSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.