Data, Drawable, LogMeasurable, Measurablepublic class DataColumn extends Dataset
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
DataColumn.Loader |
A class to save and load DataColumn data in an XMLControl.
|
AREA, 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| Constructor | Description |
|---|---|
DataColumn() |
Constructs a DataColumn.
|
| Modifier and Type | Method | Description |
|---|---|---|
static XML.ObjectLoader |
getLoader() |
Returns the XML.ObjectLoader for this class.
|
double |
getShift() |
Gets the shift used to shift the values of all elements.
|
double[] |
getYPoints() |
Gets a copy of the ypoints array, with shift added if shifted.
|
boolean |
isShifted() |
Gets the shifted property.
|
void |
setPoints(double[] yPoints) |
Sets the y-column points.
|
boolean |
setShift(double shift) |
Sets the shift used to shift the values of all elements.
|
void |
setShifted(boolean shift) |
Sets the shifted property to shift the values of all elements.
|
boolean |
setShiftedValue(int i,
double value) |
|
void |
setXColumnVisible(boolean b) |
Overrides Dataset.setXColumnVisible method.
|
void |
setXYColumnNames(java.lang.String xName,
java.lang.String yName) |
Overrides Dataset.setXYColumnNames method.
|
void |
setXYColumnNames(java.lang.String xName,
java.lang.String yName,
java.lang.String name) |
Overrides Dataset.setXYColumnNames method.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtappend, append, append, append, clear, 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, 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, setYColumnDescription, setYColumnVisible, toString, writepublic void setPoints(double[] yPoints)
yPoints - the y-column data pointspublic void setXYColumnNames(java.lang.String xName,
java.lang.String yName)
setXYColumnNames in class DatasetxName - ignoredyName - the y-column namepublic void setXYColumnNames(java.lang.String xName,
java.lang.String yName,
java.lang.String name)
setXYColumnNames in class DatasetxName - ignoredyName - the y-column namename - the dataset namepublic void setXColumnVisible(boolean b)
setXColumnVisible in class Datasetb - ignoredpublic double[] getYPoints()
getYPoints in class Datasetpublic void setShifted(boolean shift)
shift - true to shift the valuespublic boolean isShifted()
public boolean setShift(double shift)
shift - the shiftpublic double getShift()
public boolean setShiftedValue(int i,
double value)
public static XML.ObjectLoader getLoader()