| 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 |
|---|---|
LayoutLayerObject |
LayoutLayerObject.addChild(X3DChildNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
LayoutLayerObject |
LayoutLayerObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
LayoutLayerObject |
LayoutLayerObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
LayoutLayerObject |
LayoutLayerObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
LayoutLayerObject |
LayoutLayerObject.clearChildren()
Utility method to clear MFNode value of children field.
|
LayoutLayerObject |
LayoutLayerObject.clearLayout()
Utility method to clear SFNode value of layout field.
|
LayoutLayerObject |
LayoutLayerObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
LayoutLayerObject |
LayoutLayerObject.clearViewport()
Utility method to clear SFNode value of viewport field.
|
LayoutLayerObject |
LayoutLayerObject.setChildren(java.util.ArrayList<X3DChildNode> newValue)
Assign ArrayList value of MFNode children field, similar to
setChildren(X3DNode[]). |
LayoutLayerObject |
LayoutLayerObject.setChildren(X3DNode[] newValue)
Assign X3DChildNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
LayoutLayerObject |
LayoutLayerObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
LayoutLayerObject |
LayoutLayerObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LayoutLayerObject |
LayoutLayerObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
LayoutLayerObject |
LayoutLayerObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LayoutLayerObject |
LayoutLayerObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
LayoutLayerObject |
LayoutLayerObject.setIsPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named isPickable.
|
LayoutLayerObject |
LayoutLayerObject.setIsPickable(SFBoolObject newValue)
Assign typed object value to SFBool isPickable field, similar to
setIsPickable(boolean). |
LayoutLayerObject |
LayoutLayerObject.setLayout(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutLayerObject |
LayoutLayerObject.setLayout(X3DLayoutNode newValue)
Assign X3DLayoutNode instance (using a properly typed node) to inputOutput SFNode field layout.
|
LayoutLayerObject |
LayoutLayerObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutLayerObject |
LayoutLayerObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayoutLayerObject |
LayoutLayerObject.setUSE(LayoutLayerObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
LayoutLayerObject |
LayoutLayerObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
LayoutLayerObject |
LayoutLayerObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LayoutLayerObject |
LayoutLayerObject.setViewport(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field viewport.
|
LayoutLayerObject |
LayoutLayerObject.setViewport(X3DViewportNode newValue)
Assign X3DViewportNode instance (using a properly typed node) to inputOutput SFNode field viewport.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutLayerObject |
LayoutLayerObject.setUSE(LayoutLayerObject 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.