| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| Modifier and Type | Method and Description |
|---|---|
LODObject |
LODObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
LODObject |
LODObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
LODObject |
LODObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
LODObject |
LODObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
LODObject |
LODObject.addRange(float newValue)
Add singleton float value to MFFloat range field.
|
LODObject |
LODObject.addRange(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat range field.
|
LODObject |
LODObject.clearChildren()
Utility method to clear MFNode value of children field.
|
LODObject |
LODObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
LODObject |
LODObject.clearRange()
Utility method to clear MFFloat value of range field.
|
LODObject |
LODObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
LODObject |
LODObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
LODObject |
LODObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
LODObject |
LODObject.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.
|
LODObject |
LODObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
LODObject |
LODObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
LODObject |
LODObject.setCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named center.
|
LODObject |
LODObject.setCenter(float x,
float y,
float z)
Assign values to SFVec3f center field, similar to
setCenter(float[]). |
LODObject |
LODObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
setCenter(float[]). |
LODObject |
LODObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
LODObject |
LODObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LODObject |
LODObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
LODObject |
LODObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LODObject |
LODObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
LODObject |
LODObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LODObject |
LODObject.setForceTransitions(boolean newValue)
Assign boolean value to initializeOnly SFBool field named forceTransitions.
|
LODObject |
LODObject.setForceTransitions(SFBoolObject newValue)
Assign typed object value to SFBool forceTransitions field, similar to
setForceTransitions(boolean). |
LODObject |
LODObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
LODObject |
LODObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LODObject |
LODObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LODObject |
LODObject.setRange(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat range field, similar to
setRange(float[]). |
LODObject |
LODObject.setRange(float[] newValue)
Assign Float array to initializeOnly MFFloat field named range.
|
LODObject |
LODObject.setRange(int[] newValue)
Assign floating-point array value of MFFloat range field, similar to
setRange(float[]). |
LODObject |
LODObject.setRange(MFFloatObject newValue)
Assign typed object value to MFFloat range field, similar to
setRange(float[]). |
LODObject |
LODObject.setUSE(LODObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
LODObject |
LODObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
LODObject |
LODObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
LODObject |
LODObject.setUSE(LODObject 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.