Package | Description |
---|---|
com.panayotis.gnuplot | |
com.panayotis.gnuplot.dataset | |
com.panayotis.gnuplot.plot |
Modifier and Type | Method and Description |
---|---|
void |
JavaPlot.addPlot(DataSet set) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayDataSet
Store data sets in a static primitive 2D array
|
class |
FileDataSet
This object uses data sets already stored in files.
|
class |
GenericDataSet
Generic data class to store data.
|
class |
PointDataSet<N extends java.lang.Number>
Store data sets in a dynamic Generics ArrayList of Points.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetPlot.getDataSet()
Retrieve the data set of this plot
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetPlot.setDataSet(DataSet set)
Set the data set of this plot to the specified one
|
Constructor and Description |
---|
DataSetPlot(DataSet dataset)
Create a new object with a specific data set
|