

Classes | |
| class | HistoryIterator |
| class | PointInterceptor |
Public Member Functions | |
| HistoryTrendPointService (ChartDataModel model, ChartService service, PointTransformerModel transform) | |
| Point | addPoint (Point point) |
| java.util.LinkedList | getHistory () |
| PointCollector | getPointCollector () |
| boolean | isResetToHistory () |
| void | packHistory (double period) |
| void | resetToHistory () |
| int | transform () |
Public Attributes | |
| java.util.LinkedList | history = new java.util.LinkedList() |
| PointCollector | pointCollector = new PointCollector() |
| PointInterceptor | interceptor = new PointInterceptor() |
| HistoryIterator | historyInterator = new HistoryIterator() |
Private Attributes | |
| boolean | resetToHistory = false |
Insert the type's description here. Creation date: (11.04.2001 16:56:22)
| com::cosylab::gui::components::r2::chart::HistoryTrendPointService::HistoryTrendPointService | ( | ChartDataModel | model, | |
| ChartService | service, | |||
| PointTransformerModel | transform | |||
| ) | [inline] |
HistoryTrendPointService constructor comment.
| model | si.ijs.kgb.chart.ChartDataModel | |
| service | si.ijs.kgb.chart.ChartService | |
| transform | si.ijs.kgb.chart.PointTransformerModel |
| Point com::cosylab::gui::components::r2::chart::HistoryTrendPointService::addPoint | ( | Point | point | ) | [inline] |
Insert the method's description here. Creation date: (11.04.2001 17:02:31)
| point | si.ijs.kgb.chart.Point |
References history, com::cosylab::gui::components::r2::chart::PointCollector::newPoint(), pointCollector, com::cosylab::gui::components::r2::chart::Point::x, and com::cosylab::gui::components::r2::chart::Point::y.
Referenced by com::cosylab::gui::components::r2::chart::HistoryTrendPointService::PointInterceptor::next().
| java.util.LinkedList com::cosylab::gui::components::r2::chart::HistoryTrendPointService::getHistory | ( | ) | [inline] |
Insert the method's description here. Creation date: (11.04.2001 16:57:56)
References history.
| PointCollector com::cosylab::gui::components::r2::chart::HistoryTrendPointService::getPointCollector | ( | ) | [inline] |
Insert the method's description here. Creation date: (11.04.2001 17:02:03)
References pointCollector.
| boolean com::cosylab::gui::components::r2::chart::HistoryTrendPointService::isResetToHistory | ( | ) | [inline] |
Insert the method's description here. Creation date: (12/10/01 8:25:57)
References resetToHistory().
| void com::cosylab::gui::components::r2::chart::HistoryTrendPointService::packHistory | ( | double | period | ) | [inline] |
Insert the method's description here. Creation date: (11.04.2001 17:12:29)
| period | double |
References history.
Referenced by transform().
| void com::cosylab::gui::components::r2::chart::HistoryTrendPointService::resetToHistory | ( | ) | [inline] |
Insert the method's description here. Creation date: (12/10/01 8:25:57)
| newResetToHistory | boolean |
Referenced by isResetToHistory(), and transform().
| int com::cosylab::gui::components::r2::chart::HistoryTrendPointService::transform | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/27/00 15:02:04)
Reimplemented from com::cosylab::gui::components::r2::chart::DefaultDataService.
References com::cosylab::gui::components::r2::chart::DefaultDataService::dataModel, com::cosylab::gui::components::r2::chart::ChartDataService::DONE, com::cosylab::gui::components::r2::chart::ChartDataService::FAILED, com::cosylab::gui::components::r2::chart::Interval::getLength(), com::cosylab::gui::components::r2::chart::ChartDataModel::getPointCount(), com::cosylab::gui::components::r2::chart::ChartDataModel::getPointIterator(), com::cosylab::gui::components::r2::chart::PointTransformerModel::getXScale(), history, historyInterator, com::cosylab::gui::components::r2::chart::HistoryTrendPointService::HistoryIterator::init(), com::cosylab::gui::components::r2::chart::HistoryTrendPointService::PointInterceptor::intercept(), interceptor, packHistory(), com::cosylab::gui::components::r2::chart::DefaultDataService::pointTransformer, resetToHistory(), and com::cosylab::gui::components::r2::chart::PointTransformerModel::transform().
| java.util.LinkedList com::cosylab::gui::components::r2::chart::HistoryTrendPointService::history = new java.util.LinkedList() |
Referenced by addPoint(), getHistory(), packHistory(), and transform().
| HistoryIterator com::cosylab::gui::components::r2::chart::HistoryTrendPointService::historyInterator = new HistoryIterator() |
Referenced by transform().
| PointInterceptor com::cosylab::gui::components::r2::chart::HistoryTrendPointService::interceptor = new PointInterceptor() |
Referenced by transform().
| PointCollector com::cosylab::gui::components::r2::chart::HistoryTrendPointService::pointCollector = new PointCollector() |
Referenced by addPoint(), and getPointCollector().
boolean com::cosylab::gui::components::r2::chart::HistoryTrendPointService::resetToHistory = false [private] |
1.6.2