

Public Member Functions | |
| RandomTrendDataModel () | |
| RandomTrendDataModel (double changePerPoint, int pointsPerUpdate, double positionAdvance, double startPosition, double startValue, double valueRange) | |
| double | getChangePerPoint () |
| PointIterator | getPointIterator () |
| int | getPointsPerUpdate () |
| double | getPositionAdvance () |
| double | getStartPosition () |
| double | getStartValue () |
| double | getValueRange () |
| boolean | hasNext () |
| Point | next () |
| void | setChangePerPoint (double newChangePerPoint) |
| void | setPointsPerUpdate (int newPointsPerUpdate) |
| void | setPositionAdvance (double newPositionAdvance) |
| void | setStartPosition (double newStartPosition) |
| void | setStartValue (double newStartValue) |
| void | setValueRange (double newValueRange) |
Private Attributes | |
| int | pointsPerUpdate = 1 |
| double | changePerPoint = 1.0 |
| int | index = 0 |
| double | startValue = 1.0 |
| double | startPosition = 0.0 |
| double | positionAdvance = 0.1 |
| double | valueRange = 5.0 |
Insert the type's description here. Creation date: (8.8.2002 17:02:45)
| com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::RandomTrendDataModel | ( | ) | [inline] |
RandomTrendDataModel constructor comment.
| com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::RandomTrendDataModel | ( | double | changePerPoint, | |
| int | pointsPerUpdate, | |||
| double | positionAdvance, | |||
| double | startPosition, | |||
| double | startValue, | |||
| double | valueRange | |||
| ) | [inline] |
RandomTrendDataModel constructor comment.
References com::cosylab::gui::components::r2::chart::AbstractDataModel::point, com::cosylab::gui::components::r2::chart::AbstractDataModel::pointCount, com::cosylab::gui::components::r2::chart::Point::x, and com::cosylab::gui::components::r2::chart::Point::y.
| double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::getChangePerPoint | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
References changePerPoint.
| PointIterator com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::getPointIterator | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:02:45)
Implements com::cosylab::gui::components::r2::chart::ChartDataModel.
References index.
| int com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::getPointsPerUpdate | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
References pointsPerUpdate.
| double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::getPositionAdvance | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:11:24)
References positionAdvance.
| double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::getStartPosition | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:10:06)
References startPosition.
| double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::getStartValue | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:09:11)
References startValue.
| double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::getValueRange | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:40:10)
References valueRange.
| boolean com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::hasNext | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:02:45)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
References index, and pointsPerUpdate.
| Point com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::next | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:02:45)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
References changePerPoint, index, com::cosylab::gui::components::r2::chart::AbstractDataModel::point, positionAdvance, startValue, valueRange, com::cosylab::gui::components::r2::chart::Point::x, and com::cosylab::gui::components::r2::chart::Point::y.
| void com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::setChangePerPoint | ( | double | newChangePerPoint | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
| newChangePerPoint | double |
References changePerPoint.
| void com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::setPointsPerUpdate | ( | int | newPointsPerUpdate | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
| newPointsPerUpdate | int |
References com::cosylab::gui::components::r2::chart::AbstractDataModel::pointCount, and pointsPerUpdate.
| void com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::setPositionAdvance | ( | double | newPositionAdvance | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:11:24)
| newPositionAdvance | double |
References positionAdvance.
| void com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::setStartPosition | ( | double | newStartPosition | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:10:06)
| newStartPosition | double |
References com::cosylab::gui::components::r2::chart::AbstractDataModel::point, startPosition, and com::cosylab::gui::components::r2::chart::Point::x.
| void com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::setStartValue | ( | double | newStartValue | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:09:11)
| newStartValue | double |
References com::cosylab::gui::components::r2::chart::AbstractDataModel::point, startValue, and com::cosylab::gui::components::r2::chart::Point::y.
| void com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::setValueRange | ( | double | newValueRange | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 17:40:10)
| newValueRange | double |
References valueRange.
double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::changePerPoint = 1.0 [private] |
Referenced by getChangePerPoint(), next(), and setChangePerPoint().
Referenced by getPointIterator(), hasNext(), and next().
int com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::pointsPerUpdate = 1 [private] |
Referenced by getPointsPerUpdate(), hasNext(), and setPointsPerUpdate().
double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::positionAdvance = 0.1 [private] |
Referenced by getPositionAdvance(), next(), and setPositionAdvance().
double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::startPosition = 0.0 [private] |
Referenced by getStartPosition(), and setStartPosition().
double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::startValue = 1.0 [private] |
Referenced by getStartValue(), next(), and setStartValue().
double com::cosylab::gui::components::r2::chart::demo::RandomTrendDataModel::valueRange = 5.0 [private] |
Referenced by getValueRange(), next(), and setValueRange().
1.6.2