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

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

Uses of AxisTemplate in edu.ull.cgunay.plots
 

Fields in edu.ull.cgunay.plots declared as AxisTemplate
(package private)  AxisTemplate[] MultiDataPlot.axisTemplates
          Describe variable axes here.
 

Constructors in edu.ull.cgunay.plots with parameters of type AxisTemplate
SuperposedDataPlot.AxisFactory(AxisTemplate template)
          Creates a new AxisFactory instance that will create a Grapher.Axis from an AxisTemplate.
MultiDataPlot(AxisTemplate[] axisTemplates)
          Creates a new MultiDataPlot instance from AxisTemplates.
MultiDataPlot(AxisTemplate[] axisTemplates, Range range)
          Creates a new MultiDataPlot instance from AxisTemplates.