edu.ull.cgunay.plots
Class SuperposedDataPlot
java.lang.Object
|
+--edu.ull.cgunay.plots.Plot
|
+--edu.ull.cgunay.plots.SuperposedDataPlot
- All Implemented Interfaces:
- HasAxisLabels, Serializable
- Direct Known Subclasses:
- MultiDataPlot
- public class SuperposedDataPlot
- extends Plot
Plots multiple datasets on a single axis.
Created: Mon Nov 11 15:08:58 2002
Modified: $Date: 2003/03/13 05:09:55 $
- Version:
- v2.0, $Revision: 1.4 $ for this file.
- Author:
- Cengiz Gunay
- See Also:
Grapher.Data,
Serialized Form
|
Method Summary |
String |
recipe(Grapher grapher)
Combines given datasets to be displayed on 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 |
datas
Grapher.Data[] datas
SuperposedDataPlot
public SuperposedDataPlot(Range range,
Grapher.Data[] datas)
- Takes a dataset to plot.
- Parameters:
range - a Range value
SuperposedDataPlot
SuperposedDataPlot(Range range)
- Creates a new
SuperposedDataPlot instance for
internal use by subclasses.
- Parameters:
range - a Range value
SuperposedDataPlot
public SuperposedDataPlot(Range range,
List datas)
- Takes a
List of datasets to plot.
- Parameters:
range - a Range valuedatas - a List value
recipe
public String recipe(Grapher grapher)
- Combines given datasets to be displayed on a single axis.
- Specified by:
recipe in class Plot
- Parameters:
grapher - a Grapher value
- Returns:
- a
String value