|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.String>
com.panayotis.gnuplot.PropertiesHolder
com.panayotis.gnuplot.terminal.ExpandableTerminal
com.panayotis.gnuplot.terminal.CustomTerminal
public class CustomTerminal
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.
GNUPlotTerminal.processOutput(java.io.InputStream),
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.panayotis.gnuplot.PropertiesHolder |
|---|
NL |
| Constructor Summary | |
|---|---|
CustomTerminal(java.lang.String type,
java.lang.String file)
Create a new custom terminal |
|
| Method Summary | |
|---|---|
java.lang.String |
getOutputFile()
Retrieve the output filename |
| Methods inherited from class com.panayotis.gnuplot.terminal.ExpandableTerminal |
|---|
getType, processOutput |
| Methods inherited from class com.panayotis.gnuplot.PropertiesHolder |
|---|
appendProperties, set, set, unset |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public CustomTerminal(java.lang.String type,
java.lang.String file)
type - The type of this terminalfile - The filename to redirect output (if desired)| Method Detail |
|---|
public java.lang.String getOutputFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||