Package | Description |
---|---|
org.gicentre.utils.stat |
Utilities to support the creation of statistical graphics with Processing.
|
Modifier and Type | Method and Description |
---|---|
LikertChart |
LikertChart.getSecondaryData()
Reports the seconday data that may be drawn in this chart.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<LikertChart> |
LikertChart.getConsensusComparator()
Provides a comparator that can be used for sorting Likert charts by their consensus
scores.
|
static java.util.Comparator<LikertChart> |
LikertChart.getCustomComparator()
Provides a custom comparator that can be used for sorting Likert charts in the
order implied by the values provided to
setOrder() . |
static java.util.Comparator<LikertChart> |
LikertChart.getMeanComparator()
Provides a comparator that can be used for sorting Likert charts by their mean
scores.
|
Modifier and Type | Method and Description |
---|---|
void |
LikertChart.setSecondaryChart(LikertChart secondaryChart)
Add a secondary chart to the Likert chart.
|