Uses of Package
edu.ull.cgunay.plots

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

Classes in edu.ull.cgunay.plots used by edu.ull.cgunay.plots
AxisTemplate
          A template, from which a real Axis object can be instantiated when a grapher is available.
Grapher
          Represents the active Grapher process and its capabilities.
Grapher.Axis
          An object that represent a data axis for the grapher.
Grapher.Data
          Each dataset that can be added to an Axis.
Grapher.DataType
          Type of representation for the data.
Grapher.MultiAxes
          An object that combines multiple axes.
GrapherNotAvailableException
          Created: Thu Apr 11 13:50:11 2002 Modified: $Date: 2002/12/17 00:58:54 $
HasAxisLabels
          Features methods to access axis labels.
MatLab.MatLabDataType
           
MatLab.PatternIterator
          If multiple datasets are plotted on same axis, cycle through these (only required for stupid Matlab).
Plot
          Grapher independent description for plots.
PlotHandle
          Entity that associates a plot and a grapher at display time.
Profilable
          An entity whose contents can be recorded in a Profile.
Profile
          Records the (time) profile of a variable Profilable entity.
Range
          Holds the pair of doubles indicating a range of a variable.
SimplePlot
          A simple single axis, single data plot.
SpikePlot
          Plot of a collection of spike timings.
SuperposedDataPlot
          Plots multiple datasets on a single axis.