<li><ahref="../../../../com/comphenix/protocol/metrics/Metrics.html"title="class in com.comphenix.protocol.metrics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics"><spanclass="strong">Next Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/comphenix/protocol/metrics/Metrics.Graph.html#addPlotter(com.comphenix.protocol.metrics.Metrics.Plotter)">addPlotter</a></strong>(<ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics">Metrics.Plotter</a> plotter)</code>
<divclass="block">Add a plotter to the graph, which will be used to plot entries</div>
<tdclass="colFirst"><code>java.util.Set<<ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics">Metrics.Plotter</a>></code></td>
<divclass="block">Called when the server owner decides to opt-out of BukkitMetrics while the server is running.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><strong><ahref="../../../../com/comphenix/protocol/metrics/Metrics.Graph.html#removePlotter(com.comphenix.protocol.metrics.Metrics.Plotter)">removePlotter</a></strong>(<ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics">Metrics.Plotter</a> plotter)</code>
<divclass="block">Remove a plotter from the graph</div>
<pre>public void addPlotter(<ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics">Metrics.Plotter</a> plotter)</pre>
<divclass="block">Add a plotter to the graph, which will be used to plot entries</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plotter</code> - the plotter to add to the graph</dd></dl>
<pre>public void removePlotter(<ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics">Metrics.Plotter</a> plotter)</pre>
<divclass="block">Remove a plotter from the graph</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>plotter</code> - the plotter to remove from the graph</dd></dl>
</li>
</ul>
<aname="getPlotters()">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getPlotters</h4>
<pre>public java.util.Set<<ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics">Metrics.Plotter</a>> getPlotters()</pre>
<divclass="block">Gets an <b>unmodifiable</b> set of the plotter objects in the graph</div>
<dl><dt><spanclass="strong">Returns:</span></dt><dd>an unmodifiable <code>Set</code> of the plotter objects</dd></dl>
<li><ahref="../../../../com/comphenix/protocol/metrics/Metrics.html"title="class in com.comphenix.protocol.metrics"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../com/comphenix/protocol/metrics/Metrics.Plotter.html"title="class in com.comphenix.protocol.metrics"><spanclass="strong">Next Class</span></a></li>