|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.primordion.xholon.io.AbstractHistogramViewer
This is the abstract superclass for concrete classes that capture data and display the data in a histogram.
| Constructor Summary | |
AbstractHistogramViewer()
|
|
| Method Summary | |
void |
chart()
Produce a histogram chart. |
abstract void |
chart(double[] values)
Produce a histogram chart. |
abstract void |
remove()
Remove the chart from the screen. |
void |
setXRange(double min,
double max)
Set the X range of the histogram. |
void |
setYRange(double min,
double max)
Set the Y range of the histogram. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.primordion.xholon.io.IHistogramViewer |
initialize |
| Constructor Detail |
public AbstractHistogramViewer()
| Method Detail |
public abstract void chart(double[] values)
IHistogramViewer
chart in interface IHistogramViewervalues - Values that will be grouped into bins and displayed as a histogram.public void chart()
IHistogramViewer
chart in interface IHistogramViewerpublic abstract void remove()
IHistogramViewer
remove in interface IHistogramViewer
public void setXRange(double min,
double max)
IHistogramViewer
setXRange in interface IHistogramViewermin - Minimum cutoff value to show in the chart.max - Maximum cutoff value to show in the chart.
public void setYRange(double min,
double max)
IHistogramViewer
setYRange in interface IHistogramViewermin - Minimum cutoff value to show in the chart.max - Maximum cutoff value to show in the chart.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||