Uses of Interface
com.panayotis.gnuplot.plot.Plot

Packages that use Plot
com.panayotis.gnuplot   
com.panayotis.gnuplot.plot   
 

Uses of Plot in com.panayotis.gnuplot
 

Methods in com.panayotis.gnuplot that return types with arguments of type Plot
 ArrayList<Plot> GNUPlot.getPlots()
          Get a list of the (default) plots used in this set.
 ArrayList<Plot> GNUPlotParameters.getPlots()
          Get the list of the stored plots from default graph
 

Methods in com.panayotis.gnuplot with parameters of type Plot
 void GNUPlot.addPlot(Plot plot)
          Add a new Plot
 void GNUPlotParameters.addPlot(Plot plot)
          Add a new plot to the default plot group.
 

Uses of Plot in com.panayotis.gnuplot.plot
 

Classes in com.panayotis.gnuplot.plot that implement Plot
 class AbstractPlot
          This is the base class of all plot objects.
 class DataSetPlot
          This plot uses data sets as coordinates of the points to e displayed.
 class FunctionPlot
          This type of Plot is used to provide an interface to the functional plots of gnuplot.
 

Methods in com.panayotis.gnuplot.plot with parameters of type Plot
 void Graph.addPlot(Plot plot)
          Add a new plot to this plotgroup.
 



Copyright © 2013. All Rights Reserved.