Uses of Class
edu.ull.cgunay.plots.Grapher.Axis

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

Uses of Grapher.Axis in edu.ull.cgunay.plots
 

Subclasses of Grapher.Axis in edu.ull.cgunay.plots
(package private)  class MatLab.Axis
          Overriding original Axis definition.
 

Fields in edu.ull.cgunay.plots declared as Grapher.Axis
(package private)  Grapher.Axis[] Grapher.MultiAxes.axes
          Axes to be plotted.
(package private)  Grapher.Axis SuperposedDataPlot.AxisFactory.axis
          Axis to be created.
(package private)  Grapher.Axis SimplePlot.axis
          The single axis of this plot.
 

Methods in edu.ull.cgunay.plots that return Grapher.Axis
 Grapher.Axis MatLab.createAxis()
          Convenience method to get instance of Axis defined here.
abstract  Grapher.Axis Grapher.createAxis()
          Factory method fro creating Axis instances.
 

Methods in edu.ull.cgunay.plots with parameters of type Grapher.Axis
 Grapher.MultiAxes MatLab.createMultiAxes(Grapher.Axis[] axes)
          Convenience method to get instance of MultiAxes defined here.
abstract  Grapher.MultiAxes Grapher.createMultiAxes(Grapher.Axis[] axes)
          Factory method fro creating MultiAxes instances.
 

Constructors in edu.ull.cgunay.plots with parameters of type Grapher.Axis
MatLab.MultiAxes(Grapher.Axis[] axes)
           
Grapher.MultiAxes(Grapher.Axis[] axes)
          Creates a new MultiAxes instance.