|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.panayotis.gnuplot.terminal.DefaultTerminal
public class DefaultTerminal
The default GNUPlot terminal. This terminal has no output file, or specific terminal type. It is here, just in case no specific terminal type has been provided.
Note that in many operating systems this terminal is not really useful, or even visible. Please use a specific terminal yourself.
| Constructor Summary | |
|---|---|
DefaultTerminal()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTerminal()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||