Uses of Class
org.web3d.x3d.jsail.Core.ProtoDeclareObject
Package | Description |
---|---|
org.web3d.x3d.jsail.Core |
-
Uses of ProtoDeclareObject in org.web3d.x3d.jsail.Core
Methods in org.web3d.x3d.jsail.Core that return ProtoDeclareObject Modifier and Type Method Description ProtoDeclareObject
ProtoDeclareObject. addComments(java.lang.String newComment)
Add comment as String to contained commentsList.ProtoDeclareObject
ProtoDeclareObject. addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.ProtoDeclareObject
ProtoDeclareObject. addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.ProtoDeclareObject
ProtoDeclareObject. clearProtoBody()
Utility method to clear SFNode value of ProtoBody field.ProtoDeclareObject
ProtoDeclareObject. clearProtoInterface()
Utility method to clear SFNode value of ProtoInterface field.ProtoDeclareObject
ProtoInstanceObject. getProtoDeclare()
Provide corresponding ProtoDeclare with same name if connected in this scene graph.ProtoDeclareObject
ProtoDeclareObject. setAppinfo(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named appinfo.ProtoDeclareObject
ProtoDeclareObject. setAppinfo(SFStringObject newValue)
Assign typed object value to SFString appinfo field, similar tosetAppinfo(String)
.ProtoDeclareObject
ProtoDeclareObject. setCssClass(java.lang.String newValue)
Deprecated.ProtoDeclareObject
ProtoDeclareObject. setDEF(java.lang.String newValue)
Deprecated.ProtoDeclareObject
ProtoDeclareObject. setDocumentation(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named documentation.ProtoDeclareObject
ProtoDeclareObject. setDocumentation(SFStringObject newValue)
Assign typed object value to SFString documentation field, similar tosetDocumentation(String)
.ProtoDeclareObject
ProtoDeclareObject. setMetadata(X3DMetadataObject newValue)
Deprecated.ProtoDeclareObject
ProtoDeclareObject. setName(java.lang.String newValue)
Accessor method to assign String value to inputOutput SFString field named name.ProtoDeclareObject
ProtoDeclareObject. setName(SFStringObject newValue)
Assign typed object value to SFString name field, similar tosetName(String)
.ProtoDeclareObject
ProtoDeclareObject. setProtoBody(ProtoBodyObject newValue)
Accessor method to assign ProtoBodyObject instance (using a properly typed node) to inputOutput SFNode field ProtoBody.ProtoDeclareObject
ProtoDeclareObject. setProtoInterface(ProtoInterfaceObject newValue)
Accessor method to assign ProtoInterfaceObject instance (using a properly typed node) to inputOutput SFNode field ProtoInterface.ProtoDeclareObject
ProtoDeclareObject. setUSE(java.lang.String newValue)
Deprecated.