Package | Description |
---|---|
desmoj.extensions.experimentation.ui |
Parameterizable GUI for experiment conduction.
|
desmoj.extensions.grafic.util |
Tools to paint histograms and time series data.
|
desmoj.extensions.visualization2d.animation.core.statistic |
Animated version of components from
package desmoj.core.statistic . |
Constructor and Description |
---|
HistogramPlotter(java.lang.String title,
GraphicalObserverContext context,
Histogram data,
java.lang.String xUnit,
int winWidth,
int winHeight)
Creates a new HistogramPlotter
|
HistogramPlotter(java.lang.String title,
GraphicalObserverContext context,
Histogram data,
java.lang.String xUnit,
int winWidth,
int winHeight,
int x,
int y)
Creates a new HistogramPlotter
|
Modifier and Type | Method and Description |
---|---|
void |
Plotter.makeHistogramPlot(Histogram histogram)
make a histogram plot with a desmoJ histogram dataset.
|
void |
Plotter.makeHistogramPlot(Histogram histogram,
boolean onscreen)
Deprecated.
|
Constructor and Description |
---|
HistogramDataSetAdapter(Histogram histogram,
java.util.Locale locale)
convert a DesmoJ histogram to a org.jfree.data.category.DefaultCategoryDataset.
|
Modifier and Type | Class and Description |
---|---|
class |
HistogramAnimation
Animation of Histogram
Double values will be collected
TypeData: Statistic.DATA_Observations
TypeIndex: Statistic.INDEX_Mean_StdDev
|