| vrml.MField vrml.field.MFTime
MFTime | public MFTime(double[] time)(Code) | | Constructor for the MFTime object
Parameters: time - Description of the Parameter |
addValue | public void addValue(double d)(Code) | | Adds a feature to the Value attribute of the MFTime object
Parameters: d - The feature to be added to the Value attribute |
addValue | public void addValue(ConstSFTime t)(Code) | | Adds a feature to the Value attribute of the MFTime object
Parameters: t - The feature to be added to the Value attribute |
addValue | public void addValue(SFTime t)(Code) | | Adds a feature to the Value attribute of the MFTime object
Parameters: t - 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 i)(Code) | | Description of the Method
Parameters: i - Description of the Parameter |
get1Value | public double 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 MFTime object
The size value |
getValue | public void getValue(double[] values)(Code) | | Gets the value attribute of the MFTime object
Parameters: values - Description of the Parameter |
insertValue | public void insertValue(int index, double d)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: d - Description of the Parameter |
insertValue | public void insertValue(int index, SFTime t)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: t - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFTime t)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: t - Description of the Parameter |
set1Value | public void set1Value(int index, double d)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: d - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFTime t)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: t - Description of the Parameter |
set1Value | public void set1Value(int index, SFTime t)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: t - Description of the Parameter |
setValue | public void setValue(double[] values)(Code) | | Sets the value attribute of the MFTime object
Parameters: values - The new value value |
setValue | public void setValue(int size, double[] values)(Code) | | Sets the value attribute of the MFTime object
Parameters: size - The new value value Parameters: values - The new value value |
|
|