Uses of Class
org.web3d.x3d.jsail.Core.connect
Package
Description
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.
-
Uses of connect in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionconnect.addComments
(String newComment) Add comment as String to contained commentsList.connect.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.connect.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.final connect
connect.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.connect.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final connect
connect.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.connect.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final connect
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.connect.setNodeField
(String newValue) Accessor method to assign String value to inputOutput SFString field named nodeField.connect.setNodeField
(SFString newValue) Assign typed object value to SFString nodeField field, similar tosetNodeField(String)
.connect.setProtoField
(String newValue) Accessor method to assign String value to inputOutput SFString field named protoField.connect.setProtoField
(SFString newValue) Assign typed object value to SFString protoField field, similar tosetProtoField(String)
.Modifier and TypeMethodDescriptionIS.getConnectList()
Provide array of connect results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field connect.Modifier and TypeMethodDescriptionIS.addConnect
(connect newValue) Add array of child connect nodes to array of existing nodes (if any).IS.setConnect
(connect newValue) Set single child connect node, replacing prior array of existing nodes (if any).Modifier and TypeMethodDescriptionIS.setConnectList
(ArrayList<connect> newValue) Accessor method to assign connect array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field connect.