|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.quartercode.quarterbukkit.util.Metrics.Graph
public static class Metrics.Graph
Represents a custom graph on the website
Method Summary | |
---|---|
void |
addPlotter(Metrics.Plotter plotter)
Add a plotter to the graph, which will be used to plot entries |
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getName()
Gets the graph's name |
java.util.Set<Metrics.Plotter> |
getPlotters()
Gets an unmodifiable set of the plotter objects in the graph |
int |
hashCode()
|
protected void |
onOptOut()
Called when the server owner decides to opt-out of BukkitMetrics while the server is running. |
void |
removePlotter(Metrics.Plotter plotter)
Remove a plotter from the graph |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public void addPlotter(Metrics.Plotter plotter)
plotter
- the plotter to add to the graphpublic void removePlotter(Metrics.Plotter plotter)
plotter
- the plotter to remove from the graphpublic java.util.Set<Metrics.Plotter> getPlotters()
Set
of the plotter objectspublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
protected void onOptOut()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |