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

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

Uses of PlotHandle in edu.ull.cgunay.plots
 

Methods in edu.ull.cgunay.plots that return PlotHandle
 PlotHandle GNUPlot.multiPlot(Collection plots, PrintStream out)
          Not implemented yet!
 PlotHandle MatLab.multiPlot(Collection plots, PrintStream out)
          Initial implementation of a collection of separate plots appear on one figure aligend vertically with matching ranges.
 PlotHandle MatLab.superposedPlot(String title, Collection plots, PrintStream out)
          Initial implementation of a superposed collection of plots appearing on one figure.
 PlotHandle Grapher.multiPlot(Plot[] plots, PrintStream out)
           
abstract  PlotHandle Grapher.multiPlot(Collection plots, PrintStream out)
          Multiple plots in the same window, arranged one on top of the other with same range.
 PlotHandle Grapher.superposedPlot(String title, Plot[] plots, PrintStream out)
           
abstract  PlotHandle Grapher.superposedPlot(String title, Collection plots, PrintStream out)
          Multiple datasets on the same axis.
 PlotHandle Grapher.display(Plot plot, PrintStream out)
          Displays the plot generated from the given plot description.
 

Methods in edu.ull.cgunay.plots with parameters of type PlotHandle
 void GNUPlot.writeEPS(PlotHandle handle, String filename)
          Sets terminal type to postscript eps and directs the output to given filename.
 void MatLab.writeEPS(PlotHandle handle, String filename)
           
 void MatLab.writeEPSbw(PlotHandle handle, String filename)
           
abstract  void Grapher.writeEPS(PlotHandle handle, String filename)
          Exports an EPS file of the previously visualized (required) plot.
abstract  void Grapher.writeEPSbw(PlotHandle handle, String filename)
          Exports a black-n-white EPS file of the previously visualized (required) plot.