| Package | Description |
|---|---|
| com.panayotis.gnuplot |
| Modifier and Type | Method and Description |
|---|---|
GNUPlotParameters |
GNUPlot.getParameters()
Ge the actual gnuplot parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GNUPlot.setParameters(GNUPlotParameters parameters)
Set gnuplot parameters to another set of parameters.
|
| Constructor and Description |
|---|
GNUPlot(GNUPlotParameters par)
Create a new instance of gnuplot, with a given set of parameters.
|
GNUPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term)
Create a new instance of gnuplot, with given parameters and given path
for gnuplot.
|
GNUPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term,
boolean isGraph3D)
Create a new instance of gnuplot, with given parameters and given path
for gnuplot.
|
JavaPlot(GNUPlotParameters par)
Create a new JavaPlot object with given parameters
|
JavaPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term)
Create a new JavaPlot object with given parameters, gnuplot path and
terminal
|
JavaPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term,
boolean isGraph3D)
Create a new JavaPlot object with given parameters, gnuplot path terminal
ans isGraph3D
|