swarm.gui
Interface HistogramC

All Known Implementing Classes:
HistogramCImpl

public interface HistogramC
extends ArchivedGeometryWidgetC, 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).


Method Summary
 java.lang.Object setBinCount(int n)
          Set the number of bins to use (bars to draw).
 
Methods inherited from interface swarm.gui.ArchivedGeometryWidgetC
create$setWindowGeometryRecordName, loadWindowGeometryRecord, registerAndLoad, setSaveSizeFlag, setWindowGeometryRecordName, updateSize
 
Methods inherited from interface swarm.gui.WidgetC
createParent, makeWidgetNameFor, setParent, setWidgetNameFromParent, setWidgetNameFromParentName
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

setBinCount

public java.lang.Object setBinCount(int n)
Set the number of bins to use (bars to draw).