public interface GNUPlotTerminal
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutputFile()
Get the output filename.
|
java.lang.String |
getType()
Get the terminal type / terminal name.
|
java.lang.String |
processOutput(java.io.InputStream stdout)
This method is executed bu GNUPlot, when the plot has been performed.
|
java.lang.String getType()
java.lang.String getOutputFile()
java.lang.String processOutput(java.io.InputStream stdout)
Note that if no output filename is given, then it is necessary to "consume" this stream, or else a thread lockup might happen.
stdout
- The output stream of GNUPlot. Note that since it is
required to read from this stream, it is given as InputStream.