| vrml.MField vrml.field.MFInt32
addValue | public void addValue(int f)(Code) | | Adds a feature to the Value attribute of the MFInt32 object
Parameters: f - The feature to be added to the Value attribute |
addValue | public void addValue(ConstSFInt32 f)(Code) | | Adds a feature to the Value attribute of the MFInt32 object
Parameters: f - The feature to be added to the Value attribute |
addValue | public void addValue(SFInt32 f)(Code) | | Adds a feature to the Value attribute of the MFInt32 object
Parameters: f - The feature to be added to the Value attribute |
clear | public void clear()(Code) | | Description of the Method
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int i)(Code) | | Description of the Method
Parameters: i - Description of the Parameter |
get1Value | public int 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 MFInt32 object
The size value |
getValue | public void getValue(int[] values)(Code) | | Gets the value attribute of the MFInt32 object
Parameters: values - Description of the Parameter |
insertValue | public void insertValue(int index, int f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
insertValue | public void insertValue(int index, SFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, int f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, SFInt32 f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
setValue | public void setValue(int[] values)(Code) | | Sets the value attribute of the MFInt32 object
Parameters: values - The new value value |
setValue | public void setValue(int size, int[] values)(Code) | | Sets the value attribute of the MFInt32 object
Parameters: size - The new value value Parameters: values - The new value value |
setValue | public void setValue(ConstMFInt32 f)(Code) | | Sets the value attribute of the MFInt32 object
Parameters: f - The new value value |
|
|