public static class Metrics.Graph
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
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()