Package sim.display

Interface ChartUtilities.ProvidesObjects

Enclosing class:
ChartUtilities

public static interface ChartUtilities.ProvidesObjects
This class provides arrays of Objects to chart, or provides null if the current charted values shouldn't be changed. The array of objects will be sorted and counted, and the counts will be used to describe a distribution such as for a pie chart. The labels of the pie chart will be drawn from the object strings.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details