Uses of Class
org.web3d.x3d.jsail.Core.ProtoInterface
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 ProtoInterface in org.web3d.x3d.jsail.Core
Modifier and TypeFieldDescriptionstatic final ProtoInterface
ProtoDeclare.PROTOINTERFACE_DEFAULT_VALUE
SFNode field named ProtoInterface has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionProtoInterface.addComments
(String newComment) Add comment as String to contained commentsList.ProtoInterface.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ProtoInterface.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add field to fieldList for this ProtoInterfaceProtoInterface.clearField()
Utility method to clear MFNode value of fieldList field.ProtoDeclare.getProtoInterface()
Provide ProtoInterface instance (using a properly typed node) from inputOutput SFNode field ProtoInterface.final ProtoInterface
ProtoInterface.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ProtoInterface.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ProtoInterface
ProtoInterface.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ProtoInterface.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.Set single child field node, replacing prior array of existing nodes (if any).ProtoInterface.setFieldList
(ArrayList<field> newValue) Accessor method to assign field array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field field.final ProtoInterface
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Modifier and TypeMethodDescriptionProtoDeclare.setProtoInterface
(ProtoInterface newValue) Accessor method to assign ProtoInterface instance (using a properly typed node) to inputOutput SFNode field ProtoInterface.