| 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.
|
| org.web3d.x3d.sai.Navigation |
The Navigation component specifies how a user can effectively and intuitively move
through and around a 3D scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ViewpointGroupObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChildNode] ViewpointGroup can contain Viewpoint, OrthoViewpoint, GeoViewpoint and other ViewpointGroup nodes for better user-navigation support with a shared description on the viewpoint list.
|
| Modifier and Type | Method and Description |
|---|---|
ViewpointGroup |
ViewpointGroup.setCenter(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named center.
|
ViewpointGroup |
ViewpointGroup.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 (!
|
ViewpointGroup |
ViewpointGroup.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ViewpointGroup |
ViewpointGroup.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ViewpointGroup |
ViewpointGroup.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
ViewpointGroup |
ViewpointGroup.setDisplayed(boolean newValue)
Assign boolean value to inputOutput SFBool field named displayed.
|
ViewpointGroup |
ViewpointGroup.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointGroup |
ViewpointGroup.setRetainUserOffsets(boolean newValue)
Assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
ViewpointGroup |
ViewpointGroup.setSize(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named size.
|
ViewpointGroup |
ViewpointGroup.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.