Package pulse.ui.components
Class LogChart
- java.lang.Object
-
- pulse.ui.components.AuxPlotter<Log>
-
- pulse.ui.components.LogChart
-
public class LogChart extends AuxPlotter<Log>
-
-
Field Summary
Fields Modifier and Type Field Description static int
HEIGHT_FACTOR
static int
MARGIN
-
Constructor Summary
Constructors Constructor Description LogChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(ParameterIdentifier key, int no)
void
changeAxis(boolean iterationMode)
void
clear()
void
plot(DataLogEntry dle, double iterationOrTime)
void
plot(Log l)
-
Methods inherited from class pulse.ui.components.AuxPlotter
getChart, getChartPanel, getPlot, setChart, setFonts, setPlot
-
-
-
-
Field Detail
-
HEIGHT_FACTOR
public static final int HEIGHT_FACTOR
- See Also:
- Constant Field Values
-
MARGIN
public static final int MARGIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
clear
public final void clear()
-
add
public final void add(ParameterIdentifier key, int no)
-
changeAxis
public void changeAxis(boolean iterationMode)
-
plot
public void plot(Log l)
- Specified by:
plot
in classAuxPlotter<Log>
-
plot
public final void plot(DataLogEntry dle, double iterationOrTime)
-
-