

Classes | |
| class | XListener |
| class | YListener |
Public Member Functions | |
| HistoryTrendChartArea () | |
| HistoryTrendChartArea (ChartService service) | |
| void | addDataModel (ChartDataModel model) |
| void | setChartService (ChartService service) |
| void | setSize (java.awt.Dimension newDrawSize) |
Private Attributes | |
| IntervalListener | intervalXListener = new XListener() |
| IntervalListener | intervalYListener = new YListener() |
Insert the type's description here. Creation date: (11.04.2001 17:21:30)
| com::cosylab::gui::components::r2::chart::HistoryTrendChartArea::HistoryTrendChartArea | ( | ) | [inline] |
HistoryTrendChartArea constructor comment.
| com::cosylab::gui::components::r2::chart::HistoryTrendChartArea::HistoryTrendChartArea | ( | ChartService | service | ) | [inline] |
HistoryTrendChartArea constructor comment.
| service | si.ijs.kgb.chart.ChartService |
| void com::cosylab::gui::components::r2::chart::HistoryTrendChartArea::addDataModel | ( | ChartDataModel | model | ) | [inline] |
Chart user can add chart model to this chart area.
| model | si.ijs.anka.databush.utilities.ChartDataModel model tobe added. |
Reimplemented from com::cosylab::gui::components::r2::chart::TrendChartArea.
References com::cosylab::gui::components::r2::chart::DefaultChartArea::chartRectangle, com::cosylab::gui::components::r2::chart::DefaultChartArea::chartService, com::cosylab::gui::components::r2::chart::DefaultChartArea::model2service, com::cosylab::gui::components::r2::chart::DefaultChartArea::models, and com::cosylab::gui::components::r2::chart::DefaultPointTransformer::setChartRectangle().
| void com::cosylab::gui::components::r2::chart::HistoryTrendChartArea::setChartService | ( | ChartService | service | ) | [inline] |
Insert the method's description here. Creation date: (11/27/00 11:49:26)
| newDrawSize | java.awt.Dimension |
Reimplemented from com::cosylab::gui::components::r2::chart::DefaultChartArea.
References com::cosylab::gui::components::r2::chart::DefaultChartArea::chartService, com::cosylab::gui::components::r2::chart::ChartViewManager::extractedXScaleIterator(), com::cosylab::gui::components::r2::chart::ChartViewManager::extractedYScaleIterator(), com::cosylab::gui::components::r2::chart::ChartService::getViewManager(), intervalXListener, and intervalYListener.
| void com::cosylab::gui::components::r2::chart::HistoryTrendChartArea::setSize | ( | java.awt.Dimension | newDrawSize | ) | [inline] |
Insert the method's description here. Creation date: (11/27/00 11:49:26)
| newDrawSize | java.awt.Dimension |
Reimplemented from com::cosylab::gui::components::r2::chart::TrendChartArea.
References com::cosylab::gui::components::r2::chart::DefaultChartArea::models.
IntervalListener com::cosylab::gui::components::r2::chart::HistoryTrendChartArea::intervalXListener = new XListener() [private] |
Referenced by setChartService().
IntervalListener com::cosylab::gui::components::r2::chart::HistoryTrendChartArea::intervalYListener = new YListener() [private] |
Referenced by setChartService().
1.6.2