Uses of Class
org.web3d.x3d.jsail.Core.connectObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core |
-
Uses of connectObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return connectObject Modifier and Type Method Description connectObject
connectObject. addComments(java.lang.String newComment)
Add comment as String to contained commentsList.connectObject
connectObject. addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.connectObject
connectObject. addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.connectObject
connectObject. setNodeField(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named nodeField.connectObject
connectObject. setNodeField(SFStringObject newValue)
Assign typed object value to SFString nodeField field, similar tosetNodeField(String)
.connectObject
connectObject. setProtoField(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named protoField.connectObject
connectObject. setProtoField(SFStringObject newValue)
Assign typed object value to SFString protoField field, similar tosetProtoField(String)
.Methods in org.web3d.x3d.jsail.Core that return types with arguments of type connectObject Modifier and Type Method Description java.util.ArrayList<connectObject>
ISObject. getConnectList()
Provide array of connectObject results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field connect.Methods in org.web3d.x3d.jsail.Core with parameters of type connectObject Modifier and Type Method Description ISObject
ISObject. addConnect(connectObject newValue)
Add array of child connect nodes to array of existing nodes (if any).ISObject
ISObject. setConnect(connectObject newValue)
Set single child connect node, replacing prior array of existing nodes (if any).Method parameters in org.web3d.x3d.jsail.Core with type arguments of type connectObject Modifier and Type Method Description ISObject
ISObject. setConnectList(java.util.ArrayList<connectObject> newValue)
Accessor method to assign connectObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field connect.