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

Packages that use LikertChart
org.gicentre.utils.stat   
 

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.
 



gicentreUtils V.3.0, API documentation generated 13th August, 2010