public class Stripchart extends Dataset
Modifier and Type | Class and Description |
---|---|
protected static class |
Stripchart.StripchartLoader |
Dataset.Loader
Modifier | Constructor and 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 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 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.
|
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, getXMax, getXMin, 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, write
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public 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()