public class DefaultTerminal extends java.lang.Object implements GNUPlotTerminal, java.io.Serializable
Note that in many operating systems this terminal is not really useful, or even visible. Please use a specific terminal yourself.
| Constructor and Description |
|---|
DefaultTerminal() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOutputFile()
No output is defined for this terminal
|
java.lang.String |
getType()
This Terminal has no type.
|
java.lang.String |
processOutput(java.io.InputStream stdout)
No processing is performed.
|
public java.lang.String getType()
getType in interface GNUPlotTerminalpublic java.lang.String getOutputFile()
getOutputFile in interface GNUPlotTerminalpublic java.lang.String processOutput(java.io.InputStream stdout)
processOutput in interface GNUPlotTerminalstdout - The output of GNUPlot. Not processed.