public class HistogramDataset extends Dataset
| Modifier and Type | Class and Description |
|---|---|
protected static class |
HistogramDataset.HistogramDatasetLoader |
Dataset.Loader| Modifier | Constructor and Description |
|---|---|
protected |
HistogramDataset()
Constructs a HistogramDataset for values from 0 through 100.
|
|
HistogramDataset(double binMin,
double binMax,
double binSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(double[] xpoints,
double[] ypoints)
Appends (x,y) data-arrays to the Stipchart.
|
void |
append(double x,
double y)
Appends an (x,y) datum to the Stipchart.
|
void |
clear()
Clears data from the histogram.
|
static XML.ObjectLoader |
getLoader()
Returns the XML.ObjectLoader for this class.
|
double |
getXMax()
Gets the x world coordinate for the right hand side of the panel.
|
double |
getXMin()
Gets the x world coordinate for the left hand side of the panel.
|
void |
setBinWidth(double binMin,
double binMax,
double binSize) |
append, append, convertTableColumnIndex, countColumnsVisible, draw, drawFilledPlot, drawLinePlot, drawScatterPlot, getColumnClass, getColumnCount, getColumnName, getComplexDatasets, getData2D, getData3D, getDatasets, getEdgeColor, getFillColor, getID, getIndex, getLineColor, getMarkerShape, getMarkerSize, getName, getPoints, getRowCount, getValidXPoints, getValidYPoints, getValueAt, getVisible, getXColumnName, getXPoints, getYColumnName, getYMax, getYMin, getYPoints, insertionSort, isConnected, isMeasured, isSorted, isXColumnVisible, isYColumnVisible, moveDatum, read, recalculatePath, setConnected, setCustomMarker, setID, setLineColor, setMarkerColor, setMarkerColor, setMarkerColor, setMarkerShape, setMarkerSize, setMaximumPoints, setName, setSorted, setStride, setVisible, setXColumnVisible, setXYColumnNames, setXYColumnNames, setYColumnVisible, toString, writeaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic HistogramDataset(double binMin,
double binMax,
double binSize)
protected HistogramDataset()
public void append(double x,
double y)
public void append(double[] xpoints,
double[] ypoints)
public double getXMin()
getXMin in interface MeasurablegetXMin in class Datasetpublic double getXMax()
getXMax in interface MeasurablegetXMax in class Datasetpublic void setBinWidth(double binMin,
double binMax,
double binSize)
public static XML.ObjectLoader getLoader()