
Public Member Functions | |
| java.awt.Rectangle | getChartRectangle () |
| IntPoint | getFirstIntPoint () |
| IntPoint | getLastIntPoint () |
| Point | getLastPoint () |
| Point | getMaxValue () |
| Point | getMinValue () |
| Interval | getXScale () |
| Interval | getYScale () |
| IntPointIterator | pointIterator () |
| void | setChartRectangle (java.awt.Rectangle area) |
| void | setXScale (Interval scale) |
| void | setYScale (Interval scale) |
| void | transform (PointIterator points) |
Package Functions | |
| void | clear () |
Insert the type's description here. Creation date: (11/24/00 11:15:52)
| void com::cosylab::gui::components::r2::chart::PointTransformerModel::clear | ( | ) | [package] |
Insert the method's description here. Creation date: (11/10/01 14:34:46)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| java.awt.Rectangle com::cosylab::gui::components::r2::chart::PointTransformerModel::getChartRectangle | ( | ) |
Insert the method's description here. Creation date: (11/24/00 11:18:35)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| IntPoint com::cosylab::gui::components::r2::chart::PointTransformerModel::getFirstIntPoint | ( | ) |
Insert the method's description here. Creation date: (11/10/01 14:57:51)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| IntPoint com::cosylab::gui::components::r2::chart::PointTransformerModel::getLastIntPoint | ( | ) |
Insert the method's description here. Creation date: (11/10/01 14:57:51)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
Referenced by com::cosylab::gui::components::r2::chart::TrendChartArea::drawData().
| Point com::cosylab::gui::components::r2::chart::PointTransformerModel::getLastPoint | ( | ) |
Insert the method's description here. Creation date: (11/10/01 14:57:51)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| Point com::cosylab::gui::components::r2::chart::PointTransformerModel::getMaxValue | ( | ) |
Insert the method's description here. Creation date: (11/24/00 18:47:56)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| Point com::cosylab::gui::components::r2::chart::PointTransformerModel::getMinValue | ( | ) |
Insert the method's description here. Creation date: (11/24/00 18:48:11)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| Interval com::cosylab::gui::components::r2::chart::PointTransformerModel::getXScale | ( | ) |
Insert the method's description here. Creation date: (11/24/00 12:20:32)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
Referenced by com::cosylab::gui::components::r2::chart::HistoryTrendPointService::transform().
| Interval com::cosylab::gui::components::r2::chart::PointTransformerModel::getYScale | ( | ) |
Insert the method's description here. Creation date: (11/24/00 12:20:32)
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| IntPointIterator com::cosylab::gui::components::r2::chart::PointTransformerModel::pointIterator | ( | ) |
Insert the method's description here. Creation date: (11/24/00 11:20:50)
| count | int | |
| points | si.ijs.anka.databush.utilities.PointIterator |
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
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::PointTransformerModel::setChartRectangle | ( | java.awt.Rectangle | area | ) |
Insert the method's description here. Creation date: (11/24/00 11:18:57)
| size | java.awt.Dimension |
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
| void com::cosylab::gui::components::r2::chart::PointTransformerModel::setXScale | ( | Interval | scale | ) |
Insert the method's description here. Creation date: (11/24/00 12:21:03)
| scale | si.ijs.anka.databush.utilities.Interval |
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
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::PointTransformerModel::setYScale | ( | Interval | scale | ) |
Insert the method's description here. Creation date: (11/24/00 12:21:03)
| scale | si.ijs.anka.databush.utilities.Interval |
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer.
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::PointTransformerModel::transform | ( | PointIterator | points | ) |
Insert the method's description here. Creation date: (11/24/00 11:20:50)
| count | int | |
| points | si.ijs.anka.databush.utilities.PointIterator |
Implemented in com::cosylab::gui::components::r2::chart::DefaultPointTransformer, and com::cosylab::gui::components::r2::chart::TrendPointTransformer.
Referenced by com::cosylab::gui::components::r2::chart::HistoryTrendPointService::transform(), com::cosylab::gui::components::r2::chart::DefaultDataService::transform(), and com::cosylab::gui::components::r2::chart::AutoscaleDataService::transform().
1.6.2