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 - public abstract int getValue()
public java.lang.String getColumnName()
public void reset()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Object