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 MFNodeObjectMFNodeObject. append(MFNodeObject newValue)Appends a new MFNodeObject to the end of the existing value array, increasing the field length accordingly.MFNodeObjectMFNodeObject. append(SFNodeObject newValue)Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFNodeObjectMFNodeObject. clearChildren()Utility method to clear all contained children including nodes, statements and comments (if any).MFNodeObjectMFNodeObject. setValue(MFNodeObject newValue)Apply an MFNodeObject value to this field.MFNodeObjectMFNodeObject. 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 MFNodeObjectMFNodeObject. append(MFNodeObject newValue)Appends a new MFNodeObject to the end of the existing value array, increasing the field length accordingly.MFNodeObjectMFNodeObject. 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.