public abstract static class Metrics.Plotter
extends java.lang.Object
Constructor and Description |
---|
Metrics.Plotter()
Construct a plotter with the default plot name
|
Metrics.Plotter(java.lang.String name)
Construct a plotter with a specific plot name
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.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 Metrics.Plotter()
public Metrics.Plotter(java.lang.String name)
name
- the name of the plotter to use, which will show up on the websitepublic abstract int getValue()
public java.lang.String getColumnName()
public void reset()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object