edu.ull.cgunay.plots
Class SingleDataPlot

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

public class SingleDataPlot
extends Plot

Plots a single dataset in a single axis.

Created: Mon Nov 11 15:08:58 2002

Modified: $Date: 2003/03/13 05:09:55 $

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

Field Summary
(package private)  Grapher.Data data
           
 
Fields inherited from class edu.ull.cgunay.plots.Plot
axes, fontSize, grapher, label, range, title, xLabel, yLabel
 
Constructor Summary
SingleDataPlot(Range range, Grapher.Data data)
          Takes a dataset 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

data

Grapher.Data data
Constructor Detail

SingleDataPlot

public SingleDataPlot(Range range,
                      Grapher.Data data)
Takes a dataset to plot.

Parameters:
range - a Range value
data - to plot
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