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, unset
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
getOutputFile
public ExpandableTerminal(java.lang.String type)
type
- The terminal to usepublic java.lang.String getType()
getType
in interface GNUPlotTerminal
public java.lang.String processOutput(java.io.InputStream stdout)
processOutput
in interface GNUPlotTerminal
stdout
- The output of GNUPlot. It will be consumed.