com.panayotis.gnuplot.terminal
Class CustomTerminal
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
com.panayotis.gnuplot.PropertiesHolder
com.panayotis.gnuplot.terminal.ExpandableTerminal
com.panayotis.gnuplot.terminal.CustomTerminal
- All Implemented Interfaces:
- GNUPlotTerminal, Serializable, Cloneable, Map<String,String>
public class CustomTerminal
- extends ExpandableTerminal
This is a user specific terminal. The user in run-time defines what kind of terminal wants.
The output is not processed. If you want to process the output, you might need to subclass
this object and override processOutput(InputStream stdout) method.
- Author:
- teras
- See Also:
GNUPlotTerminal.processOutput(java.io.InputStream),
Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
CustomTerminal
public CustomTerminal(String type,
String file)
- Create a new custom terminal
- Parameters:
type - The type of this terminalfile - The filename to redirect output (if desired)
getOutputFile
public String getOutputFile()
- Retrieve the output filename
- Returns:
- The filename which this terminal will direct gnuplot output
Copyright © 2013. All Rights Reserved.