| Package | Description |
|---|---|
| de.lualzockt.DiscoArmor.Utils |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PluginMetrics.Plotter> |
PluginMetrics.Graph.getPlotters()
Gets an unmodifiable set of the plotter objects in the graph
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginMetrics.Graph.addPlotter(PluginMetrics.Plotter plotter)
Add a plotter to the graph, which will be used to plot entries
|
void |
PluginMetrics.Graph.removePlotter(PluginMetrics.Plotter plotter)
Remove a plotter from the graph
|