public class DataSetPlot extends AbstractPlot
NL
Constructor and Description |
---|
DataSetPlot()
Create a new data set with a default data set.
|
DataSetPlot(DataSet dataset)
Create a new object with a specific data set
|
DataSetPlot(double[][] dataset)
Create a new data set with the specified double-precision array as a data
set
|
DataSetPlot(float[][] dataset)
Create a new data set with the specified float-precision array as a data
set
|
DataSetPlot(int[][] dataset)
Create a new data set with the specified integer-precision array as a
data set
|
DataSetPlot(long[][] dataset)
Create a new data set with the specified long-precision array as a data
set
|
Modifier and Type | Method and Description |
---|---|
DataSet |
getDataSet()
Retrieve the data set of this plot
|
void |
retrieveData(java.lang.StringBuilder bf)
Retrieve the data set of this plot command.
|
void |
setDataSet(DataSet set)
Set the data set of this plot to the specified one
|
getPlotStyle, retrieveDefinition, setDefinition, setPlotStyle, setSmooth, setTitle
appendProperties, set, set, unset
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public DataSetPlot()
public DataSetPlot(double[][] dataset)
dataset
- A 2D double table with the data setpublic DataSetPlot(float[][] dataset)
dataset
- A 2D float table with the data setpublic DataSetPlot(int[][] dataset)
dataset
- A 2D integer table with the data setpublic DataSetPlot(long[][] dataset)
dataset
- A 2D long table with the data setpublic DataSetPlot(DataSet dataset)
dataset
- The data set to usepublic void retrieveData(java.lang.StringBuilder bf)
bf
- The buffer to store the data setpublic final void setDataSet(DataSet set)
set
- The data set to usepublic DataSet getDataSet()