public abstract static class Metrics.Plotter extends Object
| Constructor and Description |
|---|
Plotter()
Construct a plotter with the default plot name
|
Plotter(String name)
Construct a plotter with a specific plot name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getColumnName()
Get the column name for the plotted point
|
abstract int |
getValue()
Get the current value for the plotted point.
|
int |
hashCode() |
void |
reset()
Called after the website graphs have been updated
|
public Plotter()
public abstract int getValue()
public String getColumnName()
public void reset()
Milkbowl, 2014