|
|||||||||
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 obj)
|
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()
|
void |
removePlotter(Metrics.Plotter plotter)
Remove a plotter from the graph. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public void addPlotter(Metrics.Plotter plotter)
plotter
- The plotter to add to the graph.public void removePlotter(Metrics.Plotter plotter)
plotter
- The plotter to remove from the graph.public java.util.Set<Metrics.Plotter> getPlotters()
Set
of the plotter objects in the graph.
Set
of the plotter objects.protected void onOptOut()
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 |