Uses of Class
org.web3d.x3d.jsail.Core.WorldInfo
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 WorldInfo in org.web3d.x3d.jsail.Core
Modifier and TypeMethodDescriptionWorldInfo.addComments
(String newComment) Add comment as String to contained commentsList.WorldInfo.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.WorldInfo.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton String value to MFString info field.Add singleton SFString value to MFString info field.WorldInfo.clearInfo()
Utility method to clear MFString value of info field.WorldInfo.clearIS()
Utility method to clear SFNode value of IS field.WorldInfo.clearMetadata()
Utility method to clear SFNode value of metadata field.final WorldInfo
WorldInfo.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.WorldInfo.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final WorldInfo
WorldInfo.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.WorldInfo.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final WorldInfo
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final WorldInfo
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Assign singleton String value to MFString info field, similar tosetInfo(String[])
.Accessor method to assign String array to inputOutput MFString field named info.Assign ArrayList value of MFString info field, similar tosetInfo(String[])
.Assign typed object value to MFString info field, similar tosetInfo(String[])
.Assign single SFString object value to MFString info field, similar tosetInfo(String[])
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.WorldInfo.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.WorldInfo.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Accessor method to assign String value to inputOutput SFString field named title.Assign typed object value to SFString title field, similar tosetTitle(String)
.final WorldInfo
Accessor method to assign String value to inputOutput SFString field named USE.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.