|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GnuPlotObserver
Interface for certain observer which can produce gnuplot data.
Method Summary | |
---|---|
String[] |
getStyles()
Gets the styles for the columns. |
GnuPlot |
toGnuplot()
Creates a new GnuPlot object and passes the actual observer data to it. |
GnuPlot |
toGnuplot(GnuPlot gnuplot)
Passes the actual observer data to a GnuPlot object. |
Method Detail |
---|
String[] getStyles()
GnuPlot toGnuplot() throws IOException
GnuPlot
object and passes the actual observer data to it.
GnuPlot
object
IOException
- if gnuplot could not be accessedGnuPlot toGnuplot(GnuPlot gnuplot) throws IOException
GnuPlot
object.
gnuplot
- the GnuPlot
object to pass the data to
GnuPlot
object
IOException
- if gnuplot could not be accessed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |