Data, Drawable, LogMeasurable, Measurablepublic class HistogramDataset extends Dataset
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
HistogramDataset.HistogramDatasetLoader |
Dataset.LoaderAREA, BAR, CIRCLE, columnID, CUSTOM, customMarker, datasetID, errorBars, generalPath, index, maxPoints, maxPointsMultiplier, NO_MARKER, PIXEL, POST, sorted, SQUARE, visible, xColumnDescription, xmax, xmaxLogscale, xmin, xminLogscale, xpoints, yColumnDescription, ymax, ymaxLogscale, ymin, yminLogscale, ypoints| Modifier | Constructor | Description |
|---|---|---|
protected |
HistogramDataset() |
Constructs a HistogramDataset for values from 0 through 100.
|
|
HistogramDataset(double binMin,
double binMax,
double binSize) |
Constructor HistogramDataset
|
| Modifier and Type | Method | 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) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtappend, append, convertTableColumnIndex, countColumnsVisible, draw, drawFilledPlot, drawLinePlot, drawScatterPlot, getColumnClass, getColumnCount, getColumnID, getColumnName, getColumnNames, getData2D, getData3D, getDataList, getDatasets, getEdgeColor, getFillColor, getFillColors, getID, getIndex, getLineColor, getLineColors, getMarkerShape, getMarkerSize, getName, getPoints, getRowCount, getValidXPoints, getValidYPoints, getValueAt, getVisible, getXColumnDescription, getXColumnName, getXMaxLogscale, getXMinLogscale, getXPoints, getYColumnDescription, getYColumnName, getYMax, getYMaxLogscale, getYMin, getYMinLogscale, getYPoints, insertionSort, isConnected, isMeasured, isSorted, isXColumnVisible, isYColumnVisible, moveDatum, read, recalculatePath, setColumnID, setConnected, setCustomMarker, setID, setLineColor, setMarkerColor, setMarkerColor, setMarkerColor, setMarkerShape, setMarkerSize, setMaximumPoints, setName, setSorted, setStride, setVisible, setXColumnDescription, setXColumnVisible, setXYColumnNames, setXYColumnNames, setYColumnDescription, setYColumnVisible, toString, writepublic HistogramDataset(double binMin,
double binMax,
double binSize)
binMin - binMax - 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()