| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoInterfaceObject |
ProtoInterfaceObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ProtoInterfaceObject |
ProtoInterfaceObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ProtoInterfaceObject |
ProtoInterfaceObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ProtoInterfaceObject |
ProtoInterfaceObject.addField(fieldObject newField)
Add field to fieldList for this ProtoInterfaceObject
|
ProtoInterfaceObject |
ProtoInterfaceObject.clearField()
Utility method to clear MFNode value of fieldList field.
|
ProtoInterfaceObject |
ProtoDeclareObject.getProtoInterface()
Provide ProtoInterfaceObject instance (using a properly typed node) from inputOutput SFNode field ProtoInterface.
|
ProtoInterfaceObject |
ProtoInterfaceObject.setField(fieldObject newValue)
Set single child field node, replacing prior array of existing nodes (if any).
|
ProtoInterfaceObject |
ProtoInterfaceObject.setFieldList(java.util.ArrayList<fieldObject> newValue)
Assign fieldObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field field.
|
| Modifier and Type | Method and Description |
|---|---|
ProtoDeclareObject |
ProtoDeclareObject.setProtoInterface(ProtoInterfaceObject newValue)
Assign ProtoInterfaceObject instance (using a properly typed node) to inputOutput SFNode field ProtoInterface.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.