|
|||||||||
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 obj)
|
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. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, 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 website.Method 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 obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |