
Public Member Functions | |
| ChartService | getChartService () |
| ChartDataModel | getDataModel () |
| PointTransformerModel | getPointTransformer () |
| void | prepare () |
| void | setChartService (ChartService service) |
| int | transform () |
Public Attributes | |
| int | FAILED = 1 |
Package Attributes | |
| int | DONE = 0 |
This is link between ChartArea and ChartDataModel. Performs such operations as preprocessing of points and autoscaling.
| ChartService com::cosylab::gui::components::r2::chart::ChartDataService::getChartService | ( | ) |
Insert the method's description here. Creation date: (8.8.2002 23:44:00)
| service | com.cosylab.gui.chart.ChartService |
Implemented in com::cosylab::gui::components::r2::chart::AutoscaleDataService, and com::cosylab::gui::components::r2::chart::DefaultDataService.
| ChartDataModel com::cosylab::gui::components::r2::chart::ChartDataService::getDataModel | ( | ) |
Implemented in com::cosylab::gui::components::r2::chart::AutoscaleDataService, and com::cosylab::gui::components::r2::chart::DefaultDataService.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), com::cosylab::gui::components::r2::chart::FancyChartArea::drawData(), and com::cosylab::gui::components::r2::chart::DefaultChartArea::drawData().
| PointTransformerModel com::cosylab::gui::components::r2::chart::ChartDataService::getPointTransformer | ( | ) |
Implemented in com::cosylab::gui::components::r2::chart::AutoscaleDataService, and com::cosylab::gui::components::r2::chart::DefaultDataService.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), com::cosylab::gui::components::r2::chart::FancyChartArea::drawData(), and com::cosylab::gui::components::r2::chart::DefaultChartArea::drawData().
| void com::cosylab::gui::components::r2::chart::ChartDataService::prepare | ( | ) |
| void com::cosylab::gui::components::r2::chart::ChartDataService::setChartService | ( | ChartService | service | ) |
Insert the method's description here. Creation date: (8.8.2002 23:44:00)
| service | com.cosylab.gui.chart.ChartService |
Implemented in com::cosylab::gui::components::r2::chart::AutoscaleDataService, and com::cosylab::gui::components::r2::chart::DefaultDataService.
Referenced by com::cosylab::gui::components::r2::chart::DefaultChartArea::setChartService().
| int com::cosylab::gui::components::r2::chart::ChartDataService::transform | ( | ) |
Implemented in com::cosylab::gui::components::r2::chart::AutoscaleDataService, com::cosylab::gui::components::r2::chart::DefaultDataService, and com::cosylab::gui::components::r2::chart::HistoryTrendPointService.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), and com::cosylab::gui::components::r2::chart::DefaultChartArea::drawData().
int com::cosylab::gui::components::r2::chart::ChartDataService::DONE = 0 [package] |
1.6.2