Package | Description |
---|---|
desmoj.core.report |
Reporters for the DESMO-J core
Reportable components able and output generation. |
desmoj.core.report.html5chart |
Modifier and Type | Method and Description |
---|---|
ChartDataHistogramLong |
HistogramReporter.getChartData()
Returns the data for the histogram chart.
|
ChartDataHistogramLong |
TextHistogramReporter.getChartData()
Returns the data for the TextHistogram chart.
|
Constructor and Description |
---|
CanvasHistogramLong(java.lang.String canvasName,
int canvasHeight,
int canvasWidth,
ChartDataHistogramLong textHistData,
java.lang.String xText)
Create a Canvas for TextHistogram.
|