public class HistogramDataSetAdapter
extends DefaultCategoryDataset
| Constructor and Description |
|---|
HistogramDataSetAdapter(HistogramAccumulate histogram,
java.util.Locale locale)
convert a DesmoJ histogramAccumulate to a org.jfree.data.category.DefaultCategoryDataset.
|
HistogramDataSetAdapter(Histogram histogram,
java.util.Locale locale)
convert a DesmoJ histogram to a org.jfree.data.category.DefaultCategoryDataset.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.TimeUnit |
getAccumulateTimeUnit()
an appropriate rangeTime Unit of given HistogramAccumulate.
|
java.lang.String |
getCategoryAxisLabel()
get category axis label
|
java.lang.String |
getObservationAxisLabel()
get observation axis label
|
public HistogramDataSetAdapter(Histogram histogram, java.util.Locale locale)
histogram - public HistogramDataSetAdapter(HistogramAccumulate histogram, java.util.Locale locale)
histogram - timeUnit - public java.util.concurrent.TimeUnit getAccumulateTimeUnit()
public java.lang.String getCategoryAxisLabel()
public java.lang.String getObservationAxisLabel()