Uses of Class
adams.core.TimeMsec
-
Packages that use TimeMsec Package Description adams.core.base adams.data.spreadsheet adams.ml.data -
-
Uses of TimeMsec in adams.core.base
Methods in adams.core.base that return TimeMsec Modifier and Type Method Description TimeMsecBaseTimeMsec. timeMsecValue()Returns the TimeMsec value. -
Uses of TimeMsec in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return TimeMsec Modifier and Type Method Description TimeMsecCell. toTimeMsec()Returns the time/msec content, null if not a time/msec.TimeMsecCellView. toTimeMsec()Returns the time/msec content, null if not a time/msec.TimeMsecDoubleCell. toTimeMsec()Returns the time/msec content, null if not a time/msec.TimeMsecFloatCell. toTimeMsec()Returns the time/msec content, null if not a time/msec.Methods in adams.data.spreadsheet with parameters of type TimeMsec Modifier and Type Method Description CellCell. setContent(TimeMsec value)Sets the content of the cell.CellCellView. setContent(TimeMsec value)Sets the content of the cell.CellDoubleCell. setContent(TimeMsec value)Sets the content of the cell.CellFloatCell. setContent(TimeMsec value)Sets the content of the cell. -
Uses of TimeMsec in adams.ml.data
Methods in adams.ml.data that return TimeMsec Modifier and Type Method Description TimeMsecDataCellView. toTimeMsec()Returns the time/msec content, null if not a time/msec.Methods in adams.ml.data with parameters of type TimeMsec Modifier and Type Method Description CellDataCellView. setContent(TimeMsec value)Sets the content of the cell.
-