package-summary.html 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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:44 CEST 2014 -->
  6. <title>org.jfree.chart.needle (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="org.jfree.chart.needle (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../../../../overview-summary.html">Overview</a></li>
  35. <li class="navBarCell1Rev">Package</li>
  36. <li>Class</li>
  37. <li><a href="package-use.html">Use</a></li>
  38. <li><a href="package-tree.html">Tree</a></li>
  39. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  41. <li><a href="../../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li><a href="../../../../org/jfree/chart/labels/package-summary.html">Prev&nbsp;Package</a></li>
  47. <li><a href="../../../../org/jfree/chart/panel/package-summary.html">Next&nbsp;Package</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../index.html?org/jfree/chart/needle/package-summary.html" target="_top">Frames</a></li>
  51. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h1 title="Package" class="title">Package&nbsp;org.jfree.chart.needle</h1>
  74. <div class="docSummary">
  75. <div class="block">A range of objects that can be used to represent the needle on a
  76. <a href="../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot"><code>CompassPlot</code></a>.</div>
  77. </div>
  78. <p>See:&nbsp;<a href="#package.description">Description</a></p>
  79. </div>
  80. <div class="contentContainer">
  81. <ul class="blockList">
  82. <li class="blockList">
  83. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  84. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  85. <tr>
  86. <th class="colFirst" scope="col">Class</th>
  87. <th class="colLast" scope="col">Description</th>
  88. </tr>
  89. <tbody>
  90. <tr class="altColor">
  91. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/ArrowNeedle.html" title="class in org.jfree.chart.needle">ArrowNeedle</a></td>
  92. <td class="colLast">
  93. <div class="block">A needle in the shape of an arrow.</div>
  94. </td>
  95. </tr>
  96. <tr class="rowColor">
  97. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/LineNeedle.html" title="class in org.jfree.chart.needle">LineNeedle</a></td>
  98. <td class="colLast">
  99. <div class="block">A needle that is represented by a line.</div>
  100. </td>
  101. </tr>
  102. <tr class="altColor">
  103. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/LongNeedle.html" title="class in org.jfree.chart.needle">LongNeedle</a></td>
  104. <td class="colLast">
  105. <div class="block">A needle that is represented by a long line.</div>
  106. </td>
  107. </tr>
  108. <tr class="rowColor">
  109. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/MeterNeedle.html" title="class in org.jfree.chart.needle">MeterNeedle</a></td>
  110. <td class="colLast">
  111. <div class="block">The base class used to represent the needle on a
  112. <a href="../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot"><code>CompassPlot</code></a>.</div>
  113. </td>
  114. </tr>
  115. <tr class="altColor">
  116. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/MiddlePinNeedle.html" title="class in org.jfree.chart.needle">MiddlePinNeedle</a></td>
  117. <td class="colLast">
  118. <div class="block">A needle that is drawn as a pin shape.</div>
  119. </td>
  120. </tr>
  121. <tr class="rowColor">
  122. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/PinNeedle.html" title="class in org.jfree.chart.needle">PinNeedle</a></td>
  123. <td class="colLast">
  124. <div class="block">A needle that is drawn as a pin shape.</div>
  125. </td>
  126. </tr>
  127. <tr class="altColor">
  128. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/PlumNeedle.html" title="class in org.jfree.chart.needle">PlumNeedle</a></td>
  129. <td class="colLast">
  130. <div class="block">A needle for use with the <a href="../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot"><code>CompassPlot</code></a> class.</div>
  131. </td>
  132. </tr>
  133. <tr class="rowColor">
  134. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/PointerNeedle.html" title="class in org.jfree.chart.needle">PointerNeedle</a></td>
  135. <td class="colLast">
  136. <div class="block">A needle in the shape of a pointer, for use with the
  137. <a href="../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot"><code>CompassPlot</code></a> class.</div>
  138. </td>
  139. </tr>
  140. <tr class="altColor">
  141. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/ShipNeedle.html" title="class in org.jfree.chart.needle">ShipNeedle</a></td>
  142. <td class="colLast">
  143. <div class="block">A needle in the shape of a ship, for use with the
  144. <a href="../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot"><code>CompassPlot</code></a> class.</div>
  145. </td>
  146. </tr>
  147. <tr class="rowColor">
  148. <td class="colFirst"><a href="../../../../org/jfree/chart/needle/WindNeedle.html" title="class in org.jfree.chart.needle">WindNeedle</a></td>
  149. <td class="colLast">
  150. <div class="block">A needle that indicates wind direction, for use with the
  151. <a href="../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot"><code>CompassPlot</code></a> class.</div>
  152. </td>
  153. </tr>
  154. </tbody>
  155. </table>
  156. </li>
  157. </ul>
  158. <a name="package.description">
  159. <!-- -->
  160. </a>
  161. <h2 title="Package org.jfree.chart.needle Description">Package org.jfree.chart.needle Description</h2>
  162. <div class="block">A range of objects that can be used to represent the needle on a
  163. <a href="../../../../org/jfree/chart/plot/CompassPlot.html" title="class in org.jfree.chart.plot"><code>CompassPlot</code></a>.</div>
  164. </div>
  165. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  166. <div class="bottomNav"><a name="navbar.bottom">
  167. <!-- -->
  168. </a>
  169. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  170. <a name="navbar.bottom.firstrow">
  171. <!-- -->
  172. </a>
  173. <ul class="navList" title="Navigation">
  174. <li><a href="../../../../overview-summary.html">Overview</a></li>
  175. <li class="navBarCell1Rev">Package</li>
  176. <li>Class</li>
  177. <li><a href="package-use.html">Use</a></li>
  178. <li><a href="package-tree.html">Tree</a></li>
  179. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  180. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  181. <li><a href="../../../../help-doc.html">Help</a></li>
  182. </ul>
  183. </div>
  184. <div class="subNav">
  185. <ul class="navList">
  186. <li><a href="../../../../org/jfree/chart/labels/package-summary.html">Prev&nbsp;Package</a></li>
  187. <li><a href="../../../../org/jfree/chart/panel/package-summary.html">Next&nbsp;Package</a></li>
  188. </ul>
  189. <ul class="navList">
  190. <li><a href="../../../../index.html?org/jfree/chart/needle/package-summary.html" target="_top">Frames</a></li>
  191. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  192. </ul>
  193. <ul class="navList" id="allclasses_navbar_bottom">
  194. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  195. </ul>
  196. <div>
  197. <script type="text/javascript"><!--
  198. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  199. if(window==top) {
  200. allClassesLink.style.display = "block";
  201. }
  202. else {
  203. allClassesLink.style.display = "none";
  204. }
  205. //-->
  206. </script>
  207. </div>
  208. <a name="skip.navbar.bottom">
  209. <!-- -->
  210. </a></div>
  211. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  212. </body>
  213. </html>