|
||||||||||
| 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
public abstract class ExpandableTerminal
This is the base class of all special terminals found in JavaPlot. It provides support for terminal types and consumes unwanted gnuplot output.
| Field Summary |
|---|
| Fields inherited from class com.panayotis.gnuplot.PropertiesHolder |
|---|
NL |
| Constructor Summary | |
|---|---|
ExpandableTerminal(java.lang.String type)
Create a new Terminal with a given type |
|
| Method Summary | |
|---|---|
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. |
| 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 com.panayotis.gnuplot.terminal.GNUPlotTerminal |
|---|
getOutputFile |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public ExpandableTerminal(java.lang.String type)
type - The terminal to use| Method Detail |
|---|
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||