Uses of Class
org.gicentre.utils.stat.LikertChart

Packages that use LikertChart
org.gicentre.utils.stat Utilities to support the creation of statistical graphics with Processing. 
 

Uses of LikertChart in org.gicentre.utils.stat
 

Methods in org.gicentre.utils.stat that return LikertChart
 LikertChart LikertChart.getSecondaryData()
          Reports the seconday data that may be drawn in this chart.
 

Methods in org.gicentre.utils.stat that return types with arguments of type LikertChart
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.
 

Methods in org.gicentre.utils.stat with parameters of type LikertChart
 void LikertChart.setSecondaryChart(LikertChart secondaryChart)
          Add a secondary chart to the Likert chart.
 



giCentre Utilities V.3.3, API documentation generated 6th April, 2013