Uses of Class
org.web3d.x3d.jsail.Picking.PointPickSensor
Package
Description
The Picking component provides the ability to test for arbitrary object collision and provide basic capabilities to detecting object intersections and interactions.
-
Uses of PointPickSensor in org.web3d.x3d.jsail.Picking
Modifier and TypeMethodDescriptionPointPickSensor.addComments
(String newComment) Add comment as String to contained commentsList.PointPickSensor.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.PointPickSensor.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.PointPickSensor.addObjectType
(String newValue) Add singleton String value to MFString objectType field.PointPickSensor.addObjectType
(SFString newValue) Add singleton SFString value to MFString objectType field.PointPickSensor.addPickTarget
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for pickTarget field.PointPickSensor.addPickTarget
(X3DNode newValue) Add single child node to existing array of pickTarget nodes (if any).PointPickSensor.clearIS()
Utility method to clear SFNode value of IS field.PointPickSensor.clearMetadata()
Utility method to clear SFNode value of metadata field.PointPickSensor.clearObjectType()
Utility method to clear MFString value of objectType field.PointPickSensor.clearPickingGeometry()
Utility method to clear SFNode value of pickingGeometry field.PointPickSensor.clearPickTarget()
Utility method to clear MFNode value of pickTarget field.final PointPickSensor
PointPickSensor.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.PointPickSensor.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final PointPickSensor
PointPickSensor.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.PointPickSensor.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final PointPickSensor
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.PointPickSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.PointPickSensor.setDescription
(SFString newValue) Assign typed object value to SFString description field, similar tosetDescription(String)
.PointPickSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.PointPickSensor.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final PointPickSensor
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.PointPickSensor.setIntersectionType
(String newValue) Accessor method to assign String enumeration value ("BOUNDS" | "GEOMETRY") to initializeOnly SFString field named intersectionType.PointPickSensor.setIntersectionType
(SFString newValue) Assign typed object value to SFString intersectionType field, similar tosetIntersectionType(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.PointPickSensor.setMatchCriterion
(String newValue) Accessor method to assign String enumeration value ("MATCH_ANY" | "MATCH_EVERY" | "MATCH_ONLY_ONE") to inputOutput SFString field named matchCriterion.PointPickSensor.setMatchCriterion
(SFString newValue) Assign typed object value to SFString matchCriterion field, similar tosetMatchCriterion(String)
.PointPickSensor.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.PointPickSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PointPickSensor.setObjectType
(String newValue) Assign singleton String value to MFString objectType field, similar tosetObjectType(String[])
.PointPickSensor.setObjectType
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"" | ""TERRAIN"") to inputOutput MFString field named objectType.PointPickSensor.setObjectType
(ArrayList<String> newValue) Assign ArrayList value of MFString objectType field, similar tosetObjectType(String[])
.PointPickSensor.setObjectType
(MFString newValue) Assign typed object value to MFString objectType field, similar tosetObjectType(String[])
.PointPickSensor.setObjectType
(SFString newValue) Assign single SFString object value to MFString objectType field, similar tosetObjectType(String[])
.PointPickSensor.setPickingGeometry
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field pickingGeometry.PointPickSensor.setPickingGeometry
(X3DGeometryNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field pickingGeometry.PointPickSensor.setPickTarget
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode pickTarget field, similar tosetPickTarget(org.web3d.x3d.sai.Core.X3DNode[])
.PointPickSensor.setPickTarget
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field pickTarget.PointPickSensor.setSortOrder
(String newValue) Accessor method to assign String enumeration value ("ANY" | "CLOSEST" | "ALL" | "ALL_SORTED") to initializeOnly SFString field named sortOrder.PointPickSensor.setSortOrder
(SFString newValue) Assign typed object value to SFString sortOrder field, similar tosetSortOrder(String)
.final PointPickSensor
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.PointPickSensor.setUSE
(PointPickSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionPointPickSensor.setUSE
(PointPickSensor DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.