Uses of Class
org.web3d.x3d.jsail.fields.MFNodeObject
Package | Description |
---|---|
org.web3d.x3d.jsail.fields |
-
Uses of MFNodeObject in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFNodeObject Modifier and Type Method Description MFNodeObject
MFNodeObject. append(MFNodeObject newValue)
Appends a new MFNodeObject to the end of the existing value array, increasing the field length accordingly.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. clearChildren()
Utility method to clear all contained children including nodes, statements and comments (if any).MFNodeObject
MFNodeObject. setValue(MFNodeObject newValue)
Apply an MFNodeObject value to this field.MFNodeObject
MFNodeObject. setValue(SFNodeObject newValue)
Assign a single-field SFNodeObject as new array value.Methods in org.web3d.x3d.jsail.fields with parameters of type MFNodeObject Modifier and Type Method Description MFNodeObject
MFNodeObject. append(MFNodeObject newValue)
Appends a new MFNodeObject to the end of the existing value array, increasing the field length accordingly.MFNodeObject
MFNodeObject. setValue(MFNodeObject newValue)
Apply an MFNodeObject value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFNodeObject Constructor Description MFNodeObject(MFNodeObject newValue)
Constructor to copy an MFNodeObject value as initial value for this new field object.