Uses of Class
org.web3d.x3d.jsail.Core.ProtoInterfaceObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core |
-
Uses of ProtoInterfaceObject in org.web3d.x3d.jsail.Core
Fields in org.web3d.x3d.jsail.Core declared as ProtoInterfaceObject Modifier and Type Field Description static ProtoInterfaceObject
ProtoDeclareObject. PROTOINTERFACE_DEFAULT_VALUE
SFNode field named ProtoInterface has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Core that return ProtoInterfaceObject Modifier and Type Method Description 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. addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.ProtoInterfaceObject
ProtoInterfaceObject. addField(fieldObject newField)
Add field to fieldList for this ProtoInterfaceObjectProtoInterfaceObject
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)
Accessor method to assign fieldObject array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field field.Methods in org.web3d.x3d.jsail.Core with parameters of type ProtoInterfaceObject Modifier and Type Method Description ProtoDeclareObject
ProtoDeclareObject. setProtoInterface(ProtoInterfaceObject newValue)
Accessor method to assign ProtoInterfaceObject instance (using a properly typed node) to inputOutput SFNode field ProtoInterface.