Uses of Class
org.web3d.x3d.jsail.Core.ExternProtoDeclare
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 ExternProtoDeclare in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionExternProtoDeclare.addComments
(String newComment) Add comment as String to contained commentsList.ExternProtoDeclare.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ExternProtoDeclare.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add field to fieldList for this ExternProtoDeclareAdd singleton String value to MFString url field.Add singleton SFString value to MFString url field.ExternProtoDeclare.clearField()
Utility method to clear MFNode value of fieldList field.ExternProtoDeclare.clearUrl()
Utility method to clear MFString value of url field.ProtoInstance.getExternProtoDeclare()
Provide corresponding ExternProtoDeclare with same name if connected in this scene graph.ExternProtoDeclare.setAppinfo
(String newValue) Accessor method to assign String value to inputOutput SFString field named appinfo.ExternProtoDeclare.setAppinfo
(SFString newValue) Assign typed object value to SFString appinfo field, similar tosetAppinfo(String)
.final ExternProtoDeclare
ExternProtoDeclare.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ExternProtoDeclare.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ExternProtoDeclare
ExternProtoDeclare.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ExternProtoDeclare.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.Deprecated.ExternProtoDeclare.setDocumentation
(String newValue) Accessor method to assign String value to inputOutput SFString field named documentation.ExternProtoDeclare.setDocumentation
(SFString newValue) Assign typed object value to SFString documentation field, similar tosetDocumentation(String)
.Set single child field node, replacing prior array of existing nodes (if any).ExternProtoDeclare.setFieldList
(ArrayList<field> newValue) Accessor method to assign field array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field field.final ExternProtoDeclare
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.ExternProtoDeclare.setMetadata
(X3DMetadataObject newValue) Deprecated.final ExternProtoDeclare
Accessor method to assign String value to inputOutput SFString field named name.Assign typed object value to SFString name field, similar tosetName(String)
.Accessor method to assign String array to inputOutput MFString field named url.Assign typed object value to MFString url field, similar tosetUrl(String[])
.Deprecated.