Uses of Interface
edu.ull.cgunay.plots.HasAxisLabels

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

Uses of HasAxisLabels in edu.ull.cgunay.plots
 

Classes in edu.ull.cgunay.plots that implement HasAxisLabels
 class AxisTemplate
          A template, from which a real Axis object can be instantiated when a grapher is available.
 class ErrorBarPlot
          A simple plot that features a single ErrorDAta.
protected  class Grapher.Axis
          An object that represent a data axis for the grapher.
(package private)  class MatLab.Axis
          Overriding original Axis definition.
 class MultiDataPlot
          A plot that can contain multiple axes, each containing multiple datasets.
 class Plot
          Grapher independent description for plots.
 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 HasAxisLabels
(package private)  HasAxisLabels SuperposedDataPlot.AxisFactory.decor
          Holds axis decorations.
 

Methods in edu.ull.cgunay.plots with parameters of type HasAxisLabels
(package private)  String MatLab.titleString(HasAxisLabels plot)
          Returns a proper title statement in MatLab if available.
(package private)  String MatLab.xLabelString(HasAxisLabels plot)
          Returns a proper statement in MatLab to set the x-axis label if available.
(package private)  String MatLab.yLabelString(HasAxisLabels plot)
          Returns a proper statement in MatLab to set the y-axis label if available.
(package private) static Range Plot.getMaxRange(HasAxisLabels[] plots)
          Find maximum range by iterating on all objects implementing HasAxisLabels.
 

Constructors in edu.ull.cgunay.plots with parameters of type HasAxisLabels
SuperposedDataPlot.AxisFactory(Grapher.Data[] datas, HasAxisLabels decor)
          Creates a new AxisFactory instance.