public class TextFileTerminal extends FileTerminal
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected String |
output |
NL| Constructor and Description |
|---|
TextFileTerminal(String type)
Creates a new instance of TextFileTerminal.
|
TextFileTerminal(String type,
String filename)
Creates a new instance of TextFileTerminal and output to a specific file
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTextOutput()
Retrieve the String with the output of the last gnuplot command
|
String |
processOutput(InputStream stdout)
Process output of this terminal.
|
getOutputFilegetTypeappendProperties, set, set, unsetclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringprotected String output
public TextFileTerminal(String type)
type - the terminal typepublic String processOutput(InputStream stdout)
processOutput in interface GNUPlotTerminalprocessOutput in class ExpandableTerminalstdout - The gnuplot output streampublic String getTextOutput()
Copyright © 2014–2016. All rights reserved.