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

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

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

Subclasses of Grapher.DataType in edu.ull.cgunay.plots
(package private)  class MatLab.DefaultDataType
          Simple plot command type.
(package private)  class MatLab.ErrorDataType
           
(package private)  class MatLab.ImpulseDataType
           
(package private)  class MatLab.MatLabDataType
           
 

Fields in edu.ull.cgunay.plots declared as Grapher.DataType
(package private)  Grapher.DataType Grapher.Data.dataType
           
 

Methods in edu.ull.cgunay.plots that return Grapher.DataType
 Grapher.DataType Grapher.Data.getDataType()
          Get the DataType value.