Uses of Class
org.web3d.x3d.jsail.PointingDeviceSensor.PlaneSensor
Packages that use PlaneSensor
Package
Description
Pointing device sensor nodes detect pointing events from user-interface devices, defining activities such as a user selecting a piece of geometry.
-
Uses of PlaneSensor in org.web3d.x3d.jsail.PointingDeviceSensor
Methods in org.web3d.x3d.jsail.PointingDeviceSensor that return PlaneSensorModifier and TypeMethodDescriptionPlaneSensor.addComments
(String newComment) Add comment as String to contained commentsList.PlaneSensor.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.PlaneSensor.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.PlaneSensor.clearIS()
Utility method to clear SFNode value of IS field.PlaneSensor.clearMetadata()
Utility method to clear SFNode value of metadata field.PlaneSensor.setAutoOffset
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named autoOffset.PlaneSensor.setAutoOffset
(SFBool newValue) Assign typed object value to SFBool autoOffset field, similar tosetAutoOffset(boolean)
.PlaneSensor.setAxisRotation
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetAxisRotation(float[])
.PlaneSensor.setAxisRotation
(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetAxisRotation(float[])
.PlaneSensor.setAxisRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named axisRotation.PlaneSensor.setAxisRotation
(float x, float y, float z, float angleRadians) Assign values to SFRotation axisRotation field, similar tosetAxisRotation(float[])
.PlaneSensor.setAxisRotation
(SFRotation newValue) Assign typed object value to SFRotation axisRotation field, similar tosetAxisRotation(float[])
.final PlaneSensor
PlaneSensor.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.PlaneSensor.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final PlaneSensor
PlaneSensor.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.PlaneSensor.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final PlaneSensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.PlaneSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PlaneSensor.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.PlaneSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.PlaneSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final PlaneSensor
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.PlaneSensor.setMaxPosition
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetMaxPosition(float[])
.PlaneSensor.setMaxPosition
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetMaxPosition(float[])
.PlaneSensor.setMaxPosition
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named maxPosition.PlaneSensor.setMaxPosition
(float x, float y) Assign values to SFVec2f maxPosition field, similar tosetMaxPosition(float[])
.PlaneSensor.setMaxPosition
(SFVec2f newValue) Assign typed object value to SFVec2f maxPosition field, similar tosetMaxPosition(float[])
.PlaneSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PlaneSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PlaneSensor.setMinPosition
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetMinPosition(float[])
.PlaneSensor.setMinPosition
(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetMinPosition(float[])
.PlaneSensor.setMinPosition
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named minPosition.PlaneSensor.setMinPosition
(float x, float y) Assign values to SFVec2f minPosition field, similar tosetMinPosition(float[])
.PlaneSensor.setMinPosition
(SFVec2f newValue) Assign typed object value to SFVec2f minPosition field, similar tosetMinPosition(float[])
.PlaneSensor.setOffset
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetOffset(float[])
.PlaneSensor.setOffset
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetOffset(float[])
.PlaneSensor.setOffset
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named offset.PlaneSensor.setOffset
(float x, float y, float z) Assign values to SFVec3f offset field, similar tosetOffset(float[])
.Assign typed object value to SFVec3f offset field, similar tosetOffset(float[])
.final PlaneSensor
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.PlaneSensor.setUSE
(PlaneSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.PointingDeviceSensor with parameters of type PlaneSensorModifier and TypeMethodDescriptionPlaneSensor.setUSE
(PlaneSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.