package-summary.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472
  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.axis (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.axis (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/annotations/package-summary.html">Prev&nbsp;Package</a></li>
  47. <li><a href="../../../../org/jfree/chart/block/package-summary.html">Next&nbsp;Package</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../index.html?org/jfree/chart/axis/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.axis</h1>
  74. <div class="docSummary">
  75. <div class="block">Axis classes and interfaces.</div>
  76. </div>
  77. <p>See:&nbsp;<a href="#package.description">Description</a></p>
  78. </div>
  79. <div class="contentContainer">
  80. <ul class="blockList">
  81. <li class="blockList">
  82. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
  83. <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
  84. <tr>
  85. <th class="colFirst" scope="col">Interface</th>
  86. <th class="colLast" scope="col">Description</th>
  87. </tr>
  88. <tbody>
  89. <tr class="altColor">
  90. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/TickUnitSource.html" title="interface in org.jfree.chart.axis">TickUnitSource</a></td>
  91. <td class="colLast">
  92. <div class="block">An interface used by the <a href="../../../../org/jfree/chart/axis/DateAxis.html" title="class in org.jfree.chart.axis"><code>DateAxis</code></a> and <a href="../../../../org/jfree/chart/axis/NumberAxis.html" title="class in org.jfree.chart.axis"><code>NumberAxis</code></a> classes to
  93. obtain a suitable <a href="../../../../org/jfree/chart/axis/TickUnit.html" title="class in org.jfree.chart.axis"><code>TickUnit</code></a>.</div>
  94. </td>
  95. </tr>
  96. <tr class="rowColor">
  97. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/Timeline.html" title="interface in org.jfree.chart.axis">Timeline</a></td>
  98. <td class="colLast">
  99. <div class="block">An interface that defines the contract for a Timeline.</div>
  100. </td>
  101. </tr>
  102. </tbody>
  103. </table>
  104. </li>
  105. <li class="blockList">
  106. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  107. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  108. <tr>
  109. <th class="colFirst" scope="col">Class</th>
  110. <th class="colLast" scope="col">Description</th>
  111. </tr>
  112. <tbody>
  113. <tr class="altColor">
  114. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/Axis.html" title="class in org.jfree.chart.axis">Axis</a></td>
  115. <td class="colLast">
  116. <div class="block">The base class for all axes in JFreeChart.</div>
  117. </td>
  118. </tr>
  119. <tr class="rowColor">
  120. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/AxisCollection.html" title="class in org.jfree.chart.axis">AxisCollection</a></td>
  121. <td class="colLast">
  122. <div class="block">A collection of axes that have been assigned to the TOP, BOTTOM, LEFT or
  123. RIGHT of a chart.</div>
  124. </td>
  125. </tr>
  126. <tr class="altColor">
  127. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/AxisLabelLocation.html" title="class in org.jfree.chart.axis">AxisLabelLocation</a></td>
  128. <td class="colLast">
  129. <div class="block">Used to indicate the location of an axis label.</div>
  130. </td>
  131. </tr>
  132. <tr class="rowColor">
  133. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></td>
  134. <td class="colLast">
  135. <div class="block">Used to indicate the location of an axis on a 2D plot, prior to knowing the
  136. orientation of the plot.</div>
  137. </td>
  138. </tr>
  139. <tr class="altColor">
  140. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/AxisSpace.html" title="class in org.jfree.chart.axis">AxisSpace</a></td>
  141. <td class="colLast">
  142. <div class="block">A record that contains the space required at each edge of a plot.</div>
  143. </td>
  144. </tr>
  145. <tr class="rowColor">
  146. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/AxisState.html" title="class in org.jfree.chart.axis">AxisState</a></td>
  147. <td class="colLast">
  148. <div class="block">Instances of this class are used to carry state information for an axis
  149. during the drawing process.</div>
  150. </td>
  151. </tr>
  152. <tr class="altColor">
  153. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CategoryAnchor.html" title="class in org.jfree.chart.axis">CategoryAnchor</a></td>
  154. <td class="colLast">
  155. <div class="block">Used to indicate one of three positions within a category:
  156. <code>START</code>, <code>MIDDLE</code> and <code>END</code>.</div>
  157. </td>
  158. </tr>
  159. <tr class="rowColor">
  160. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CategoryAxis.html" title="class in org.jfree.chart.axis">CategoryAxis</a></td>
  161. <td class="colLast">
  162. <div class="block">An axis that displays categories.</div>
  163. </td>
  164. </tr>
  165. <tr class="altColor">
  166. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CategoryAxis3D.html" title="class in org.jfree.chart.axis">CategoryAxis3D</a></td>
  167. <td class="colLast">
  168. <div class="block">An axis that displays categories and has a 3D effect.</div>
  169. </td>
  170. </tr>
  171. <tr class="rowColor">
  172. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CategoryLabelPosition.html" title="class in org.jfree.chart.axis">CategoryLabelPosition</a></td>
  173. <td class="colLast">
  174. <div class="block">The attributes that control the position of the labels for the categories on
  175. a <a href="../../../../org/jfree/chart/axis/CategoryAxis.html" title="class in org.jfree.chart.axis"><code>CategoryAxis</code></a>.</div>
  176. </td>
  177. </tr>
  178. <tr class="altColor">
  179. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CategoryLabelPositions.html" title="class in org.jfree.chart.axis">CategoryLabelPositions</a></td>
  180. <td class="colLast">
  181. <div class="block">Records the label positions for a category axis.</div>
  182. </td>
  183. </tr>
  184. <tr class="rowColor">
  185. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CategoryLabelWidthType.html" title="class in org.jfree.chart.axis">CategoryLabelWidthType</a></td>
  186. <td class="colLast">
  187. <div class="block">Represents the width types for a category label.</div>
  188. </td>
  189. </tr>
  190. <tr class="altColor">
  191. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CategoryTick.html" title="class in org.jfree.chart.axis">CategoryTick</a></td>
  192. <td class="colLast">
  193. <div class="block">A tick for a <a href="../../../../org/jfree/chart/axis/CategoryAxis.html" title="class in org.jfree.chart.axis"><code>CategoryAxis</code></a>.</div>
  194. </td>
  195. </tr>
  196. <tr class="rowColor">
  197. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/ColorBar.html" title="class in org.jfree.chart.axis">ColorBar</a></td>
  198. <td class="colLast">Deprecated
  199. <div class="block"><span class="deprecationComment">This class is no longer supported (as of version 1.0.4).</span></div>
  200. </td>
  201. </tr>
  202. <tr class="altColor">
  203. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CompassFormat.html" title="class in org.jfree.chart.axis">CompassFormat</a></td>
  204. <td class="colLast">
  205. <div class="block">A formatter that displays numbers as directions.</div>
  206. </td>
  207. </tr>
  208. <tr class="rowColor">
  209. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CyclicNumberAxis.html" title="class in org.jfree.chart.axis">CyclicNumberAxis</a></td>
  210. <td class="colLast">
  211. <div class="block">This class extends NumberAxis and handles cycling.</div>
  212. </td>
  213. </tr>
  214. <tr class="altColor">
  215. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/CyclicNumberAxis.CycleBoundTick.html" title="class in org.jfree.chart.axis">CyclicNumberAxis.CycleBoundTick</a></td>
  216. <td class="colLast">
  217. <div class="block">A special Number tick that also hold information about the cycle bound
  218. mapping for this tick.</div>
  219. </td>
  220. </tr>
  221. <tr class="rowColor">
  222. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/DateAxis.html" title="class in org.jfree.chart.axis">DateAxis</a></td>
  223. <td class="colLast">
  224. <div class="block">The base class for axes that display dates.</div>
  225. </td>
  226. </tr>
  227. <tr class="altColor">
  228. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/DateTick.html" title="class in org.jfree.chart.axis">DateTick</a></td>
  229. <td class="colLast">
  230. <div class="block">A tick used by the <a href="../../../../org/jfree/chart/axis/DateAxis.html" title="class in org.jfree.chart.axis"><code>DateAxis</code></a> class.</div>
  231. </td>
  232. </tr>
  233. <tr class="rowColor">
  234. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/DateTickMarkPosition.html" title="class in org.jfree.chart.axis">DateTickMarkPosition</a></td>
  235. <td class="colLast">
  236. <div class="block">Used to indicate the required position of tick marks on a date axis relative
  237. to the underlying time period.</div>
  238. </td>
  239. </tr>
  240. <tr class="altColor">
  241. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/DateTickUnit.html" title="class in org.jfree.chart.axis">DateTickUnit</a></td>
  242. <td class="colLast">
  243. <div class="block">A tick unit for use by subclasses of <a href="../../../../org/jfree/chart/axis/DateAxis.html" title="class in org.jfree.chart.axis"><code>DateAxis</code></a>.</div>
  244. </td>
  245. </tr>
  246. <tr class="rowColor">
  247. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/DateTickUnitType.html" title="class in org.jfree.chart.axis">DateTickUnitType</a></td>
  248. <td class="colLast">
  249. <div class="block">An enumeration of the unit types for a <a href="../../../../org/jfree/chart/axis/DateTickUnit.html" title="class in org.jfree.chart.axis"><code>DateTickUnit</code></a> instance.</div>
  250. </td>
  251. </tr>
  252. <tr class="altColor">
  253. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/ExtendedCategoryAxis.html" title="class in org.jfree.chart.axis">ExtendedCategoryAxis</a></td>
  254. <td class="colLast">
  255. <div class="block">An extended version of the <a href="../../../../org/jfree/chart/axis/CategoryAxis.html" title="class in org.jfree.chart.axis"><code>CategoryAxis</code></a> class that supports
  256. sublabels on the axis.</div>
  257. </td>
  258. </tr>
  259. <tr class="rowColor">
  260. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/LogarithmicAxis.html" title="class in org.jfree.chart.axis">LogarithmicAxis</a></td>
  261. <td class="colLast">
  262. <div class="block">A numerical axis that uses a logarithmic scale.</div>
  263. </td>
  264. </tr>
  265. <tr class="altColor">
  266. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/LogAxis.html" title="class in org.jfree.chart.axis">LogAxis</a></td>
  267. <td class="colLast">
  268. <div class="block">A numerical axis that uses a logarithmic scale.</div>
  269. </td>
  270. </tr>
  271. <tr class="rowColor">
  272. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/LogTick.html" title="class in org.jfree.chart.axis">LogTick</a></td>
  273. <td class="colLast">
  274. <div class="block">A tick from a <a href="../../../../org/jfree/chart/axis/LogAxis.html" title="class in org.jfree.chart.axis"><code>LogAxis</code></a>.</div>
  275. </td>
  276. </tr>
  277. <tr class="altColor">
  278. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/MarkerAxisBand.html" title="class in org.jfree.chart.axis">MarkerAxisBand</a></td>
  279. <td class="colLast">
  280. <div class="block">A band that can be added to a number axis to display regions.</div>
  281. </td>
  282. </tr>
  283. <tr class="rowColor">
  284. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/ModuloAxis.html" title="class in org.jfree.chart.axis">ModuloAxis</a></td>
  285. <td class="colLast">
  286. <div class="block">An axis that displays numerical values within a fixed range using a modulo
  287. calculation.</div>
  288. </td>
  289. </tr>
  290. <tr class="altColor">
  291. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/MonthDateFormat.html" title="class in org.jfree.chart.axis">MonthDateFormat</a></td>
  292. <td class="colLast">
  293. <div class="block">A formatter that formats dates to show the initial letter(s) of the month
  294. name and, as an option, the year for the first or last month of each year.</div>
  295. </td>
  296. </tr>
  297. <tr class="rowColor">
  298. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/NumberAxis.html" title="class in org.jfree.chart.axis">NumberAxis</a></td>
  299. <td class="colLast">
  300. <div class="block">An axis for displaying numerical data.</div>
  301. </td>
  302. </tr>
  303. <tr class="altColor">
  304. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/NumberAxis3D.html" title="class in org.jfree.chart.axis">NumberAxis3D</a></td>
  305. <td class="colLast">
  306. <div class="block">A standard linear value axis with a 3D effect corresponding to the
  307. offset specified by some renderers.</div>
  308. </td>
  309. </tr>
  310. <tr class="rowColor">
  311. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/NumberTick.html" title="class in org.jfree.chart.axis">NumberTick</a></td>
  312. <td class="colLast">
  313. <div class="block">A numerical tick.</div>
  314. </td>
  315. </tr>
  316. <tr class="altColor">
  317. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/NumberTickUnit.html" title="class in org.jfree.chart.axis">NumberTickUnit</a></td>
  318. <td class="colLast">
  319. <div class="block">A numerical tick unit.</div>
  320. </td>
  321. </tr>
  322. <tr class="rowColor">
  323. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/NumberTickUnitSource.html" title="class in org.jfree.chart.axis">NumberTickUnitSource</a></td>
  324. <td class="colLast">
  325. <div class="block">A tick unit source implementation that returns NumberTickUnit instances
  326. that are multiples of 1, 2 or 5 times some power of 10.</div>
  327. </td>
  328. </tr>
  329. <tr class="altColor">
  330. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/PeriodAxis.html" title="class in org.jfree.chart.axis">PeriodAxis</a></td>
  331. <td class="colLast">
  332. <div class="block">An axis that displays a date scale based on a
  333. <a href="../../../../org/jfree/data/time/RegularTimePeriod.html" title="class in org.jfree.data.time"><code>RegularTimePeriod</code></a>.</div>
  334. </td>
  335. </tr>
  336. <tr class="rowColor">
  337. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/PeriodAxisLabelInfo.html" title="class in org.jfree.chart.axis">PeriodAxisLabelInfo</a></td>
  338. <td class="colLast">
  339. <div class="block">A record that contains information for one "band" of date labels in
  340. a <a href="../../../../org/jfree/chart/axis/PeriodAxis.html" title="class in org.jfree.chart.axis"><code>PeriodAxis</code></a>.</div>
  341. </td>
  342. </tr>
  343. <tr class="altColor">
  344. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/QuarterDateFormat.html" title="class in org.jfree.chart.axis">QuarterDateFormat</a></td>
  345. <td class="colLast">
  346. <div class="block">A formatter that formats dates to show the year and quarter (for example,
  347. '2004 IV' for the last quarter of 2004.</div>
  348. </td>
  349. </tr>
  350. <tr class="rowColor">
  351. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/SegmentedTimeline.html" title="class in org.jfree.chart.axis">SegmentedTimeline</a></td>
  352. <td class="colLast">
  353. <div class="block">A <a href="../../../../org/jfree/chart/axis/Timeline.html" title="interface in org.jfree.chart.axis"><code>Timeline</code></a> that implements a "segmented" timeline with included,
  354. excluded and exception segments.</div>
  355. </td>
  356. </tr>
  357. <tr class="rowColor">
  358. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/StandardTickUnitSource.html" title="class in org.jfree.chart.axis">StandardTickUnitSource</a></td>
  359. <td class="colLast">
  360. <div class="block">A source that can used by the <a href="../../../../org/jfree/chart/axis/NumberAxis.html" title="class in org.jfree.chart.axis"><code>NumberAxis</code></a> class to obtain a
  361. suitable <a href="../../../../org/jfree/chart/axis/TickUnit.html" title="class in org.jfree.chart.axis"><code>TickUnit</code></a>.</div>
  362. </td>
  363. </tr>
  364. <tr class="altColor">
  365. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/SubCategoryAxis.html" title="class in org.jfree.chart.axis">SubCategoryAxis</a></td>
  366. <td class="colLast">
  367. <div class="block">A specialised category axis that can display sub-categories.</div>
  368. </td>
  369. </tr>
  370. <tr class="rowColor">
  371. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/SymbolAxis.html" title="class in org.jfree.chart.axis">SymbolAxis</a></td>
  372. <td class="colLast">
  373. <div class="block">A standard linear value axis that replaces integer values with symbols.</div>
  374. </td>
  375. </tr>
  376. <tr class="altColor">
  377. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/Tick.html" title="class in org.jfree.chart.axis">Tick</a></td>
  378. <td class="colLast">
  379. <div class="block">The base class used to represent labeled ticks along an axis.</div>
  380. </td>
  381. </tr>
  382. <tr class="rowColor">
  383. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/TickType.html" title="class in org.jfree.chart.axis">TickType</a></td>
  384. <td class="colLast">
  385. <div class="block">Used to indicate the tick type (MAJOR or MINOR).</div>
  386. </td>
  387. </tr>
  388. <tr class="altColor">
  389. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/TickUnit.html" title="class in org.jfree.chart.axis">TickUnit</a></td>
  390. <td class="colLast">
  391. <div class="block">Base class representing a tick unit.</div>
  392. </td>
  393. </tr>
  394. <tr class="rowColor">
  395. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/TickUnits.html" title="class in org.jfree.chart.axis">TickUnits</a></td>
  396. <td class="colLast">
  397. <div class="block">A collection of tick units, used by the <a href="../../../../org/jfree/chart/axis/DateAxis.html" title="class in org.jfree.chart.axis"><code>DateAxis</code></a> and
  398. <a href="../../../../org/jfree/chart/axis/NumberAxis.html" title="class in org.jfree.chart.axis"><code>NumberAxis</code></a> classes.</div>
  399. </td>
  400. </tr>
  401. <tr class="altColor">
  402. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/ValueAxis.html" title="class in org.jfree.chart.axis">ValueAxis</a></td>
  403. <td class="colLast">
  404. <div class="block">The base class for axes that display value data, where values are measured
  405. using the <code>double</code> primitive.</div>
  406. </td>
  407. </tr>
  408. <tr class="rowColor">
  409. <td class="colFirst"><a href="../../../../org/jfree/chart/axis/ValueTick.html" title="class in org.jfree.chart.axis">ValueTick</a></td>
  410. <td class="colLast">
  411. <div class="block">A value tick.</div>
  412. </td>
  413. </tr>
  414. </tbody>
  415. </table>
  416. </li>
  417. </ul>
  418. <a name="package.description">
  419. <!-- -->
  420. </a>
  421. <h2 title="Package org.jfree.chart.axis Description">Package org.jfree.chart.axis Description</h2>
  422. <div class="block">Axis classes and interfaces.</div>
  423. </div>
  424. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  425. <div class="bottomNav"><a name="navbar.bottom">
  426. <!-- -->
  427. </a>
  428. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  429. <a name="navbar.bottom.firstrow">
  430. <!-- -->
  431. </a>
  432. <ul class="navList" title="Navigation">
  433. <li><a href="../../../../overview-summary.html">Overview</a></li>
  434. <li class="navBarCell1Rev">Package</li>
  435. <li>Class</li>
  436. <li><a href="package-use.html">Use</a></li>
  437. <li><a href="package-tree.html">Tree</a></li>
  438. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  439. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  440. <li><a href="../../../../help-doc.html">Help</a></li>
  441. </ul>
  442. </div>
  443. <div class="subNav">
  444. <ul class="navList">
  445. <li><a href="../../../../org/jfree/chart/annotations/package-summary.html">Prev&nbsp;Package</a></li>
  446. <li><a href="../../../../org/jfree/chart/block/package-summary.html">Next&nbsp;Package</a></li>
  447. </ul>
  448. <ul class="navList">
  449. <li><a href="../../../../index.html?org/jfree/chart/axis/package-summary.html" target="_top">Frames</a></li>
  450. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  451. </ul>
  452. <ul class="navList" id="allclasses_navbar_bottom">
  453. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  454. </ul>
  455. <div>
  456. <script type="text/javascript"><!--
  457. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  458. if(window==top) {
  459. allClassesLink.style.display = "block";
  460. }
  461. else {
  462. allClassesLink.style.display = "none";
  463. }
  464. //-->
  465. </script>
  466. </div>
  467. <a name="skip.navbar.bottom">
  468. <!-- -->
  469. </a></div>
  470. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  471. </body>
  472. </html>