edu.ull.cgunay.plots
Class ErrorBarPlot

java.lang.Object
  |
  +--edu.ull.cgunay.plots.Plot
        |
        +--edu.ull.cgunay.plots.ErrorBarPlot
All Implemented Interfaces:
HasAxisLabels, Serializable

public class ErrorBarPlot
extends Plot

A simple plot that features a single ErrorDAta.

Created: Mon Nov 11 15:08:58 2002

Modified: $Date: 2002/12/17 00:58:53 $

Version:
v2.0, $Revision: 1.3 $ for this file.
Author:
Cengiz Gunay
See Also:
ErrorValue, Serialized Form

Field Summary
(package private)  Profile errorValues
           
 
Fields inherited from class edu.ull.cgunay.plots.Plot
axes, fontSize, grapher, label, range, title, xLabel, yLabel
 
Constructor Summary
ErrorBarPlot(String label, Range range, Profile errorValues)
          Takes list of ErrorValues to plot.
 
Method Summary
 String recipe(Grapher grapher)
          Creates an "errorbar" type dataset for the spike plot and associates with a single axis.
 
Methods inherited from class edu.ull.cgunay.plots.Plot
add, assign, def_func, div, exp, func, geq, getFontSize, getGrapher, getLabel, getMaxRange, getMaxRange, getRange, getTitle, getXLabel, getYLabel, mul, neg, plot, profile, range, setFontSize, setGrapher, setLabel, setRange, setTitle, setXLabel, setYLabel, sub, toString, variable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorValues

Profile errorValues
Constructor Detail

ErrorBarPlot

public ErrorBarPlot(String label,
                    Range range,
                    Profile errorValues)
Takes list of ErrorValues to plot.

Parameters:
label - a String value
range - a Range value
errorValues - a Vector value
Method Detail

recipe

public String recipe(Grapher grapher)
Creates an "errorbar" type dataset for the spike plot and associates with a single axis.

Specified by:
recipe in class Plot
Parameters:
grapher - a Grapher value
Returns:
a String value