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 |
|
RandomTrendDataModel constructor comment. |
|
RandomTrendDataModel constructor comment. |
|
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:02:45)
Implements com::cosylab::gui::components::r2::chart::ChartDataModel.
|
|
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:11:24)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:10:06)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:09:11)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:40:10)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:02:45)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
|
|
Insert the method's description here. Creation date: (8.8.2002 17:02:45)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
|
|
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:06:51)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:11:24)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:10:06)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:09:11)
|
|
Insert the method's description here. Creation date: (8.8.2002 17:40:10)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|