Uses of Class
org.web3d.x3d.jsail.Core.ProtoDeclare
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 ProtoDeclare in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionProtoDeclare.addComments
(String newComment) Add comment as String to contained commentsList.ProtoDeclare.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ProtoDeclare.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ProtoDeclare.clearProtoBody()
Utility method to clear SFNode value of ProtoBody field.ProtoDeclare.clearProtoInterface()
Utility method to clear SFNode value of ProtoInterface field.ProtoInstance.getProtoDeclare()
Provide corresponding ProtoDeclare with same name if connected in this scene graph.ProtoDeclare.setAppinfo
(String newValue) Accessor method to assign String value to inputOutput SFString field named appinfo.ProtoDeclare.setAppinfo
(SFString newValue) Assign typed object value to SFString appinfo field, similar tosetAppinfo(String)
.final ProtoDeclare
ProtoDeclare.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ProtoDeclare.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ProtoDeclare
ProtoDeclare.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ProtoDeclare.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.Deprecated.ProtoDeclare.setDocumentation
(String newValue) Accessor method to assign String value to inputOutput SFString field named documentation.ProtoDeclare.setDocumentation
(SFString newValue) Assign typed object value to SFString documentation field, similar tosetDocumentation(String)
.final ProtoDeclare
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.ProtoDeclare.setMetadata
(X3DMetadataObject newValue) Deprecated.final ProtoDeclare
Accessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.ProtoDeclare.setProtoBody
(ProtoBody newValue) Accessor method to assign ProtoBody instance (using a properly typed node) to inputOutput SFNode field ProtoBody.ProtoDeclare.setProtoInterface
(ProtoInterface newValue) Accessor method to assign ProtoInterface instance (using a properly typed node) to inputOutput SFNode field ProtoInterface.Deprecated.