Uses of Class
org.web3d.x3d.jsail.fields.SFNodeObject
Package | Description |
---|---|
org.web3d.x3d.jsail.fields |
-
Uses of SFNodeObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return SFNodeObject Modifier and Type Method Description SFNodeObject
SFNodeObject. clearChildren()
Utility method to clear all contained children including nodes, statements and comments (if any).SFNodeObject
SFNodeObject. setValue(SFNodeObject newValue)
Apply an SFNodeObject value to this field.Methods in org.web3d.x3d.jsail.fields with parameters of type SFNodeObject Modifier and Type Method Description MFNodeObject
MFNodeObject. append(SFNodeObject newValue)
Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFNodeObject
MFNodeObject. setValue(SFNodeObject newValue)
Assign a single-field SFNodeObject as new array value.SFNodeObject
SFNodeObject. setValue(SFNodeObject newValue)
Apply an SFNodeObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type SFNodeObject Constructor Description MFNodeObject(SFNodeObject newValue)
Utility constructor for MFNodeObject using a corresponding SFNodeObject as new initial value (which must pass parsing validation checks).SFNodeObject(SFNodeObject newValue)
Constructor to copy an SFNodeObject value as initial value for this new field object.