Package | Description |
---|---|
com.panayotis.gnuplot | |
com.panayotis.gnuplot.terminal |
Modifier and Type | Method and Description |
---|---|
GNUPlotTerminal |
GNUPlot.getTerminal()
Get the current used terminal
|
Modifier and Type | Method and Description |
---|---|
void |
GNUPlot.setTerminal(GNUPlotTerminal term)
Change gnuplot terminal.
|
Constructor and Description |
---|
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,
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
|
Modifier and Type | Class and Description |
---|---|
class |
CustomTerminal
This is a user specific terminal.
|
class |
DefaultTerminal
The default GNUPlot terminal.
|
class |
ExpandableTerminal
This is the base class of all special terminals found in JavaPlot.
|
class |
FileTerminal
This Terminal supports file operations.
|
class |
ImageTerminal
This terminal is able to process gnuplot output as an image.
|
class |
PostscriptTerminal
This terminal uses postscript as it's backend
|
class |
SVGTerminal
This Terminal uses SVG graphics to display data on screen.
|
class |
TextFileTerminal
Base class of all terminals with output in text format.
|