| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Picking |
The Picking component provides the ability to test for arbitrary object collision
and provide basic capabilities to detecting object intersections and interactions.
|
| Modifier and Type | Method and Description |
|---|---|
PickableGroupObject |
PickableGroupObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
PickableGroupObject |
PickableGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
PickableGroupObject |
PickableGroupObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
PickableGroupObject |
PickableGroupObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
PickableGroupObject |
PickableGroupObject.addObjectType(SFStringObject newValue)
Add singleton SFStringObject value to MFString objectType field.
|
PickableGroupObject |
PickableGroupObject.addObjectType(java.lang.String newValue)
Add singleton String value to MFString objectType field.
|
PickableGroupObject |
PickableGroupObject.clearChildren()
Utility method to clear MFNode value of children field.
|
PickableGroupObject |
PickableGroupObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
PickableGroupObject |
PickableGroupObject.clearObjectType()
Utility method to clear MFString value of objectType field.
|
PickableGroupObject |
PickableGroupObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
PickableGroupObject |
PickableGroupObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
PickableGroupObject |
PickableGroupObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
PickableGroupObject |
PickableGroupObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
PickableGroupObject |
PickableGroupObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
PickableGroupObject |
PickableGroupObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
PickableGroupObject |
PickableGroupObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
PickableGroupObject |
PickableGroupObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
PickableGroupObject |
PickableGroupObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
PickableGroupObject |
PickableGroupObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
PickableGroupObject |
PickableGroupObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
PickableGroupObject |
PickableGroupObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
PickableGroupObject |
PickableGroupObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
PickableGroupObject |
PickableGroupObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
PickableGroupObject |
PickableGroupObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PickableGroupObject |
PickableGroupObject.setObjectType(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString objectType field, similar to
setObjectType(String[]). |
PickableGroupObject |
PickableGroupObject.setObjectType(MFStringObject newValue)
Assign typed object value to MFString objectType field, similar to
setObjectType(String[]). |
PickableGroupObject |
PickableGroupObject.setObjectType(SFStringObject newValue)
Assign single SFString object value to MFString objectType field, similar to
setObjectType(String[]). |
PickableGroupObject |
PickableGroupObject.setObjectType(java.lang.String newValue)
Assign singleton String value to MFString objectType field, similar to
setObjectType(String[]). |
PickableGroupObject |
PickableGroupObject.setObjectType(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE""|""TERRAIN"") with quoted value(s) ["ALL","NONE","TERRAIN",...] to inputOutput MFString field named objectType.
|
PickableGroupObject |
PickableGroupObject.setPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named pickable.
|
PickableGroupObject |
PickableGroupObject.setPickable(SFBoolObject newValue)
Assign typed object value to SFBool pickable field, similar to
setPickable(boolean). |
PickableGroupObject |
PickableGroupObject.setUSE(PickableGroupObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
PickableGroupObject |
PickableGroupObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
PickableGroupObject |
PickableGroupObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
PickableGroupObject |
PickableGroupObject.setUSE(PickableGroupObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.