| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.MField org.jdesktop.j3d.loaders.vrml97.impl.MFTime
MFTime | public class MFTime extends MField (Code) | | Description of the Class
|
Field Summary | |
double[] | time |
Constructor Summary | |
public | MFTime() | public | MFTime(double[] time) |
MFTime | public MFTime()(Code) | | Constructor for the MFTime object
|
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 |
constify | public ConstField constify()(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 |
setValue | public void setValue(MFTime field)(Code) | | Sets the value attribute of the MFTime object
Parameters: field - The new value value |
setValue | public void setValue(ConstMFTime field)(Code) | | Sets the value attribute of the MFTime object
Parameters: field - The new value value |
update | public void update(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|