public class ValueReportPlot
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap |
aliases |
protected SLAxes |
axes |
protected long |
delay |
static int |
ITERATION |
protected SLLegend |
legend |
protected java.util.HashMap |
lines |
protected DefaultReporter |
reporter |
static int |
TIME |
protected int |
xAxisVariable |
Constructor and Description |
---|
ValueReportPlot(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.
|
int |
getXAxisVariable() |
void |
setAlias(java.lang.String pname,
java.lang.String alias) |
void |
setDelay(long ms)
Sets the time the currently running thread will sleep after each ReporterEvent.
|
void |
useXAxisVariable(int x) |
public static final int ITERATION
public static final int TIME
protected DefaultReporter reporter
protected java.util.HashMap lines
protected SLAxes axes
protected long delay
protected SLLegend legend
protected int xAxisVariable
protected java.util.HashMap aliases
public ValueReportPlot(SLAxes ax, DefaultReporter rep)
public void useXAxisVariable(int x)
public int getXAxisVariable()
public void formatLine(SLLine line, int num, java.lang.String pname)
public java.lang.String getAlias(java.lang.String pname)
public void setAlias(java.lang.String pname, java.lang.String alias)
public long getDelay()
public void setDelay(long ms)
Copyright © 2011, 2013. Daniel P. Dougherty