<h2title="Uses of Class de.epiceric.shopchest.utils.Metrics.Graph"class="title">Uses of Class<br>de.epiceric.shopchest.utils.Metrics.Graph</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils">Metrics.Graph</a> in <ahref="../../../../../de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a></h3>
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a> that return <ahref="../../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></code></td>
<tdclass="colLast"><spanclass="typeNameLabel">Metrics.</span><code><spanclass="memberNameLink"><ahref="../../../../../de/epiceric/shopchest/utils/Metrics.html#createGraph-java.lang.String-">createGraph</a></span>(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</a> name)</code>
<divclass="block">Construct and create a Graph that can be used to separate specific plotters to their own graphs on the metrics
website.</div>
</td>
</tr>
</tbody>
</table>
<tableclass="useSummary"border="0"cellpadding="3"cellspacing="0"summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <ahref="../../../../../de/epiceric/shopchest/utils/package-summary.html">de.epiceric.shopchest.utils</a> with parameters of type <ahref="../../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils">Metrics.Graph</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><spanclass="typeNameLabel">Metrics.</span><code><spanclass="memberNameLink"><ahref="../../../../../de/epiceric/shopchest/utils/Metrics.html#addGraph-de.epiceric.shopchest.utils.Metrics.Graph-">addGraph</a></span>(<ahref="../../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils">Metrics.Graph</a> graph)</code>
<divclass="block">Add a Graph object to BukkitMetrics that represents data for the plugin that should be sent to the backend</div>