| java.lang.Object vrml.Field vrml.MField vrml.field.MFNode
MFNode | MFNode(BaseNode nodes)(Code) | | Constructor for the MFNode object
Parameters: nodes - Description of the Parameter |
addValue | public void addValue(BaseNode n)(Code) | | Adds a feature to the Value attribute of the MFNode object
Parameters: n - The feature to be added to the Value attribute |
addValue | public void addValue(ConstSFNode n)(Code) | | Adds a feature to the Value attribute of the MFNode object
Parameters: n - The feature to be added to the Value attribute |
addValue | public void addValue(SFNode n)(Code) | | Adds a feature to the Value attribute of the MFNode object
Parameters: n - The feature to be added to the Value attribute |
clear | public void clear()(Code) | | Description of the Method
|
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int n)(Code) | | Description of the Method
Parameters: n - Description of the Parameter |
get1Value | public BaseNode get1Value(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Description of the Return Value |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFNode object
The size value |
getValue | public void getValue(BaseNode values)(Code) | | Gets the value attribute of the MFNode object
Parameters: values - Description of the Parameter |
getValue | public BaseNode[] getValue()(Code) | | Gets the value attribute of the MFNode object
The value value |
insertValue | public void insertValue(int index, BaseNode n)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: n - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFNode n)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: n - Description of the Parameter |
insertValue | public void insertValue(int index, SFNode n)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: n - Description of the Parameter |
set1Value | public void set1Value(int index, BaseNode n)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: n - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFNode n)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: n - Description of the Parameter |
set1Value | public void set1Value(int index, SFNode n)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: n - Description of the Parameter |
setValue | public void setValue(BaseNode[] values)(Code) | | Sets the value attribute of the MFNode object
Parameters: values - The new value value |
setValue | public void setValue(int size, BaseNode[] values)(Code) | | Sets the value attribute of the MFNode object
Parameters: size - The new value value Parameters: values - The new value value |
setValue | public void setValue(ConstMFNode n)(Code) | | Sets the value attribute of the MFNode object
Parameters: n - The new value value |
|
|