BoxAndWhiskerToolTipGenerator.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:31 CEST 2014 -->
  6. <title>BoxAndWhiskerToolTipGenerator (JFreeChart Class Library (version 1.0.19-fx))</title>
  7. <meta name="date" content="2014-07-31">
  8. <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="BoxAndWhiskerToolTipGenerator (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":10};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div class="topNav"><a name="navbar.top">
  33. <!-- -->
  34. </a>
  35. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  36. <a name="navbar.top.firstrow">
  37. <!-- -->
  38. </a>
  39. <ul class="navList" title="Navigation">
  40. <li><a href="../../../../overview-summary.html">Overview</a></li>
  41. <li><a href="package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="class-use/BoxAndWhiskerToolTipGenerator.html">Use</a></li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  46. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  47. <li><a href="../../../../help-doc.html">Help</a></li>
  48. </ul>
  49. </div>
  50. <div class="subNav">
  51. <ul class="navList">
  52. <li><a href="../../../../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li><a href="../../../../org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html" target="_top">Frames</a></li>
  57. <li><a href="BoxAndWhiskerToolTipGenerator.html" target="_top">No&nbsp;Frames</a></li>
  58. </ul>
  59. <ul class="navList" id="allclasses_navbar_top">
  60. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  61. </ul>
  62. <div>
  63. <script type="text/javascript"><!--
  64. allClassesLink = document.getElementById("allclasses_navbar_top");
  65. if(window==top) {
  66. allClassesLink.style.display = "block";
  67. }
  68. else {
  69. allClassesLink.style.display = "none";
  70. }
  71. //-->
  72. </script>
  73. </div>
  74. <div>
  75. <ul class="subNavList">
  76. <li>Summary:&nbsp;</li>
  77. <li>Nested&nbsp;|&nbsp;</li>
  78. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  79. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  80. <li><a href="#method.summary">Method</a></li>
  81. </ul>
  82. <ul class="subNavList">
  83. <li>Detail:&nbsp;</li>
  84. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  85. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  86. <li><a href="#method.detail">Method</a></li>
  87. </ul>
  88. </div>
  89. <a name="skip.navbar.top">
  90. <!-- -->
  91. </a></div>
  92. <!-- ========= END OF TOP NAVBAR ========= -->
  93. <!-- ======== START OF CLASS DATA ======== -->
  94. <div class="header">
  95. <div class="subTitle">org.jfree.chart.labels</div>
  96. <h2 title="Class BoxAndWhiskerToolTipGenerator" class="title">Class BoxAndWhiskerToolTipGenerator</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <ul class="inheritance">
  100. <li>java.lang.Object</li>
  101. <li>
  102. <ul class="inheritance">
  103. <li><a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html" title="class in org.jfree.chart.labels">org.jfree.chart.labels.AbstractCategoryItemLabelGenerator</a></li>
  104. <li>
  105. <ul class="inheritance">
  106. <li><a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">org.jfree.chart.labels.StandardCategoryToolTipGenerator</a></li>
  107. <li>
  108. <ul class="inheritance">
  109. <li>org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator</li>
  110. </ul>
  111. </li>
  112. </ul>
  113. </li>
  114. </ul>
  115. </li>
  116. </ul>
  117. <div class="description">
  118. <ul class="blockList">
  119. <li class="blockList">
  120. <dl>
  121. <dt>All Implemented Interfaces:</dt>
  122. <dd>java.io.Serializable, java.lang.Cloneable, <a href="../../../../org/jfree/chart/labels/CategoryToolTipGenerator.html" title="interface in org.jfree.chart.labels">CategoryToolTipGenerator</a>, org.jfree.util.PublicCloneable</dd>
  123. </dl>
  124. <hr>
  125. <br>
  126. <pre>public class <a href="../../../../src-html/org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#line.70">BoxAndWhiskerToolTipGenerator</a>
  127. extends <a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">StandardCategoryToolTipGenerator</a>
  128. implements <a href="../../../../org/jfree/chart/labels/CategoryToolTipGenerator.html" title="interface in org.jfree.chart.labels">CategoryToolTipGenerator</a>, java.lang.Cloneable, org.jfree.util.PublicCloneable, java.io.Serializable</pre>
  129. <div class="block">An item label generator for plots that use data from a
  130. <a href="../../../../org/jfree/data/statistics/BoxAndWhiskerCategoryDataset.html" title="interface in org.jfree.data.statistics"><code>BoxAndWhiskerCategoryDataset</code></a>.
  131. <P>
  132. The tooltip text and item label text are composed using a
  133. <code>MessageFormat</code> object, that can aggregate some or all of
  134. the following string values into a message.
  135. <ul>
  136. <li>0 : Series Name</li>
  137. <li>1 : X (value or date)</li>
  138. <li>2 : Mean</li>
  139. <li>3 : Median</li>
  140. <li>4 : Minimum</li>
  141. <li>5 : Maximum</li>
  142. <li>6 : Quartile 1</li>
  143. <li>7 : Quartile 3</li>
  144. </ul></div>
  145. <dl>
  146. <dt><span class="seeLabel">See Also:</span></dt>
  147. <dd><a href="../../../../serialized-form.html#org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator">Serialized Form</a></dd>
  148. </dl>
  149. </li>
  150. </ul>
  151. </div>
  152. <div class="summary">
  153. <ul class="blockList">
  154. <li class="blockList">
  155. <!-- =========== FIELD SUMMARY =========== -->
  156. <ul class="blockList">
  157. <li class="blockList"><a name="field.summary">
  158. <!-- -->
  159. </a>
  160. <h3>Field Summary</h3>
  161. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  162. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  163. <tr>
  164. <th class="colFirst" scope="col">Modifier and Type</th>
  165. <th class="colLast" scope="col">Field and Description</th>
  166. </tr>
  167. <tr class="altColor">
  168. <td class="colFirst"><code>static java.lang.String</code></td>
  169. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#DEFAULT_TOOL_TIP_FORMAT">DEFAULT_TOOL_TIP_FORMAT</a></span></code>
  170. <div class="block">The default tooltip format string.</div>
  171. </td>
  172. </tr>
  173. </table>
  174. <ul class="blockList">
  175. <li class="blockList"><a name="fields.inherited.from.class.org.jfree.chart.labels.StandardCategoryToolTipGenerator">
  176. <!-- -->
  177. </a>
  178. <h3>Fields inherited from class&nbsp;org.jfree.chart.labels.<a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">StandardCategoryToolTipGenerator</a></h3>
  179. <code><a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html#DEFAULT_TOOL_TIP_FORMAT_STRING">DEFAULT_TOOL_TIP_FORMAT_STRING</a></code></li>
  180. </ul>
  181. </li>
  182. </ul>
  183. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  184. <ul class="blockList">
  185. <li class="blockList"><a name="constructor.summary">
  186. <!-- -->
  187. </a>
  188. <h3>Constructor Summary</h3>
  189. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  190. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  191. <tr>
  192. <th class="colOne" scope="col">Constructor and Description</th>
  193. </tr>
  194. <tr class="altColor">
  195. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#BoxAndWhiskerToolTipGenerator--">BoxAndWhiskerToolTipGenerator</a></span>()</code>
  196. <div class="block">Creates a default tool tip generator.</div>
  197. </td>
  198. </tr>
  199. <tr class="rowColor">
  200. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#BoxAndWhiskerToolTipGenerator-java.lang.String-java.text.NumberFormat-">BoxAndWhiskerToolTipGenerator</a></span>(java.lang.String&nbsp;format,
  201. java.text.NumberFormat&nbsp;formatter)</code>
  202. <div class="block">Creates a tool tip formatter.</div>
  203. </td>
  204. </tr>
  205. </table>
  206. </li>
  207. </ul>
  208. <!-- ========== METHOD SUMMARY =========== -->
  209. <ul class="blockList">
  210. <li class="blockList"><a name="method.summary">
  211. <!-- -->
  212. </a>
  213. <h3>Method Summary</h3>
  214. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  215. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  216. <tr>
  217. <th class="colFirst" scope="col">Modifier and Type</th>
  218. <th class="colLast" scope="col">Method and Description</th>
  219. </tr>
  220. <tr id="i0" class="altColor">
  221. <td class="colFirst"><code>protected java.lang.Object[]</code></td>
  222. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#createItemArray-org.jfree.data.category.CategoryDataset-int-int-">createItemArray</a></span>(<a href="../../../../org/jfree/data/category/CategoryDataset.html" title="interface in org.jfree.data.category">CategoryDataset</a>&nbsp;dataset,
  223. int&nbsp;series,
  224. int&nbsp;item)</code>
  225. <div class="block">Creates the array of items that can be passed to the
  226. <code>MessageFormat</code> class for creating labels.</div>
  227. </td>
  228. </tr>
  229. <tr id="i1" class="rowColor">
  230. <td class="colFirst"><code>boolean</code></td>
  231. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>
  232. <div class="block">Tests if this object is equal to another.</div>
  233. </td>
  234. </tr>
  235. </table>
  236. <ul class="blockList">
  237. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.labels.StandardCategoryToolTipGenerator">
  238. <!-- -->
  239. </a>
  240. <h3>Methods inherited from class&nbsp;org.jfree.chart.labels.<a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">StandardCategoryToolTipGenerator</a></h3>
  241. <code><a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html#generateToolTip-org.jfree.data.category.CategoryDataset-int-int-">generateToolTip</a></code></li>
  242. </ul>
  243. <ul class="blockList">
  244. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.labels.AbstractCategoryItemLabelGenerator">
  245. <!-- -->
  246. </a>
  247. <h3>Methods inherited from class&nbsp;org.jfree.chart.labels.<a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html" title="class in org.jfree.chart.labels">AbstractCategoryItemLabelGenerator</a></h3>
  248. <code><a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#clone--">clone</a>, <a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#generateColumnLabel-org.jfree.data.category.CategoryDataset-int-">generateColumnLabel</a>, <a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#generateLabelString-org.jfree.data.category.CategoryDataset-int-int-">generateLabelString</a>, <a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#generateRowLabel-org.jfree.data.category.CategoryDataset-int-">generateRowLabel</a>, <a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#getDateFormat--">getDateFormat</a>, <a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#getLabelFormat--">getLabelFormat</a>, <a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#getNumberFormat--">getNumberFormat</a>, <a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#hashCode--">hashCode</a></code></li>
  249. </ul>
  250. <ul class="blockList">
  251. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  252. <!-- -->
  253. </a>
  254. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  255. <code>finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
  256. </ul>
  257. <ul class="blockList">
  258. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.labels.CategoryToolTipGenerator">
  259. <!-- -->
  260. </a>
  261. <h3>Methods inherited from interface&nbsp;org.jfree.chart.labels.<a href="../../../../org/jfree/chart/labels/CategoryToolTipGenerator.html" title="interface in org.jfree.chart.labels">CategoryToolTipGenerator</a></h3>
  262. <code><a href="../../../../org/jfree/chart/labels/CategoryToolTipGenerator.html#generateToolTip-org.jfree.data.category.CategoryDataset-int-int-">generateToolTip</a></code></li>
  263. </ul>
  264. <ul class="blockList">
  265. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.util.PublicCloneable">
  266. <!-- -->
  267. </a>
  268. <h3>Methods inherited from interface&nbsp;org.jfree.util.PublicCloneable</h3>
  269. <code>clone</code></li>
  270. </ul>
  271. </li>
  272. </ul>
  273. </li>
  274. </ul>
  275. </div>
  276. <div class="details">
  277. <ul class="blockList">
  278. <li class="blockList">
  279. <!-- ============ FIELD DETAIL =========== -->
  280. <ul class="blockList">
  281. <li class="blockList"><a name="field.detail">
  282. <!-- -->
  283. </a>
  284. <h3>Field Detail</h3>
  285. <a name="DEFAULT_TOOL_TIP_FORMAT">
  286. <!-- -->
  287. </a>
  288. <ul class="blockListLast">
  289. <li class="blockList">
  290. <h4>DEFAULT_TOOL_TIP_FORMAT</h4>
  291. <pre>public static final&nbsp;java.lang.String <a href="../../../../src-html/org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#line.79">DEFAULT_TOOL_TIP_FORMAT</a></pre>
  292. <div class="block">The default tooltip format string.</div>
  293. <dl>
  294. <dt><span class="seeLabel">See Also:</span></dt>
  295. <dd><a href="../../../../constant-values.html#org.jfree.chart.labels.BoxAndWhiskerToolTipGenerator.DEFAULT_TOOL_TIP_FORMAT">Constant Field Values</a></dd>
  296. </dl>
  297. </li>
  298. </ul>
  299. </li>
  300. </ul>
  301. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  302. <ul class="blockList">
  303. <li class="blockList"><a name="constructor.detail">
  304. <!-- -->
  305. </a>
  306. <h3>Constructor Detail</h3>
  307. <a name="BoxAndWhiskerToolTipGenerator--">
  308. <!-- -->
  309. </a>
  310. <ul class="blockList">
  311. <li class="blockList">
  312. <h4>BoxAndWhiskerToolTipGenerator</h4>
  313. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#line.85">BoxAndWhiskerToolTipGenerator</a>()</pre>
  314. <div class="block">Creates a default tool tip generator.</div>
  315. </li>
  316. </ul>
  317. <a name="BoxAndWhiskerToolTipGenerator-java.lang.String-java.text.NumberFormat-">
  318. <!-- -->
  319. </a>
  320. <ul class="blockListLast">
  321. <li class="blockList">
  322. <h4>BoxAndWhiskerToolTipGenerator</h4>
  323. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#line.95">BoxAndWhiskerToolTipGenerator</a>(java.lang.String&nbsp;format,
  324. java.text.NumberFormat&nbsp;formatter)</pre>
  325. <div class="block">Creates a tool tip formatter.</div>
  326. <dl>
  327. <dt><span class="paramLabel">Parameters:</span></dt>
  328. <dd><code>format</code> - the tool tip format string.</dd>
  329. <dd><code>formatter</code> - the formatter.</dd>
  330. </dl>
  331. </li>
  332. </ul>
  333. </li>
  334. </ul>
  335. <!-- ============ METHOD DETAIL ========== -->
  336. <ul class="blockList">
  337. <li class="blockList"><a name="method.detail">
  338. <!-- -->
  339. </a>
  340. <h3>Method Detail</h3>
  341. <a name="createItemArray-org.jfree.data.category.CategoryDataset-int-int-">
  342. <!-- -->
  343. </a>
  344. <ul class="blockList">
  345. <li class="blockList">
  346. <h4>createItemArray</h4>
  347. <pre>protected&nbsp;java.lang.Object[]&nbsp;<a href="../../../../src-html/org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#line.111">createItemArray</a>(<a href="../../../../org/jfree/data/category/CategoryDataset.html" title="interface in org.jfree.data.category">CategoryDataset</a>&nbsp;dataset,
  348. int&nbsp;series,
  349. int&nbsp;item)</pre>
  350. <div class="block">Creates the array of items that can be passed to the
  351. <code>MessageFormat</code> class for creating labels.</div>
  352. <dl>
  353. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  354. <dd><code><a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html#createItemArray-org.jfree.data.category.CategoryDataset-int-int-">createItemArray</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/chart/labels/AbstractCategoryItemLabelGenerator.html" title="class in org.jfree.chart.labels">AbstractCategoryItemLabelGenerator</a></code></dd>
  355. <dt><span class="paramLabel">Parameters:</span></dt>
  356. <dd><code>dataset</code> - the dataset (<code>null</code> not permitted).</dd>
  357. <dd><code>series</code> - the series (zero-based index).</dd>
  358. <dd><code>item</code> - the item (zero-based index).</dd>
  359. <dt><span class="returnLabel">Returns:</span></dt>
  360. <dd>The items (never <code>null</code>).</dd>
  361. </dl>
  362. </li>
  363. </ul>
  364. <a name="equals-java.lang.Object-">
  365. <!-- -->
  366. </a>
  367. <ul class="blockListLast">
  368. <li class="blockList">
  369. <h4>equals</h4>
  370. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html#line.139">equals</a>(java.lang.Object&nbsp;obj)</pre>
  371. <div class="block">Tests if this object is equal to another.</div>
  372. <dl>
  373. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  374. <dd><code><a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html#equals-java.lang.Object-">equals</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/chart/labels/StandardCategoryToolTipGenerator.html" title="class in org.jfree.chart.labels">StandardCategoryToolTipGenerator</a></code></dd>
  375. <dt><span class="paramLabel">Parameters:</span></dt>
  376. <dd><code>obj</code> - the other object.</dd>
  377. <dt><span class="returnLabel">Returns:</span></dt>
  378. <dd>A boolean.</dd>
  379. </dl>
  380. </li>
  381. </ul>
  382. </li>
  383. </ul>
  384. </li>
  385. </ul>
  386. </div>
  387. </div>
  388. <!-- ========= END OF CLASS DATA ========= -->
  389. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  390. <div class="bottomNav"><a name="navbar.bottom">
  391. <!-- -->
  392. </a>
  393. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  394. <a name="navbar.bottom.firstrow">
  395. <!-- -->
  396. </a>
  397. <ul class="navList" title="Navigation">
  398. <li><a href="../../../../overview-summary.html">Overview</a></li>
  399. <li><a href="package-summary.html">Package</a></li>
  400. <li class="navBarCell1Rev">Class</li>
  401. <li><a href="class-use/BoxAndWhiskerToolTipGenerator.html">Use</a></li>
  402. <li><a href="package-tree.html">Tree</a></li>
  403. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  404. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  405. <li><a href="../../../../help-doc.html">Help</a></li>
  406. </ul>
  407. </div>
  408. <div class="subNav">
  409. <ul class="navList">
  410. <li><a href="../../../../org/jfree/chart/labels/AbstractXYItemLabelGenerator.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  411. <li><a href="../../../../org/jfree/chart/labels/BoxAndWhiskerXYToolTipGenerator.html" title="class in org.jfree.chart.labels"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  412. </ul>
  413. <ul class="navList">
  414. <li><a href="../../../../index.html?org/jfree/chart/labels/BoxAndWhiskerToolTipGenerator.html" target="_top">Frames</a></li>
  415. <li><a href="BoxAndWhiskerToolTipGenerator.html" target="_top">No&nbsp;Frames</a></li>
  416. </ul>
  417. <ul class="navList" id="allclasses_navbar_bottom">
  418. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  419. </ul>
  420. <div>
  421. <script type="text/javascript"><!--
  422. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  423. if(window==top) {
  424. allClassesLink.style.display = "block";
  425. }
  426. else {
  427. allClassesLink.style.display = "none";
  428. }
  429. //-->
  430. </script>
  431. </div>
  432. <div>
  433. <ul class="subNavList">
  434. <li>Summary:&nbsp;</li>
  435. <li>Nested&nbsp;|&nbsp;</li>
  436. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  437. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  438. <li><a href="#method.summary">Method</a></li>
  439. </ul>
  440. <ul class="subNavList">
  441. <li>Detail:&nbsp;</li>
  442. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  443. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  444. <li><a href="#method.detail">Method</a></li>
  445. </ul>
  446. </div>
  447. <a name="skip.navbar.bottom">
  448. <!-- -->
  449. </a></div>
  450. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  451. </body>
  452. </html>