public class ParameterReportPlot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected SLAxes |
axes |
protected long |
delay |
protected SLLegend |
legend |
protected java.util.HashMap |
lines |
protected DefaultReporter |
reporter |
protected boolean |
semilogy |
Constructor and Description |
---|
ParameterReportPlot(SLAxes ax,
DefaultReporter rep) |
Modifier and Type | Method and Description |
---|---|
void |
formatLine(SLLine line,
int num,
java.lang.String pname) |
java.lang.String |
getAlias(java.lang.String pname) |
long |
getDelay()
Gets the time the currently running thread will sleep after each ReporterEvent.
|
void |
setDelay(long ms)
Sets the time the currently running thread will sleep after each ReporterEvent.
|
protected DefaultReporter reporter
protected java.util.HashMap lines
protected SLAxes axes
protected long delay
protected SLLegend legend
protected boolean semilogy
public ParameterReportPlot(SLAxes ax, DefaultReporter rep)
public void formatLine(SLLine line, int num, java.lang.String pname)
public java.lang.String getAlias(java.lang.String pname)
public long getDelay()
public void setDelay(long ms)
Copyright © 2011, 2013. Daniel P. Dougherty