LayoutGroupObject |
LayoutGroupObject.addChild(X3DChildNode newValue) |
Utility method to add single child element to contained list of existing children nodes (if any).
|
LayoutGroupObject |
LayoutGroupObject.addChildren(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.
|
LayoutGroupObject |
LayoutGroupObject.addComments(java.lang.String newComment) |
Add comment as CommentsBlock to children field
|
LayoutGroupObject |
LayoutGroupObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to children field
|
LayoutGroupObject |
LayoutGroupObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to children field
|
LayoutGroupObject |
LayoutGroupObject.clearChildren() |
Utility method to clear MFNode value of children field.
|
LayoutGroupObject |
LayoutGroupObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
LayoutGroupObject |
LayoutGroupObject.clearLayout() |
Utility method to clear SFNode value of layout field.
|
LayoutGroupObject |
LayoutGroupObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
LayoutGroupObject |
LayoutGroupObject.clearViewport() |
Utility method to clear SFNode value of viewport field.
|
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(float x,
float y,
float z) |
|
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(SFVec3fObject newValue) |
|
LayoutGroupObject |
LayoutGroupObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
LayoutGroupObject |
LayoutGroupObject.setBboxDisplay(SFBoolObject newValue) |
|
LayoutGroupObject |
LayoutGroupObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
LayoutGroupObject |
LayoutGroupObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
LayoutGroupObject |
LayoutGroupObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
LayoutGroupObject |
LayoutGroupObject.setBboxSize(float x,
float y,
float z) |
|
LayoutGroupObject |
LayoutGroupObject.setBboxSize(SFVec3fObject newValue) |
|
LayoutGroupObject |
LayoutGroupObject.setChildren(java.util.ArrayList<X3DChildNode> newValue) |
|
LayoutGroupObject |
LayoutGroupObject.setChildren(X3DNode[] newValue) |
Accessor method to assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LayoutGroupObject |
LayoutGroupObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
LayoutGroupObject |
LayoutGroupObject.setCssClass(SFStringObject newValue) |
|
LayoutGroupObject |
LayoutGroupObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
LayoutGroupObject |
LayoutGroupObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
LayoutGroupObject |
LayoutGroupObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
LayoutGroupObject |
LayoutGroupObject.setLayout(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutGroupObject |
LayoutGroupObject.setLayout(X3DLayoutNode newValue) |
Accessor method to assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutGroupObject |
LayoutGroupObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutGroupObject |
LayoutGroupObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutGroupObject |
LayoutGroupObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
LayoutGroupObject |
LayoutGroupObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
LayoutGroupObject |
LayoutGroupObject.setUSE(LayoutGroupObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
LayoutGroupObject |
LayoutGroupObject.setViewport(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.
|
LayoutGroupObject |
LayoutGroupObject.setViewport(X3DViewportNode newValue) |
Accessor method to assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
LayoutGroupObject |
LayoutGroupObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
LayoutGroupObject |
LayoutGroupObject.setVisible(SFBoolObject newValue) |
|