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