Uses of Class
edu.ull.cgunay.plots.Plot

Packages that use Plot
edu.ull.cgunay.plots Grapher independent plotting system that allows using external grapher programs to display plots created in Java.  
 

Uses of Plot in edu.ull.cgunay.plots
 

Subclasses of Plot in edu.ull.cgunay.plots
 class ErrorBarPlot
          A simple plot that features a single ErrorDAta.
 class MultiDataPlot
          A plot that can contain multiple axes, each containing multiple datasets.
 class ProfilePlot
          Plots a time profile of an double entity changing in time.
 class SimplePlot
          A simple single axis, single data plot.
 class SingleDataPlot
          Plots a single dataset in a single axis.
 class SpikePlot
          Plot of a collection of spike timings.
 class SuperposedDataPlot
          Plots multiple datasets on a single axis.
 

Fields in edu.ull.cgunay.plots declared as Plot
(package private)  Plot PlotHandle.plot
          The description of the Plot encapsulated.
 

Methods in edu.ull.cgunay.plots that return Plot
 Plot PlotHandle.getPlot()
          Get the value of plot.
 

Methods in edu.ull.cgunay.plots with parameters of type Plot
 String GNUPlot.plotToString(Plot plot)
          Deprecated. See MatLab
(package private)  String GNUPlot.getLabel(Plot plot)
           
 String MatLab.plotToStringAlt(Plot plot)
          Alternative to plotToString, supposed to replace it soon.
abstract  String Grapher.plotToStringAlt(Plot plot)
          When defined, should call plot.recipe.
 PlotHandle Grapher.multiPlot(Plot[] plots, PrintStream out)
           
 PlotHandle Grapher.superposedPlot(String title, Plot[] plots, PrintStream out)
           
 PlotHandle Grapher.display(Plot plot, PrintStream out)
          Displays the plot generated from the given plot description.
 

Constructors in edu.ull.cgunay.plots with parameters of type Plot
PlotHandle(Plot plot, Grapher grapher, int windowNumber)
          Association of a plot with the grapher.