| Package | Description |
|---|---|
| org.web3d.x3d.jsail |
The X3D Java Scene Access Interface Library (X3DJSAIL) provides a comprehensive
set of
strongly typed X3D Java interfaces for concrete implementation classes.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoBodyObject |
X3DConcreteElement.findAncestorProtoBody()
Find object reference to ancestor ProtoBody, if this node or statement is a child.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoBodyObject |
ProtoBodyObject.addChild(X3DNode newValue)
Utility method to add single child element to contained list of existing children nodes (if any).
|
ProtoBodyObject |
ProtoBodyObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to children field
|
ProtoBodyObject |
ProtoBodyObject.addComments(java.lang.String newComment)
Add comment as CommentsBlock to children field
|
ProtoBodyObject |
ProtoBodyObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to children field
|
ProtoBodyObject |
ProtoBodyObject.clearChildren()
Utility method to clear MFNode value of children field.
|
ProtoBodyObject |
ProtoDeclareObject.getProtoBody()
Provide ProtoBodyObject instance (using a properly typed node) from inputOutput SFNode field ProtoBody.
|
ProtoBodyObject |
ProtoBodyObject.setChildren(java.util.ArrayList<X3DNode> newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoDeclareObject |
ProtoDeclareObject.setProtoBody(ProtoBodyObject newValue)
Assign ProtoBodyObject instance (using a properly typed node) to inputOutput SFNode field ProtoBody.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.