public abstract class ExpandableTerminal extends PropertiesHolder implements GNUPlotTerminal
NL| Constructor and Description |
|---|
ExpandableTerminal(java.lang.String type)
Create a new Terminal with a given type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Get the type of this terminal
|
java.lang.String |
processOutput(java.io.InputStream stdout)
This method only consumes gnuplot stdout input stream.
|
appendProperties, set, set, unsetclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitgetOutputFilepublic ExpandableTerminal(java.lang.String type)
type - The terminal to usepublic java.lang.String getType()
getType in interface GNUPlotTerminalpublic java.lang.String processOutput(java.io.InputStream stdout)
processOutput in interface GNUPlotTerminalstdout - The output of GNUPlot. It will be consumed.