Uses of Class
org.web3d.x3d.jsail.Core.ProtoBodyObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail | |
| org.web3d.x3d.jsail.Core |
-
Uses of ProtoBodyObject in org.web3d.x3d.jsail
Methods in org.web3d.x3d.jsail that return ProtoBodyObject Modifier and Type Method Description ProtoBodyObjectX3DConcreteElement. findAncestorProtoBody()Find object reference to ancestor ProtoBody, if this node or statement is a child. -
Uses of ProtoBodyObject in org.web3d.x3d.jsail.Core
Fields in org.web3d.x3d.jsail.Core declared as ProtoBodyObject Modifier and Type Field Description static ProtoBodyObjectProtoDeclareObject. PROTOBODY_DEFAULT_VALUESFNode field named ProtoBody has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Core that return ProtoBodyObject Modifier and Type Method Description ProtoBodyObjectProtoBodyObject. addChild(X3DNode newValue)Utility method to add single child element to contained list of existing children nodes (if any).ProtoBodyObjectProtoBodyObject. addChildren(ProtoInstanceObject newValue)Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for children field.ProtoBodyObjectProtoBodyObject. addComments(java.lang.String newComment)Add comment as CommentsBlock to children fieldProtoBodyObjectProtoBodyObject. addComments(java.lang.String[] newComments)Add comments as String[] array to children fieldProtoBodyObjectProtoBodyObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to children fieldProtoBodyObjectProtoBodyObject. clearChildren()Utility method to clear MFNode value of children field.ProtoBodyObjectProtoDeclareObject. getProtoBody()Provide ProtoBodyObject instance (using a properly typed node) from inputOutput SFNode field ProtoBody.ProtoBodyObjectProtoBodyObject. setChildren(java.util.ArrayList<X3DNode> newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field children.Methods in org.web3d.x3d.jsail.Core with parameters of type ProtoBodyObject Modifier and Type Method Description ProtoDeclareObjectProtoDeclareObject. setProtoBody(ProtoBodyObject newValue)Accessor method to assign ProtoBodyObject instance (using a properly typed node) to inputOutput SFNode field ProtoBody.