public interface GnuPlotObserver
| Modifier and Type | Method and Description |
|---|---|
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. |
String[] getStyles()
GnuPlot toGnuplot() throws IOException
GnuPlot object and passes the actual observer data to it.GnuPlot objectIOException - if gnuplot could not be accessedGnuPlot toGnuplot(GnuPlot gnuplot) throws IOException
GnuPlot object.gnuplot - the GnuPlot object to pass the data toGnuPlot objectIOException - if gnuplot could not be accessedCopyright © 2007–2021. All rights reserved.