Package pulse.ui.components
Class PulseChart
- java.lang.Object
-
- pulse.ui.components.AuxPlotter<Calculation>
-
- pulse.ui.components.PulseChart
-
public class PulseChart extends AuxPlotter<Calculation>
-
-
Constructor Summary
Constructors Constructor Description PulseChart(String xLabel, String yLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
plot(Calculation c)
-
Methods inherited from class pulse.ui.components.AuxPlotter
getChart, getChartPanel, getPlot, setChart, setFonts, setPlot
-
-
-
-
Method Detail
-
plot
public void plot(Calculation c)
- Specified by:
plot
in classAuxPlotter<Calculation>
-
-