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 TimeMsec
BaseTimeMsec. 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 TimeMsec
Cell. toTimeMsec()
Returns the time/msec content, null if not a time/msec.TimeMsec
CellView. toTimeMsec()
Returns the time/msec content, null if not a time/msec.TimeMsec
DoubleCell. toTimeMsec()
Returns the time/msec content, null if not a time/msec.TimeMsec
FloatCell. 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 Cell
Cell. setContent(TimeMsec value)
Sets the content of the cell.Cell
CellView. setContent(TimeMsec value)
Sets the content of the cell.Cell
DoubleCell. setContent(TimeMsec value)
Sets the content of the cell.Cell
FloatCell. 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 TimeMsec
DataCellView. 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 Cell
DataCellView. setContent(TimeMsec value)
Sets the content of the cell.
-