| Interface | Description |
|---|---|
| GNUPlotTerminal |
This interface represents any GNUPlot terminal.
|
| Class | Description |
|---|---|
| CustomTerminal |
This is a user specific terminal.
|
| DefaultTerminal |
The default GNUPlot terminal.
|
| ExpandableTerminal |
This is the base class of all special terminals found in JavaPlot.
|
| FileTerminal |
This Terminal supports file operations.
|
| ImageTerminal |
This terminal is able to process gnuplot output as an image.
|
| PostscriptTerminal |
This terminal uses postscript as it's backend
|
| SVGTerminal |
This Terminal uses SVG graphics to display data on screen.
|
| TextFileTerminal |
Base class of all terminals with output in text format.
|