
Public Member Functions | |
| int | getPointCount () |
| PointIterator | getPointIterator () |
| Interval | getPreferedXScale () |
| Interval | getPreferedYScale () |
| void | setChartService (ChartService s) |
| void | setChartStyle (ChartStyle style) |
Package Functions | |
| ChartStyle | getChartStyle () |
This is interface that should be implemented by classes, which are data models for BaseChart.
| ChartStyle com::cosylab::gui::components::r2::chart::ChartDataModel::getChartStyle | ( | ) | [package] |
This method is to return ChartStyle.
Implemented in com::cosylab::gui::components::r2::chart::AbstractDataModel, and com::cosylab::gui::components::r2::chart::InterceptorDataModel.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData(), com::cosylab::gui::components::r2::chart::FancyChartArea::drawData(), com::cosylab::gui::components::r2::chart::DefaultChartArea::drawData(), and com::cosylab::gui::components::r2::chart::DefaultChartStyleManager::getStyleForSerie().
| int com::cosylab::gui::components::r2::chart::ChartDataModel::getPointCount | ( | ) |
Insert the method's description here. Creation date: (11/24/00 17:58:25)
Implemented in com::cosylab::gui::components::r2::chart::AbstractDataModel, com::cosylab::gui::components::r2::chart::FunctionDataModel, and com::cosylab::gui::components::r2::chart::InterceptorDataModel.
Referenced by com::cosylab::gui::components::r2::chart::AutoscaleDataService::prepare(), com::cosylab::gui::components::r2::chart::HistoryTrendPointService::transform(), and com::cosylab::gui::components::r2::chart::DefaultDataService::transform().
| PointIterator com::cosylab::gui::components::r2::chart::ChartDataModel::getPointIterator | ( | ) |
Insert the method's description here. Creation date: (11/24/00 17:58:05)
Implemented in com::cosylab::gui::components::r2::chart::ArrayDataModel, com::cosylab::gui::components::r2::chart::demo::FunctionDataModel, com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel, com::cosylab::gui::components::r2::chart::FunctionDataModel, com::cosylab::gui::components::r2::chart::InterceptorDataModel, com::cosylab::gui::components::r2::chart::SinusTrendModel, and si::ijs::acs::objectexplorer::RemoteResponseWindow::OETrendDataModel.
Referenced by com::cosylab::gui::components::r2::chart::AutoscaleDataService::prepare(), com::cosylab::gui::components::r2::chart::HistoryTrendPointService::transform(), and com::cosylab::gui::components::r2::chart::DefaultDataService::transform().
| Interval com::cosylab::gui::components::r2::chart::ChartDataModel::getPreferedXScale | ( | ) |
Insert the method's description here. Creation date: (11/24/00 17:59:10)
Implemented in com::cosylab::gui::components::r2::chart::AbstractDataModel, and com::cosylab::gui::components::r2::chart::InterceptorDataModel.
Referenced by com::cosylab::gui::components::r2::chart::AutoscaleDataService::AutoscaleDataService(), com::cosylab::gui::components::r2::chart::DefaultDataService::DefaultDataService(), com::cosylab::gui::components::r2::chart::DefaultChartArea::removeDataModel(), and com::cosylab::gui::components::r2::chart::DefaultDataService::setChartService().
| Interval com::cosylab::gui::components::r2::chart::ChartDataModel::getPreferedYScale | ( | ) |
Insert the method's description here. Creation date: (11/24/00 17:59:10)
Implemented in com::cosylab::gui::components::r2::chart::AbstractDataModel, and com::cosylab::gui::components::r2::chart::InterceptorDataModel.
Referenced by com::cosylab::gui::components::r2::chart::AutoscaleDataService::AutoscaleDataService(), com::cosylab::gui::components::r2::chart::DefaultDataService::DefaultDataService(), com::cosylab::gui::components::r2::chart::DefaultChartArea::removeDataModel(), and com::cosylab::gui::components::r2::chart::DefaultDataService::setChartService().
| void com::cosylab::gui::components::r2::chart::ChartDataModel::setChartService | ( | ChartService | s | ) |
Insert the method's description here. Creation date: (11/24/00 18:27:16)
Implemented in com::cosylab::gui::components::r2::chart::AbstractDataModel, and com::cosylab::gui::components::r2::chart::InterceptorDataModel.
Referenced by com::cosylab::gui::components::r2::chart::AutoscaleDataService::AutoscaleDataService(), com::cosylab::gui::components::r2::chart::DefaultDataService::DefaultDataService(), com::cosylab::gui::components::r2::chart::DefaultDataService::setChartService(), and com::cosylab::gui::components::r2::chart::AutoscaleDataService::setChartService().
| void com::cosylab::gui::components::r2::chart::ChartDataModel::setChartStyle | ( | ChartStyle | style | ) |
Insert the method's description here. Creation date: (11/27/00 18:15:19)
Implemented in com::cosylab::gui::components::r2::chart::AbstractDataModel, and com::cosylab::gui::components::r2::chart::InterceptorDataModel.
Referenced by com::cosylab::gui::components::r2::chart::DefaultChartStyleManager::getStyleForSerie().
1.6.2