| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Layout |
The Layout component defines how to precisely position content in a scene in relation
to the rendered results, especially for integrating 2D content with 3D content.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutGroupObject |
LayoutGroupObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
LayoutGroupObject |
LayoutGroupObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to 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.clearChildren()
Utility method to clear MFNode value of children 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(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
LayoutGroupObject |
LayoutGroupObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
LayoutGroupObject |
LayoutGroupObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
LayoutGroupObject |
LayoutGroupObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
LayoutGroupObject |
LayoutGroupObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
LayoutGroupObject |
LayoutGroupObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
LayoutGroupObject |
LayoutGroupObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LayoutGroupObject |
LayoutGroupObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
LayoutGroupObject |
LayoutGroupObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LayoutGroupObject |
LayoutGroupObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
LayoutGroupObject |
LayoutGroupObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LayoutGroupObject |
LayoutGroupObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
LayoutGroupObject |
LayoutGroupObject.setLayout(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutGroupObject |
LayoutGroupObject.setLayout(X3DLayoutNode newValue)
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)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutGroupObject |
LayoutGroupObject.setUSE(LayoutGroupObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
LayoutGroupObject |
LayoutGroupObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
LayoutGroupObject |
LayoutGroupObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LayoutGroupObject |
LayoutGroupObject.setViewport(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.
|
LayoutGroupObject |
LayoutGroupObject.setViewport(X3DViewportNode newValue)
Assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutGroupObject |
LayoutGroupObject.setUSE(LayoutGroupObject 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.