Package | Description |
---|---|
com.comphenix.protocol.metrics |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Metrics.Plotter> |
Metrics.Graph.getPlotters()
Gets an unmodifiable set of the plotter objects in the graph
|
Modifier and Type | Method and Description |
---|---|
void |
Metrics.addCustomData(Metrics.Plotter plotter)
Adds a custom data plotter to the default graph
|
void |
Metrics.Graph.addPlotter(Metrics.Plotter plotter)
Add a plotter to the graph, which will be used to plot entries
|
void |
Metrics.Graph.removePlotter(Metrics.Plotter plotter)
Remove a plotter from the graph
|