|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quartercode.quarterbukkit.util.Metrics.Plotter
public abstract static class Metrics.Plotter
Interface used to collect custom data for a plugin
Constructor Summary | |
---|---|
Metrics.Plotter()
Construct a plotter with the default plot name |
|
Metrics.Plotter(java.lang.String name)
Construct a plotter with a specific plot name |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Metrics.Plotter()
public Metrics.Plotter(java.lang.String name)
name
- the name of the plotter to use, which will show up on the websiteMethod Detail |
---|
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |