Uses of Class
com.panayotis.gnuplot.GNUPlotParameters

Packages that use GNUPlotParameters
com.panayotis.gnuplot   
 

Uses of GNUPlotParameters in com.panayotis.gnuplot
 

Methods in com.panayotis.gnuplot that return GNUPlotParameters
 GNUPlotParameters GNUPlot.getParameters()
          Ge the actual gnuplot parameters.
 

Methods in com.panayotis.gnuplot with parameters of type GNUPlotParameters
 void GNUPlot.setParameters(GNUPlotParameters parameters)
          Set gnuplot parameters to another set of parameters.
 

Constructors in com.panayotis.gnuplot with parameters of type GNUPlotParameters
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.
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
 



Copyright © 2013. All Rights Reserved.