public interface WorldInfo extends X3DInfoNode
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getInfo()
Provide array of String results from inputOutput MFString field named info.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
java.lang.String |
getTitle()
Provide String value from inputOutput SFString field named title.
|
WorldInfo |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
WorldInfo |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
WorldInfo |
setInfo(java.lang.String[] newValue)
Assign String array to inputOutput MFString field named info.
|
WorldInfo |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
WorldInfo |
setTitle(java.lang.String newValue)
Assign String value to inputOutput SFString field named title.
|
WorldInfo |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
java.lang.String[] getInfo()
WorldInfo setInfo(java.lang.String[] newValue)
newValue - is new value for the info field.WorldInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DInfoNodegetMetadata in interface X3DNodeWorldInfo setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DInfoNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.WorldInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String getTitle()
WorldInfo setTitle(java.lang.String newValue)
newValue - is new value for the title field.WorldInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).WorldInfo setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DInfoNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.WorldInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).WorldInfo setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DChildNodesetUSE in interface X3DInfoNodesetUSE in interface X3DNodenewValue - is new value for the USE field.WorldInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).WorldInfo setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DInfoNodesetCssClass in interface X3DNodenewValue - is new value for the class field.WorldInfo - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.