Uses of Class
com.panayotis.gnuplot.GNUPlotException

Packages that use GNUPlotException
com.panayotis.gnuplot   
 

Uses of GNUPlotException in com.panayotis.gnuplot
 

Methods in com.panayotis.gnuplot that throw GNUPlotException
 void GNUPlot.plot()
          Perform the actual action of plotting.
 

Constructors in com.panayotis.gnuplot that throw GNUPlotException
GNUPlot()
          Create a new instance of gnuplot, using the default parameters
GNUPlot(boolean isGraph3D)
          Create a new instance of gnuplot, using the default parameters.
GNUPlot(GNUPlotParameters par)
          Create a new instance of gnuplot, with a given set of parameters.
GNUPlot(GNUPlotParameters par, String gnuplotpath, GNUPlotTerminal term)
          Create a new instance of gnuplot, with given parameters and given path for gnuplot.
GNUPlot(GNUPlotParameters par, String gnuplotpath, GNUPlotTerminal term, boolean isGraph3D)
          Create a new instance of gnuplot, with given parameters and given path for gnuplot.
GNUPlot(String gnuplotpath)
          Create a new instance of gnuplot, with a given path for gnuplot.
GNUPlot(String gnuplotpath, boolean isGraph3D)
          Create a new instance of gnuplot, with a given path for gnuplot.
JavaPlot()
          Create a new instance of JavaPlot, with the default parameters
JavaPlot(boolean isGraph3D)
          Create a new instance of JavaPlot, using the default parameters.
JavaPlot(GNUPlotParameters par)
          Create a new JavaPlot object with given parameters
JavaPlot(GNUPlotParameters par, String gnuplotpath, GNUPlotTerminal term)
          Create a new JavaPlot object with given parameters, gnuplot path and terminal
JavaPlot(GNUPlotParameters par, String gnuplotpath, GNUPlotTerminal term, boolean isGraph3D)
          Create a new JavaPlot object with given parameters, gnuplot path terminal ans isGraph3D
JavaPlot(String gnuplotpath)
          Create a new JavaPlot object with a given gnuplot path
JavaPlot(String gnuplotpath, boolean isGraph3D)
          Create a new instance of gnuplot, with a given path for gnuplot.
 



Copyright © 2013. All Rights Reserved.