|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GNUPlotTerminal | |
|---|---|
| com.panayotis.gnuplot | |
| com.panayotis.gnuplot.terminal | |
| Uses of GNUPlotTerminal in com.panayotis.gnuplot |
|---|
| Methods in com.panayotis.gnuplot that return GNUPlotTerminal | |
|---|---|
GNUPlotTerminal |
GNUPlot.getTerminal()
Get the current used terminal |
| Methods in com.panayotis.gnuplot with parameters of type GNUPlotTerminal | |
|---|---|
void |
GNUPlot.setTerminal(GNUPlotTerminal term)
Change gnuplot terminal. |
| Constructors in com.panayotis.gnuplot with parameters of type GNUPlotTerminal | |
|---|---|
GNUPlot(GNUPlotParameters par,
String gnuplotpath,
GNUPlotTerminal term)
Create a new instance of gnuplot, with given parameters and given path for gnuplot. |
|
GNUPlot(GNUPlotParameters par,
String gnuplotpath,
GNUPlotTerminal term,
boolean isGraph3D)
Create a new instance of gnuplot, with given parameters and given path for gnuplot. |
|
JavaPlot(GNUPlotParameters par,
String gnuplotpath,
GNUPlotTerminal term)
Create a new JavaPlot object with given parameters, gnuplot path and terminal |
|
JavaPlot(GNUPlotParameters par,
String gnuplotpath,
GNUPlotTerminal term,
boolean isGraph3D)
Create a new JavaPlot object with given parameters, gnuplot path terminal ans isGraph3D |
|
| Uses of GNUPlotTerminal in com.panayotis.gnuplot.terminal |
|---|
| Classes in com.panayotis.gnuplot.terminal that implement GNUPlotTerminal | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||