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 ProtoInterfaceObjectProtoDeclareObject. PROTOINTERFACE_DEFAULT_VALUESFNode 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 ProtoInterfaceObjectProtoInterfaceObject. addComments(java.lang.String newComment)Add comment as String to contained commentsList.ProtoInterfaceObjectProtoInterfaceObject. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.ProtoInterfaceObjectProtoInterfaceObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to contained commentsList.ProtoInterfaceObjectProtoInterfaceObject. addField(fieldObject newField)Add field to fieldList for this ProtoInterfaceObjectProtoInterfaceObjectProtoInterfaceObject. clearField()Utility method to clear MFNode value of fieldList field.ProtoInterfaceObjectProtoDeclareObject. getProtoInterface()Provide ProtoInterfaceObject instance (using a properly typed node) from inputOutput SFNode field ProtoInterface.ProtoInterfaceObjectProtoInterfaceObject. setField(fieldObject newValue)Set single child field node, replacing prior array of existing nodes (if any).ProtoInterfaceObjectProtoInterfaceObject. 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 ProtoDeclareObjectProtoDeclareObject. setProtoInterface(ProtoInterfaceObject newValue)Accessor method to assign ProtoInterfaceObject instance (using a properly typed node) to inputOutput SFNode field ProtoInterface.