PieLabelDistributor.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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:33 CEST 2014 -->
  6. <title>PieLabelDistributor (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="PieLabelDistributor (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":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/PieLabelDistributor.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/plot/Pannable.html" title="interface in org.jfree.chart.plot"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li><a href="../../../../org/jfree/chart/plot/PieLabelLinkStyle.html" title="class in org.jfree.chart.plot"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/jfree/chart/plot/PieLabelDistributor.html" target="_top">Frames</a></li>
  57. <li><a href="PieLabelDistributor.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="#fields.inherited.from.class.org.jfree.chart.plot.AbstractPieLabelDistributor">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>Field&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.plot</div>
  96. <h2 title="Class PieLabelDistributor" class="title">Class PieLabelDistributor</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/plot/AbstractPieLabelDistributor.html" title="class in org.jfree.chart.plot">org.jfree.chart.plot.AbstractPieLabelDistributor</a></li>
  104. <li>
  105. <ul class="inheritance">
  106. <li>org.jfree.chart.plot.PieLabelDistributor</li>
  107. </ul>
  108. </li>
  109. </ul>
  110. </li>
  111. </ul>
  112. <div class="description">
  113. <ul class="blockList">
  114. <li class="blockList">
  115. <dl>
  116. <dt>All Implemented Interfaces:</dt>
  117. <dd>java.io.Serializable</dd>
  118. </dl>
  119. <hr>
  120. <br>
  121. <pre>public class <a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.52">PieLabelDistributor</a>
  122. extends <a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html" title="class in org.jfree.chart.plot">AbstractPieLabelDistributor</a></pre>
  123. <div class="block">This class distributes the section labels for one side of a pie chart so
  124. that they do not overlap.</div>
  125. <dl>
  126. <dt><span class="seeLabel">See Also:</span></dt>
  127. <dd><a href="../../../../serialized-form.html#org.jfree.chart.plot.PieLabelDistributor">Serialized Form</a></dd>
  128. </dl>
  129. </li>
  130. </ul>
  131. </div>
  132. <div class="summary">
  133. <ul class="blockList">
  134. <li class="blockList">
  135. <!-- =========== FIELD SUMMARY =========== -->
  136. <ul class="blockList">
  137. <li class="blockList"><a name="field.summary">
  138. <!-- -->
  139. </a>
  140. <h3>Field Summary</h3>
  141. <ul class="blockList">
  142. <li class="blockList"><a name="fields.inherited.from.class.org.jfree.chart.plot.AbstractPieLabelDistributor">
  143. <!-- -->
  144. </a>
  145. <h3>Fields inherited from class&nbsp;org.jfree.chart.plot.<a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html" title="class in org.jfree.chart.plot">AbstractPieLabelDistributor</a></h3>
  146. <code><a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html#labels">labels</a></code></li>
  147. </ul>
  148. </li>
  149. </ul>
  150. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  151. <ul class="blockList">
  152. <li class="blockList"><a name="constructor.summary">
  153. <!-- -->
  154. </a>
  155. <h3>Constructor Summary</h3>
  156. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  157. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  158. <tr>
  159. <th class="colOne" scope="col">Constructor and Description</th>
  160. </tr>
  161. <tr class="altColor">
  162. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#PieLabelDistributor-int-">PieLabelDistributor</a></span>(int&nbsp;labelCount)</code>
  163. <div class="block">Creates a new distributor.</div>
  164. </td>
  165. </tr>
  166. </table>
  167. </li>
  168. </ul>
  169. <!-- ========== METHOD SUMMARY =========== -->
  170. <ul class="blockList">
  171. <li class="blockList"><a name="method.summary">
  172. <!-- -->
  173. </a>
  174. <h3>Method Summary</h3>
  175. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  176. <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>
  177. <tr>
  178. <th class="colFirst" scope="col">Modifier and Type</th>
  179. <th class="colLast" scope="col">Method and Description</th>
  180. </tr>
  181. <tr id="i0" class="altColor">
  182. <td class="colFirst"><code>protected void</code></td>
  183. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#adjustDownwards-double-double-">adjustDownwards</a></span>(double&nbsp;minY,
  184. double&nbsp;height)</code>
  185. <div class="block">Any labels that are overlapping are moved down in an attempt to
  186. eliminate the overlaps.</div>
  187. </td>
  188. </tr>
  189. <tr id="i1" class="rowColor">
  190. <td class="colFirst"><code>protected void</code></td>
  191. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#adjustInwards--">adjustInwards</a></span>()</code>
  192. <div class="block">Adjusts the y-coordinate for the labels in towards the center in an
  193. attempt to fix overlapping.</div>
  194. </td>
  195. </tr>
  196. <tr id="i2" class="altColor">
  197. <td class="colFirst"><code>protected void</code></td>
  198. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#adjustUpwards-double-double-">adjustUpwards</a></span>(double&nbsp;minY,
  199. double&nbsp;height)</code>
  200. <div class="block">Any labels that are overlapping are moved up in an attempt to eliminate
  201. the overlaps.</div>
  202. </td>
  203. </tr>
  204. <tr id="i3" class="rowColor">
  205. <td class="colFirst"><code>void</code></td>
  206. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#distributeLabels-double-double-">distributeLabels</a></span>(double&nbsp;minY,
  207. double&nbsp;height)</code>
  208. <div class="block">Distributes the labels.</div>
  209. </td>
  210. </tr>
  211. <tr id="i4" class="altColor">
  212. <td class="colFirst"><code>void</code></td>
  213. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#sort--">sort</a></span>()</code>
  214. <div class="block">Sorts the label records into ascending order by y-value.</div>
  215. </td>
  216. </tr>
  217. <tr id="i5" class="rowColor">
  218. <td class="colFirst"><code>protected void</code></td>
  219. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#spreadEvenly-double-double-">spreadEvenly</a></span>(double&nbsp;minY,
  220. double&nbsp;height)</code>
  221. <div class="block">Labels are spaced evenly in the available space in an attempt to
  222. eliminate the overlaps.</div>
  223. </td>
  224. </tr>
  225. <tr id="i6" class="altColor">
  226. <td class="colFirst"><code>java.lang.String</code></td>
  227. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/plot/PieLabelDistributor.html#toString--">toString</a></span>()</code>
  228. <div class="block">Returns a string containing a description of the object for
  229. debugging purposes.</div>
  230. </td>
  231. </tr>
  232. </table>
  233. <ul class="blockList">
  234. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.plot.AbstractPieLabelDistributor">
  235. <!-- -->
  236. </a>
  237. <h3>Methods inherited from class&nbsp;org.jfree.chart.plot.<a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html" title="class in org.jfree.chart.plot">AbstractPieLabelDistributor</a></h3>
  238. <code><a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html#addPieLabelRecord-org.jfree.chart.plot.PieLabelRecord-">addPieLabelRecord</a>, <a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html#clear--">clear</a>, <a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html#getItemCount--">getItemCount</a>, <a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html#getPieLabelRecord-int-">getPieLabelRecord</a></code></li>
  239. </ul>
  240. <ul class="blockList">
  241. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  242. <!-- -->
  243. </a>
  244. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  245. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
  246. </ul>
  247. </li>
  248. </ul>
  249. </li>
  250. </ul>
  251. </div>
  252. <div class="details">
  253. <ul class="blockList">
  254. <li class="blockList">
  255. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  256. <ul class="blockList">
  257. <li class="blockList"><a name="constructor.detail">
  258. <!-- -->
  259. </a>
  260. <h3>Constructor Detail</h3>
  261. <a name="PieLabelDistributor-int-">
  262. <!-- -->
  263. </a>
  264. <ul class="blockListLast">
  265. <li class="blockList">
  266. <h4>PieLabelDistributor</h4>
  267. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.62">PieLabelDistributor</a>(int&nbsp;labelCount)</pre>
  268. <div class="block">Creates a new distributor.</div>
  269. <dl>
  270. <dt><span class="paramLabel">Parameters:</span></dt>
  271. <dd><code>labelCount</code> - the number of labels (ignored).</dd>
  272. </dl>
  273. </li>
  274. </ul>
  275. </li>
  276. </ul>
  277. <!-- ============ METHOD DETAIL ========== -->
  278. <ul class="blockList">
  279. <li class="blockList"><a name="method.detail">
  280. <!-- -->
  281. </a>
  282. <h3>Method Detail</h3>
  283. <a name="distributeLabels-double-double-">
  284. <!-- -->
  285. </a>
  286. <ul class="blockList">
  287. <li class="blockList">
  288. <h4>distributeLabels</h4>
  289. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.73">distributeLabels</a>(double&nbsp;minY,
  290. double&nbsp;height)</pre>
  291. <div class="block">Distributes the labels.</div>
  292. <dl>
  293. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  294. <dd><code><a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html#distributeLabels-double-double-">distributeLabels</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/chart/plot/AbstractPieLabelDistributor.html" title="class in org.jfree.chart.plot">AbstractPieLabelDistributor</a></code></dd>
  295. <dt><span class="paramLabel">Parameters:</span></dt>
  296. <dd><code>minY</code> - the minimum y-coordinate in Java2D-space.</dd>
  297. <dd><code>height</code> - the available height (in Java2D units).</dd>
  298. </dl>
  299. </li>
  300. </ul>
  301. <a name="adjustInwards--">
  302. <!-- -->
  303. </a>
  304. <ul class="blockList">
  305. <li class="blockList">
  306. <h4>adjustInwards</h4>
  307. <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.114">adjustInwards</a>()</pre>
  308. <div class="block">Adjusts the y-coordinate for the labels in towards the center in an
  309. attempt to fix overlapping.</div>
  310. </li>
  311. </ul>
  312. <a name="adjustDownwards-double-double-">
  313. <!-- -->
  314. </a>
  315. <ul class="blockList">
  316. <li class="blockList">
  317. <h4>adjustDownwards</h4>
  318. <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.145">adjustDownwards</a>(double&nbsp;minY,
  319. double&nbsp;height)</pre>
  320. <div class="block">Any labels that are overlapping are moved down in an attempt to
  321. eliminate the overlaps.</div>
  322. <dl>
  323. <dt><span class="paramLabel">Parameters:</span></dt>
  324. <dd><code>minY</code> - the minimum y value (in Java2D coordinate space).</dd>
  325. <dd><code>height</code> - the height available for all labels.</dd>
  326. </dl>
  327. </li>
  328. </ul>
  329. <a name="adjustUpwards-double-double-">
  330. <!-- -->
  331. </a>
  332. <ul class="blockList">
  333. <li class="blockList">
  334. <h4>adjustUpwards</h4>
  335. <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.165">adjustUpwards</a>(double&nbsp;minY,
  336. double&nbsp;height)</pre>
  337. <div class="block">Any labels that are overlapping are moved up in an attempt to eliminate
  338. the overlaps.</div>
  339. <dl>
  340. <dt><span class="paramLabel">Parameters:</span></dt>
  341. <dd><code>minY</code> - the minimum y value (in Java2D coordinate space).</dd>
  342. <dd><code>height</code> - the height available for all labels.</dd>
  343. </dl>
  344. </li>
  345. </ul>
  346. <a name="spreadEvenly-double-double-">
  347. <!-- -->
  348. </a>
  349. <ul class="blockList">
  350. <li class="blockList">
  351. <h4>spreadEvenly</h4>
  352. <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.184">spreadEvenly</a>(double&nbsp;minY,
  353. double&nbsp;height)</pre>
  354. <div class="block">Labels are spaced evenly in the available space in an attempt to
  355. eliminate the overlaps.</div>
  356. <dl>
  357. <dt><span class="paramLabel">Parameters:</span></dt>
  358. <dd><code>minY</code> - the minimum y value (in Java2D coordinate space).</dd>
  359. <dd><code>height</code> - the height available for all labels.</dd>
  360. </dl>
  361. </li>
  362. </ul>
  363. <a name="sort--">
  364. <!-- -->
  365. </a>
  366. <ul class="blockList">
  367. <li class="blockList">
  368. <h4>sort</h4>
  369. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.205">sort</a>()</pre>
  370. <div class="block">Sorts the label records into ascending order by y-value.</div>
  371. </li>
  372. </ul>
  373. <a name="toString--">
  374. <!-- -->
  375. </a>
  376. <ul class="blockListLast">
  377. <li class="blockList">
  378. <h4>toString</h4>
  379. <pre>public&nbsp;java.lang.String&nbsp;<a href="../../../../src-html/org/jfree/chart/plot/PieLabelDistributor.html#line.216">toString</a>()</pre>
  380. <div class="block">Returns a string containing a description of the object for
  381. debugging purposes.</div>
  382. <dl>
  383. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  384. <dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
  385. <dt><span class="returnLabel">Returns:</span></dt>
  386. <dd>A string.</dd>
  387. </dl>
  388. </li>
  389. </ul>
  390. </li>
  391. </ul>
  392. </li>
  393. </ul>
  394. </div>
  395. </div>
  396. <!-- ========= END OF CLASS DATA ========= -->
  397. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  398. <div class="bottomNav"><a name="navbar.bottom">
  399. <!-- -->
  400. </a>
  401. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  402. <a name="navbar.bottom.firstrow">
  403. <!-- -->
  404. </a>
  405. <ul class="navList" title="Navigation">
  406. <li><a href="../../../../overview-summary.html">Overview</a></li>
  407. <li><a href="package-summary.html">Package</a></li>
  408. <li class="navBarCell1Rev">Class</li>
  409. <li><a href="class-use/PieLabelDistributor.html">Use</a></li>
  410. <li><a href="package-tree.html">Tree</a></li>
  411. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  412. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  413. <li><a href="../../../../help-doc.html">Help</a></li>
  414. </ul>
  415. </div>
  416. <div class="subNav">
  417. <ul class="navList">
  418. <li><a href="../../../../org/jfree/chart/plot/Pannable.html" title="interface in org.jfree.chart.plot"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  419. <li><a href="../../../../org/jfree/chart/plot/PieLabelLinkStyle.html" title="class in org.jfree.chart.plot"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  420. </ul>
  421. <ul class="navList">
  422. <li><a href="../../../../index.html?org/jfree/chart/plot/PieLabelDistributor.html" target="_top">Frames</a></li>
  423. <li><a href="PieLabelDistributor.html" target="_top">No&nbsp;Frames</a></li>
  424. </ul>
  425. <ul class="navList" id="allclasses_navbar_bottom">
  426. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  427. </ul>
  428. <div>
  429. <script type="text/javascript"><!--
  430. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  431. if(window==top) {
  432. allClassesLink.style.display = "block";
  433. }
  434. else {
  435. allClassesLink.style.display = "none";
  436. }
  437. //-->
  438. </script>
  439. </div>
  440. <div>
  441. <ul class="subNavList">
  442. <li>Summary:&nbsp;</li>
  443. <li>Nested&nbsp;|&nbsp;</li>
  444. <li><a href="#fields.inherited.from.class.org.jfree.chart.plot.AbstractPieLabelDistributor">Field</a>&nbsp;|&nbsp;</li>
  445. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  446. <li><a href="#method.summary">Method</a></li>
  447. </ul>
  448. <ul class="subNavList">
  449. <li>Detail:&nbsp;</li>
  450. <li>Field&nbsp;|&nbsp;</li>
  451. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  452. <li><a href="#method.detail">Method</a></li>
  453. </ul>
  454. </div>
  455. <a name="skip.navbar.bottom">
  456. <!-- -->
  457. </a></div>
  458. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  459. </body>
  460. </html>