ViewpointGroupObject |
ViewpointGroupObject.addChild(X3DNode newValue) |
Utility method to add single child element to contained list of existing children nodes (if any).
|
ViewpointGroupObject |
ViewpointGroupObject.addChildren(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for 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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to children field
|
ViewpointGroupObject |
ViewpointGroupObject.clearChildren() |
Utility method to clear MFNode value of children field.
|
ViewpointGroupObject |
ViewpointGroupObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
ViewpointGroupObject |
ViewpointGroupObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
ViewpointGroupObject |
ViewpointGroupObject.setCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setCenter(float[]) .
|
ViewpointGroupObject |
ViewpointGroupObject.setCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setCenter(float[]) .
|
ViewpointGroupObject |
ViewpointGroupObject.setCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.
|
ViewpointGroupObject |
ViewpointGroupObject.setCenter(float x,
float y,
float z) |
|
ViewpointGroupObject |
ViewpointGroupObject.setCenter(SFVec3fObject newValue) |
|
ViewpointGroupObject |
ViewpointGroupObject.setChildren(java.util.ArrayList<X3DNode> newValue) |
|
ViewpointGroupObject |
ViewpointGroupObject.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 (!
|
ViewpointGroupObject |
ViewpointGroupObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
ViewpointGroupObject |
ViewpointGroupObject.setCssClass(SFStringObject newValue) |
|
ViewpointGroupObject |
ViewpointGroupObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
ViewpointGroupObject |
ViewpointGroupObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
ViewpointGroupObject |
ViewpointGroupObject.setDescription(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named description.
|
ViewpointGroupObject |
ViewpointGroupObject.setDescription(SFStringObject newValue) |
|
ViewpointGroupObject |
ViewpointGroupObject.setDisplayed(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named displayed.
|
ViewpointGroupObject |
ViewpointGroupObject.setDisplayed(SFBoolObject newValue) |
|
ViewpointGroupObject |
ViewpointGroupObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
ViewpointGroupObject |
ViewpointGroupObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointGroupObject |
ViewpointGroupObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ViewpointGroupObject |
ViewpointGroupObject.setRetainUserOffsets(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named retainUserOffsets.
|
ViewpointGroupObject |
ViewpointGroupObject.setRetainUserOffsets(SFBoolObject newValue) |
|
ViewpointGroupObject |
ViewpointGroupObject.setSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setSize(float[]) .
|
ViewpointGroupObject |
ViewpointGroupObject.setSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setSize(float[]) .
|
ViewpointGroupObject |
ViewpointGroupObject.setSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named size.
|
ViewpointGroupObject |
ViewpointGroupObject.setSize(float x,
float y,
float z) |
|
ViewpointGroupObject |
ViewpointGroupObject.setSize(SFVec3fObject newValue) |
|
ViewpointGroupObject |
ViewpointGroupObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
ViewpointGroupObject |
ViewpointGroupObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
ViewpointGroupObject |
ViewpointGroupObject.setUSE(ViewpointGroupObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|