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 intHEIGHT_FACTORstatic intMARGIN
-
Constructor Summary
Constructors Constructor Description LogChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ParameterIdentifier key, int no)voidchangeAxis(boolean iterationMode)voidclear()voidplot(DataLogEntry dle, double iterationOrTime)voidplot(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:
plotin classAuxPlotter<Log>
-
plot
public final void plot(DataLogEntry dle, double iterationOrTime)
-
-