Uses of Class
org.web3d.x3d.jsail.fields.MFNode
Packages that use MFNode
Package
Description
The X3D Java fields package provides a
comprehensive set of strongly typed X3D Java classes for
concrete implementation of X3D field types.
-
Uses of MFNode in org.web3d.x3d.jsail.fields
Methods in org.web3d.x3d.jsail.fields that return MFNodeModifier and TypeMethodDescriptionAppends a new MFNode to the end of the existing value array, increasing the field length accordingly.Appends a new singleton typed value at the end of the existing value array, increasing the field length accordingly.MFNode.clearChildren()
Utility method to clear all contained children including nodes, statements and comments (if any).Apply an MFNode value to this field.Assign a single-field SFNode as new array value.Methods in org.web3d.x3d.jsail.fields with parameters of type MFNodeModifier and TypeMethodDescriptionAppends a new MFNode to the end of the existing value array, increasing the field length accordingly.Apply an MFNode value to this field.Constructors in org.web3d.x3d.jsail.fields with parameters of type MFNode