Data, Drawable, LogMeasurable, Measurablepublic class Stripchart extends Dataset
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
Stripchart.StripchartLoader |
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 |
Stripchart() |
Constructs a Stripchart for use by the XML loader.
|
|
Stripchart(double _xrange,
double _yrange) |
Constructs a Stripchart witht he given ranges.
|
| 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 all data from this Dataset.
|
void |
enable(boolean enabled) |
|
static XML.ObjectLoader |
getLoader() |
Returns the XML.ObjectLoader for this class.
|
void |
setRange(double _xrange,
double _yrange) |
Sets the range of the stipchart.
|
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, getXMax, getXMaxLogscale, getXMin, 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 Stripchart(double _xrange,
double _yrange)
_xrange - double_yrange - doubleprotected Stripchart()
public void setRange(double _xrange,
double _yrange)
_xrange - double_yrange - doublepublic void enable(boolean enabled)
public void append(double x,
double y)
public void append(double[] _xpoints,
double[] _ypoints)
public static XML.ObjectLoader getLoader()