| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Core |
The Core component supplies the base functionality for the X3D run-time system, including
the abstract base node type, field types, the event model, and routing.
|
| 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 |
|---|---|
SceneObject |
SceneObject.addLayerSet(LayerSetObject newValue)
Utility method to add single LayerSetObject to contained list of existing Scene root nodes (if any).
|
| Modifier and Type | Method and Description |
|---|---|
LayerSetObject |
LayerSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
LayerSetObject |
LayerSetObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
LayerSetObject |
LayerSetObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
LayerSetObject |
LayerSetObject.addLayers(X3DNode newValue)
Add single child node to existing array of layers nodes (if any).
|
LayerSetObject |
LayerSetObject.addOrder(int newValue)
Add singleton int value to MFInt32 order field.
|
LayerSetObject |
LayerSetObject.addOrder(SFInt32Object newValue)
Add singleton SFInt32Object value to MFInt32 order field.
|
LayerSetObject |
LayerSetObject.clearLayers()
Utility method to clear MFNode value of layers field.
|
LayerSetObject |
LayerSetObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
LayerSetObject |
LayerSetObject.clearOrder()
Utility method to clear MFInt32 value of order field.
|
LayerSetObject |
LayerSetObject.setActiveLayer(int newValue)
Assign int value within allowed range of [0,infinity) to inputOutput SFInt32 field named activeLayer.
|
LayerSetObject |
LayerSetObject.setActiveLayer(SFInt32Object newValue)
Assign typed object value to SFInt32 activeLayer field, similar to
setActiveLayer(int). |
LayerSetObject |
LayerSetObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
LayerSetObject |
LayerSetObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LayerSetObject |
LayerSetObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
LayerSetObject |
LayerSetObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LayerSetObject |
LayerSetObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
LayerSetObject |
LayerSetObject.setLayers(java.util.ArrayList<X3DLayerNode> newValue)
Assign ArrayList value of MFNode layers field, similar to
setLayers(X3DNode[]). |
LayerSetObject |
LayerSetObject.setLayers(X3DConcreteNode newValue)
Utility method to set single SFNode as LayerSetObject layers.
|
LayerSetObject |
LayerSetObject.setLayers(X3DNode[] newValue)
Assign X3DLayerNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field layers.
|
LayerSetObject |
LayerSetObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayerSetObject |
LayerSetObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LayerSetObject |
LayerSetObject.setOrder(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 order field, similar to
setOrder(int[]). |
LayerSetObject |
LayerSetObject.setOrder(int[] newValue)
Assign Integer array within allowed range of [0,infinity) to initializeOnly MFInt32 field named order.
|
LayerSetObject |
LayerSetObject.setOrder(MFInt32Object newValue)
Assign typed object value to MFInt32 order field, similar to
setOrder(int[]). |
LayerSetObject |
LayerSetObject.setUSE(LayerSetObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
LayerSetObject |
LayerSetObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
LayerSetObject |
LayerSetObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
LayerSetObject |
LayerSetObject.setUSE(LayerSetObject 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.