|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.unidu.is.gnuplot.GnuplotCall
A class for calling the Linux/Unix tool gnuplot.
| Constructor Summary | |
GnuplotCall()
|
|
| Method Summary | |
static java.io.Reader |
call(java.lang.String input)
Calls gnuplot and returns the output of STDERR. |
static java.io.Reader |
call(java.lang.String input,
boolean returnReader,
boolean errorReader)
Calls gnuplot and returns the output on STDOUT or STDERR. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GnuplotCall()
| Method Detail |
public static java.io.Reader call(java.lang.String input)
throws java.io.IOException
Actually, this method issues a call for the config parameter
gnuplot.bin.
input - gnuplot input
java.io.IOException
public static java.io.Reader call(java.lang.String input,
boolean returnReader,
boolean errorReader)
throws java.io.IOException
Actually, this method issues a call for the config parameter
gnuplot.bin.
input - gnuplot inputreturnReader - if true, return a readererrorReader - if true, returns a reader for STDERR, otherwise for
STDOUT, if returnReader==true
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||