| 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 |
|---|---|
ViewpointGroupObject |
ViewpointGroupObject.addChild(X3DNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
ViewpointGroupObject |
ViewpointGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
ViewpointGroupObject |
ViewpointGroupObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
ViewpointGroupObject |
ViewpointGroupObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
ViewpointGroupObject |
ViewpointGroupObject.clearChildren()
Utility method to clear MFNode value of children field.
|
ViewpointGroupObject |
ViewpointGroupObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ViewpointGroupObject |
ViewpointGroupObject.setCenter(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named center.
|
ViewpointGroupObject |
ViewpointGroupObject.setCenter(float x,
float y,
float z)
Assign values to SFVec3f center field, similar to
setCenter(float[]). |
ViewpointGroupObject |
ViewpointGroupObject.setCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f center field, similar to
setCenter(float[]). |
ViewpointGroupObject |
ViewpointGroupObject.setChildren(java.util.ArrayList<X3DNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
ViewpointGroupObject |
ViewpointGroupObject.setChildren(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) with acceptable node types limited to X3DViewpointNode|ViewpointGroup, to inputOutput MFNode field children.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(newValue instanceof org.web3d.x3d.jsail.Core.CommentsBlock) ||
(newValue instanceof org.web3d.x3d.jsail.Core.ROUTEObject) ||
(newValue instanceof org.web3d.x3d.jsail.Networking.IMPORTObject) ||
(newValue instanceof org.web3d.x3d.jsail.Networking.EXPORTObject) ||
(newValue instanceof org.web3d.x3d.jsail.Core.ProtoDeclareObject) ||
(newValue instanceof org.web3d.x3d.jsail.Core.ExternProtoDeclareObject) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Navigation.X3DViewpointNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.Navigation.ViewpointGroupObject);
if (!
|
ViewpointGroupObject |
ViewpointGroupObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ViewpointGroupObject |
ViewpointGroupObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ViewpointGroupObject |
ViewpointGroupObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ViewpointGroupObject |
ViewpointGroupObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ViewpointGroupObject |
ViewpointGroupObject.setDescription(SFStringObject newValue)
Assign typed object value to SFString description field, similar to
setDescription(String). |
ViewpointGroupObject |
ViewpointGroupObject.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
ViewpointGroupObject |
ViewpointGroupObject.setDisplayed(boolean newValue)
Assign boolean value to inputOutput SFBool field named displayed.
|
ViewpointGroupObject |
ViewpointGroupObject.setDisplayed(SFBoolObject newValue)
Assign typed object value to SFBool displayed field, similar to
setDisplayed(boolean). |
ViewpointGroupObject |
ViewpointGroupObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ViewpointGroupObject |
ViewpointGroupObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointGroupObject |
ViewpointGroupObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointGroupObject |
ViewpointGroupObject.setRetainUserOffsets(boolean newValue)
Assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
ViewpointGroupObject |
ViewpointGroupObject.setRetainUserOffsets(SFBoolObject newValue)
Assign typed object value to SFBool retainUserOffsets field, similar to
setRetainUserOffsets(boolean). |
ViewpointGroupObject |
ViewpointGroupObject.setSize(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named size.
|
ViewpointGroupObject |
ViewpointGroupObject.setSize(float x,
float y,
float z)
Assign values to SFVec3f size field, similar to
setSize(float[]). |
ViewpointGroupObject |
ViewpointGroupObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
setSize(float[]). |
ViewpointGroupObject |
ViewpointGroupObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ViewpointGroupObject |
ViewpointGroupObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
ViewpointGroupObject |
ViewpointGroupObject.setUSE(ViewpointGroupObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
ViewpointGroupObject |
ViewpointGroupObject.setUSE(ViewpointGroupObject 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.