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
|
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 |
data
Grapher.Data data
SingleDataPlot
public SingleDataPlot(Range range,
Grapher.Data data)
- Takes a dataset to plot.
- Parameters:
range - a Range valuedata - to plot
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