Public Member Functions | |
SinusTrendModel () | |
PointIterator | getPointIterator () |
double | getSpeed () |
int | getUpdateRate () |
int | getValuesPerUpdate () |
boolean | hasNext () |
Point | next () |
void | setSpeed (double newSpeed) |
void | setUpdateRate (int newUpdateRate) |
void | setValuesPerUpdate (int newValuesPerUpdate) |
void | startAutomaticUpdate () |
Public Attributes | |
SinusFunction | f = new SinusFunction() |
Point[] | points |
Protected Member Functions | |
synchronized void | runIt () |
void | updateValues () |
Protected Attributes | |
int | updateRate = 1000 |
int | valuesPerUpdate = 1 |
double | speed = 1.0 |
int | index = 0 |
boolean | ready = true |
Private Attributes | |
long | x = 0 |
|
SinusTrendModel constructor comment. |
|
Insert the method's description here. Creation date: (2/1/01 9:11:47 PM)
Implements com::cosylab::gui::components::r2::chart::ChartDataModel.
|
|
Insert the method's description here. Creation date: (2/2/01 11:17:32 AM)
|
|
Insert the method's description here. Creation date: (2/1/01 9:13:01 PM)
|
|
Insert the method's description here. Creation date: (2/1/01 9:13:35 PM)
|
|
Insert the method's description here. Creation date: (2/1/01 9:11:47 PM)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
|
|
Insert the method's description here. Creation date: (2/1/01 9:11:47 PM)
Implements com::cosylab::gui::components::r2::chart::PointIterator.
|
|
Insert the method's description here. Creation date: (2/2/01 11:28:53 AM) |
|
Insert the method's description here. Creation date: (2/2/01 11:17:32 AM)
|
|
Insert the method's description here. Creation date: (2/1/01 9:13:01 PM)
|
|
Insert the method's description here. Creation date: (2/1/01 9:13:35 PM)
|
|
SinusTrendModel constructor comment. |
|
Insert the method's description here. Creation date: (2/2/01 11:28:53 AM) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|