Uses of Class
org.web3d.x3d.jsail.Core.head
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 head in org.web3d.x3d.jsail.Core
Modifier and TypeFieldDescriptionstatic final head
SFNode field named head has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionhead.addComments
(String newComment) Add comment as String to contained commentsList.head.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.head.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.head.addComponent
(String componentName, int level) Add a child component statement.head.addComponent
(component newValue) Add array of child component nodes to array of existing nodes (if any).Add a child meta statement.Add array of child meta nodes to array of existing nodes (if any).Add a child unit statement.Add a child unit statement.Add array of child unit nodes to array of existing nodes (if any).head.clearComponent()
Utility method to clear MFNode value of componentList field.head.clearMeta()
Utility method to clear MFNode value of metaList field.head.clearUnit()
Utility method to clear MFNode value of unitList field.X3D.getHead()
Provide head instance (using a properly typed node) from inputOutput SFNode field head.head.setComponent
(component newValue) Set single child component node, replacing prior array of existing nodes (if any).head.setComponentList
(ArrayList<component> newValue) Accessor method to assign component array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field component.final head
head.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.head.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final head
head.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.head.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final head
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Set single child meta node, replacing prior array of existing nodes (if any).head.setMetaList
(ArrayList<meta> newValue) Accessor method to assign meta array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field meta.Set single child unit node, replacing prior array of existing nodes (if any).head.setUnitList
(ArrayList<unit> newValue) Accessor method to assign unit array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field unit.