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

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

Uses of Range in edu.ull.cgunay.plots
 

Fields in edu.ull.cgunay.plots declared as Range
protected  Range AxisTemplate.range
          Range of the plot.
(package private)  Range Grapher.PreciseProfileData.range
          Range to draw the plot.
protected  Range Plot.range
          Range of the plot.
(package private)  Range Grapher.Axis.range
           
(package private)  Range Grapher.ProfileData.range
          Range to draw the plot.
 

Methods in edu.ull.cgunay.plots that return Range
 Range AxisTemplate.getRange()
          Get the value of range.
 Range Grapher.PreciseProfileData.getRange()
          Get the value of range.
 Range HasAxisLabels.getRange()
           
 Range Plot.getRange()
          Get the value of range.
(package private) static Range Plot.getMaxRange(HasAxisLabels[] plots)
          Find maximum range by iterating on all objects implementing HasAxisLabels.
(package private) static Range Plot.getMaxRange(Collection plots)
           
static Range Range.max(Range r1, Range r2)
          Returns the union of two ranges, that is the maximal range including both ranges.
 Range Profile.getRange()
          Returns the maximum range of this profile, that is a range consisting of the minimum and maximum time entries.
 Range Grapher.Axis.getRange()
          Get the value of range.
 Range Grapher.ProfileData.getRange()
          Get the value of range.
 

Methods in edu.ull.cgunay.plots with parameters of type Range
 void AxisTemplate.setRange(Range v)
          Set the value of range.
 void Grapher.PreciseProfileData.setRange(Range v)
          Set the value of range.
 String MatLab.range(Range range)
          Returns range in the matlab format "a:(b-a)/points:b"
 void Plot.setRange(Range v)
          Set the value of range.
protected  String Plot.profile(Profile param1, Range param2)
           
protected  String Plot.range(Range param1)
           
 void Range.add(Range range)
          Adds given range to this one, resulting in enlarging this range.
static Range Range.max(Range r1, Range r2)
          Returns the union of two ranges, that is the maximal range including both ranges.
static Range Range.max(Range r1, Range r2)
          Returns the union of two ranges, that is the maximal range including both ranges.
 Iterator Profile.iterator(Range range)
          Returns an Iterator for the entity values recorded in the given range.
 Collection Profile.collection(Range range)
          Returns an Collection for the entity values recorded in the given range.
 String Grapher.profile(Profile profile, Range range)
          Returns a string representation of a Profile for a given Range.
 String Grapher.range(Range range)
          Returns a String that gives a range for the Grapher.
 void Grapher.Axis.setRange(Range v)
          Set the value of range.
 void Grapher.Data.addVariable(String name, Range range)
          Add a range variable to variables.
 void Grapher.ProfileData.setRange(Range v)
          Set the value of range.
 

Constructors in edu.ull.cgunay.plots with parameters of type Range
MultiDataPlot(AxisTemplate[] axisTemplates, Range range)
          Creates a new MultiDataPlot instance from AxisTemplates.
Grapher.PreciseProfileData(String label, Profile profile, Range range)
          Creates a new PreciseProfileData instance.
SuperposedDataPlot(Range range, Grapher.Data[] datas)
          Takes a dataset to plot.
SuperposedDataPlot(Range range)
          Creates a new SuperposedDataPlot instance for internal use by subclasses.
SuperposedDataPlot(Range range, List datas)
          Takes a List of datasets to plot.
ErrorBarPlot(String label, Range range, Profile errorValues)
          Takes list of ErrorValues to plot.
SingleDataPlot(Range range, Grapher.Data data)
          Takes a dataset to plot.
ProfilePlot(String title, Range range, Profile profile)
           
SpikePlot(String title, Range range, Vector spikes)
           
Plot(String label, Range range)
           
SimplePlot(String label, Range range)
           
Grapher.ProfileData(String label, Profile profile, Range range)
           
Grapher.VerticalBar(String label, double xValue, Range yRange)
          Create with a y-range parameter.