swarm.gui
Interface HistogramS

All Known Implementing Classes:
HistogramImpl, HistogramCImpl

public interface HistogramS
extends ArchivedGeometryWidgetS

Histogram display tool.. In Tk, this is based on BLT's barchart. The number of bins is fixed at creation time, then the user hands the Histogram an array of datapoints (double or int) to display (or optionally an array of datapoints and locations where the bars should be drawn (specified as doubles).