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 toPlaneSensor.setAutoOffset(boolean).PlaneSensor.setAxisRotation(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toPlaneSensor.setAxisRotation(float[]).PlaneSensor.setAxisRotation(double x, double y, double z, double angleRadians) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPlaneSensor.setAxisRotation(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 toPlaneSensor.setAxisRotation(float[]).PlaneSensor.setAxisRotation(SFRotation newValue) Assign typed object value to SFRotation axisRotation field, similar toPlaneSensor.setAxisRotation(float[]).final PlaneSensorPlaneSensor.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 toPlaneSensor.setCssClass(String).final PlaneSensorPlaneSensor.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 toPlaneSensor.setCssStyle(String).final PlaneSensorAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toPlaneSensor.setDEF(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 toPlaneSensor.setDescription(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 toPlaneSensor.setEnabled(boolean).final PlaneSensorAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toPlaneSensor.setHtmlId(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 toPlaneSensor.setMaxPosition(float[]).PlaneSensor.setMaxPosition(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPlaneSensor.setMaxPosition(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 toPlaneSensor.setMaxPosition(float[]).PlaneSensor.setMaxPosition(SFVec2f newValue) Assign typed object value to SFVec2f maxPosition field, similar toPlaneSensor.setMaxPosition(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 toPlaneSensor.setMinPosition(float[]).PlaneSensor.setMinPosition(double x, double y) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPlaneSensor.setMinPosition(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 toPlaneSensor.setMinPosition(float[]).PlaneSensor.setMinPosition(SFVec2f newValue) Assign typed object value to SFVec2f minPosition field, similar toPlaneSensor.setMinPosition(float[]).PlaneSensor.setOffset(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar toPlaneSensor.setOffset(float[]).PlaneSensor.setOffset(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toPlaneSensor.setOffset(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 toPlaneSensor.setOffset(float[]).Assign typed object value to SFVec3f offset field, similar toPlaneSensor.setOffset(float[]).final PlaneSensorAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toPlaneSensor.setUSE(String).PlaneSensor.setUSE(PlaneSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar toPlaneSensor.setUSE(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 toPlaneSensor.setUSE(String).