

Public Member Functions | |
| FunctionDataModel () | |
| FunctionDataModel (double step, double offset) | |
| FunctionDataModel (com.cosylab.gui.components.r2.chart.Function f) | |
| FunctionDataModel (com.cosylab.gui.components.r2.chart.Function f, double step, double offset) | |
| com.cosylab.gui.components.r2.chart.PointIterator | getPointIterator () |
| com.cosylab.gui.components.r2.chart.Point | next () |
Public Attributes | |
| double | step = 0.1 |
Package Attributes | |
| double | phase = 0.0 |
| double | scale = 1.0 |
Private Attributes | |
| double | offset = 0.0 |
Insert the type's description here. Creation date: (8.8.2002 1:48:27)
| com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::FunctionDataModel | ( | ) | [inline] |
FunctionDataModel constructor comment.
Reimplemented from com::cosylab::gui::components::r2::chart::FunctionDataModel.
| com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::FunctionDataModel | ( | double | step, | |
| double | offset | |||
| ) | [inline] |
FunctionDataModel constructor comment.
| com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::FunctionDataModel | ( | com.cosylab.gui.components.r2.chart.Function | f | ) | [inline] |
FunctionDataModel constructor comment.
| f | com.cosylab.gui.chart.Function |
| com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::FunctionDataModel | ( | com.cosylab.gui.components.r2.chart.Function | f, | |
| double | step, | |||
| double | offset | |||
| ) | [inline] |
FunctionDataModel constructor comment.
| f | com.cosylab.gui.chart.Function |
| com.cosylab.gui.components.r2.chart.PointIterator com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::getPointIterator | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/24/00 17:58:05)
Reimplemented from com::cosylab::gui::components::r2::chart::FunctionDataModel.
| com.cosylab.gui.components.r2.chart.Point com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::next | ( | ) | [inline] |
Insert the method's description here. Creation date: (8.8.2002 1:59:27)
Reimplemented from com::cosylab::gui::components::r2::chart::FunctionDataModel.
References offset, com::cosylab::gui::components::r2::chart::Point::Point(), and scale.
double com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::offset = 0.0 [private] |
Referenced by next().
double com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::phase = 0.0 [package] |
Referenced by getPointIterator().
double com::cosylab::gui::components::r2::chart::demo::FunctionDataModel::scale = 1.0 [package] |
Referenced by getPointIterator(), and next().
Referenced by getPointIterator().
1.6.2