<li><ahref="../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../de/epiceric/shopchest/utils/ShopUtils.html"title="class in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</a></li>
<dd><ahref="../../../../de/epiceric/shopchest/utils/Metrics.html"title="class in de.epiceric.shopchest.utils">Metrics</a></dd>
</dl>
<hr>
<br>
<pre>public abstract static class <spanclass="typeNameLabel">Metrics.Plotter</span>
extends <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></pre>
<divclass="block">Interface used to collect custom data for a plugin</div>
<divclass="block">Construct a plotter with the default plot name</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colOne"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/utils/Metrics.Plotter.html#Plotter-java.lang.String-">Plotter</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 a plotter with a specific plot name</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.summary">
<!---->
</a>
<h3>Method Summary</h3>
<tableclass="memberSummary"border="0"cellpadding="3"cellspacing="0"summary="Method Summary table, listing methods, and an explanation">
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../de/epiceric/shopchest/utils/Metrics.Plotter.html#equals-java.lang.Object-">equals</a></span>(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> object)</code> </td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code><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></code></td>
<h3>Methods inherited from class java.lang.<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></h3>
<code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--"title="class or interface in java.lang">clone</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--"title="class or interface in java.lang">finalize</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--"title="class or interface in java.lang">getClass</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--"title="class or interface in java.lang">notify</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--"title="class or interface in java.lang">notifyAll</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--"title="class or interface in java.lang">toString</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-"title="class or interface in java.lang">wait</a>, <ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-"title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<divclass="details">
<ulclass="blockList">
<liclass="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ulclass="blockList">
<liclass="blockList"><aname="constructor.detail">
<!---->
</a>
<h3>Constructor Detail</h3>
<aname="Plotter--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>Plotter</h4>
<pre>public Plotter()</pre>
<divclass="block">Construct a plotter with the default plot name</div>
</li>
</ul>
<aname="Plotter-java.lang.String-">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>Plotter</h4>
<pre>public Plotter(<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)</pre>
<divclass="block">Construct a plotter with a specific plot name</div>
<divclass="block">Get the current value for the plotted point. Since this function defers to an external function it may or may
not return immediately thus cannot be guaranteed to be thread friendly or safe. This function can be called
from any thread so care should be taken when accessing resources that need to be synchronized.</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>the current value for the point to be plotted.</dd>
</dl>
</li>
</ul>
<aname="getColumnName--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getColumnName</h4>
<pre>public <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> getColumnName()</pre>
<divclass="block">Get the column name for the plotted point</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>the plotted point's column name</dd>
</dl>
</li>
</ul>
<aname="reset--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>reset</h4>
<pre>public void reset()</pre>
<divclass="block">Called after the website graphs have been updated</div>
<dd><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--"title="class or interface in java.lang">hashCode</a></code> in class <code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></code></dd>
</dl>
</li>
</ul>
<aname="equals-java.lang.Object-">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>equals</h4>
<pre>public boolean equals(<ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a> object)</pre>
<dd><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-"title="class or interface in java.lang">equals</a></code> in class <code><ahref="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</a></code></dd>
<li><ahref="../../../../de/epiceric/shopchest/utils/Metrics.Graph.html"title="class in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../de/epiceric/shopchest/utils/ShopUtils.html"title="class in de.epiceric.shopchest.utils"><spanclass="typeNameLink">Next Class</span></a></li>