public static class McStatsMetrics.Graph extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addPlotter(McStatsMetrics.Plotter plotter)
Add a plotter to the graph, which will be used to plot entries
|
boolean |
equals(Object object) |
String |
getName()
Gets the graph's name
|
Set<McStatsMetrics.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(McStatsMetrics.Plotter plotter)
Remove a plotter from the graph
|
public void addPlotter(McStatsMetrics.Plotter plotter)
plotter - the plotter to add to the graphpublic String getName()
public Set<McStatsMetrics.Plotter> getPlotters()
Set of the plotter objectsprotected void onOptOut()
public void removePlotter(McStatsMetrics.Plotter plotter)
plotter - the plotter to remove from the graphCopyright © 2017. All rights reserved.