Package | Description |
---|---|
desmoj.extensions.experimentation.ui |
Parameterizable GUI for experiment conduction.
|
Modifier and Type | Class and Description |
---|---|
class |
HistogramPlotter
A simple histogram plotter based on the statistic class Histogram and
the UI class ChartPanel.
|
class |
TimeSeriesPlotter
A simple time series plotter that can be displayed in the experiment
launcher.
|
Constructor and Description |
---|
Chart(ChartOwner chartOwner,
java.lang.String x_label,
java.lang.String y_label)
Constructor of the chart.
|
ChartPanel(ChartOwner chartOwner,
java.lang.String name,
java.lang.String x_label,
java.lang.String y_label)
Constructor of the chart panel.
|