-
-
Methods in org.web3d.x3d.sai.Navigation that return ViewpointGroup
| Modifier and Type |
Method |
Description |
ViewpointGroup |
ViewpointGroup.setCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.
|
ViewpointGroup |
ViewpointGroup.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) 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.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
ViewpointGroup |
ViewpointGroup.setDisplayed(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayed.
|
ViewpointGroup |
ViewpointGroup.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointGroup |
ViewpointGroup.setRetainUserOffsets(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
ViewpointGroup |
ViewpointGroup.setSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named size.
|