|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--swarm.BaseImpl | +--swarm.gui.HistogramImpl
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).
Constructor Summary | |
HistogramImpl()
|
|
HistogramImpl(Zone aZone)
The create: message creates a new instance of a type with default options. |
|
HistogramImpl(Zone aZone,
java.lang.String name)
|
Methods implemented by this class for interface swarm.gui.ArchivedGeometryWidget |
updateArchiver |
Methods implemented by this class for interface swarm.gui.Histogram |
hideLegend,
setActiveOutlierText$count,
setAxisLabelsX$Y,
setBarWidth,
setColors$count,
setLabels$count,
setTitle,
setupActiveItemInfo,
setupActiveOutlierMarker,
setupZoomStack,
setXaxisMin$max$step,
setXaxisMin$max$step$precision |
Methods implemented by this class for interface swarm.gui.Widget |
disableDestroyNotification,
enableDestroyNotification$notificationMethod,
getDestroyedFlag,
getHeight,
getParent,
getTopLevel,
getWidgetName,
getWidth,
getWindowGeometry,
getX,
getY,
pack,
packBeforeAndFillLeft$expand,
packFill,
packFillLeft,
packForgetAndExpand,
packToRight,
setActiveFlag,
setHeight,
setWidth,
setWidth$Height,
setWindowGeometry,
setWindowTitle,
setX$Y |
Methods implemented by this class for interface swarm.defobj.Drop |
drop |
Methods implemented by this class for interface swarm.defobj.DefinedObject |
compare,
describe,
describeID,
getDisplayName,
getTypeName,
getZone,
perform,
perform$with,
perform$with$with,
perform$with$with$with,
respondsTo,
setDisplayName,
xfprint,
xfprintid,
xprint,
xprintid |
Methods implemented by this class for interface swarm.defobj.GetName |
getName |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public HistogramImpl()
public HistogramImpl(Zone aZone, java.lang.String name)
public HistogramImpl(Zone aZone)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |