

Public Member Functions | |
| PlotWidget () | |
| PlotWidget (int position) | |
| void | initializeNewPosition (int position) |
| void | updateValues (long time, double value, int position) |
| void | setValues (String component, String property, int position) |
| void | setComponentAvailable (boolean tmp, String reason, int position) |
| void | resetSampleCount () |
| void | setTimeWindow (double frecuency, int time) |
Private Member Functions | |
| void | initialize () |
Private Attributes | |
| long | samples = 0 |
| int | position |
| ArrayList< Trace2DLtd > | traces |
| int | frequency = 1 |
| int | timewindow = 1 |
| Chart2D | chart |
| Color[] | colors = {Color.RED, Color.BLUE, Color.YELLOW, Color.GREEN, Color.MAGENTA, Color.GRAY, Color.ORANGE, Color.BLACK} |
| int | currentColor = 0 |
Static Private Attributes | |
| static final long | serialVersionUID = 4823621192367385664L |
| cl::utfsm::samplingSystemUI::PlotWidget::PlotWidget | ( | ) | [inline] |
References initialize().
| cl::utfsm::samplingSystemUI::PlotWidget::PlotWidget | ( | int | position | ) | [inline] |
References initialize().
| void cl::utfsm::samplingSystemUI::PlotWidget::initialize | ( | ) | [inline, private] |
This method initializes this
References chart, colors, currentColor, frequency, position, timewindow, and traces.
Referenced by PlotWidget().
| void cl::utfsm::samplingSystemUI::PlotWidget::initializeNewPosition | ( | int | position | ) | [inline] |
References chart, colors, currentColor, frequency, timewindow, and traces.
Referenced by cl::utfsm::samplingSystemUI::PlotPrinter::PlotPrinter().
| void cl::utfsm::samplingSystemUI::PlotWidget::resetSampleCount | ( | ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
References traces.
| void cl::utfsm::samplingSystemUI::PlotWidget::setComponentAvailable | ( | boolean | tmp, | |
| String | reason, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
| void cl::utfsm::samplingSystemUI::PlotWidget::setTimeWindow | ( | double | frecuency, | |
| int | time | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
| void cl::utfsm::samplingSystemUI::PlotWidget::setValues | ( | String | component, | |
| String | property, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
References traces.
| void cl::utfsm::samplingSystemUI::PlotWidget::updateValues | ( | long | time, | |
| double | value, | |||
| int | position | |||
| ) | [inline] |
Implements cl::utfsm::samplingSystemUI::IGraphicalUpdater.
Chart2D cl::utfsm::samplingSystemUI::PlotWidget::chart [private] |
Referenced by initialize(), and initializeNewPosition().
Color [] cl::utfsm::samplingSystemUI::PlotWidget::colors = {Color.RED, Color.BLUE, Color.YELLOW, Color.GREEN, Color.MAGENTA, Color.GRAY, Color.ORANGE, Color.BLACK} [private] |
Referenced by initialize(), and initializeNewPosition().
int cl::utfsm::samplingSystemUI::PlotWidget::currentColor = 0 [private] |
Referenced by initialize(), and initializeNewPosition().
int cl::utfsm::samplingSystemUI::PlotWidget::frequency = 1 [private] |
Referenced by initialize(), initializeNewPosition(), and setTimeWindow().
int cl::utfsm::samplingSystemUI::PlotWidget::position [private] |
Referenced by initialize().
long cl::utfsm::samplingSystemUI::PlotWidget::samples = 0 [private] |
Referenced by updateValues().
final long cl::utfsm::samplingSystemUI::PlotWidget::serialVersionUID = 4823621192367385664L [static, private] |
Reimplemented from cl::utfsm::samplingSystemUI::SamplingWidget.
int cl::utfsm::samplingSystemUI::PlotWidget::timewindow = 1 [private] |
Referenced by initialize(), and initializeNewPosition().
ArrayList<Trace2DLtd> cl::utfsm::samplingSystemUI::PlotWidget::traces [private] |
Referenced by initialize(), initializeNewPosition(), resetSampleCount(), setTimeWindow(), setValues(), and updateValues().
1.6.2