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

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

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

Subclasses of Grapher.MultiAxes in edu.ull.cgunay.plots
(package private)  class MatLab.MultiAxes
           
 

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