|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GNUPlotTerminal
This interface represents any GNUPlot terminal. "Terminal" by the definition of GNUPlot is any device which will present the drawn plots.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||