AxisLocation.html 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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:46 CEST 2014 -->
  6. <title>Uses of Class org.jfree.chart.axis.AxisLocation (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="Uses of Class org.jfree.chart.axis.AxisLocation (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><a href="../package-summary.html">Package</a></li>
  36. <li><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">Class</a></li>
  37. <li class="navBarCell1Rev">Use</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>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../../index.html?org/jfree/chart/axis/class-use/AxisLocation.html" target="_top">Frames</a></li>
  51. <li><a href="AxisLocation.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. <h2 title="Uses of Class org.jfree.chart.axis.AxisLocation" class="title">Uses of Class<br>org.jfree.chart.axis.AxisLocation</h2>
  74. </div>
  75. <div class="classUseContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  79. <caption><span>Packages that use <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  80. <tr>
  81. <th class="colFirst" scope="col">Package</th>
  82. <th class="colLast" scope="col">Description</th>
  83. </tr>
  84. <tbody>
  85. <tr class="altColor">
  86. <td class="colFirst"><a href="#org.jfree.chart.axis">org.jfree.chart.axis</a></td>
  87. <td class="colLast">
  88. <div class="block">Axis classes and interfaces.</div>
  89. </td>
  90. </tr>
  91. <tr class="rowColor">
  92. <td class="colFirst"><a href="#org.jfree.chart.plot">org.jfree.chart.plot</a></td>
  93. <td class="colLast">
  94. <div class="block">Plot classes and related interfaces.</div>
  95. </td>
  96. </tr>
  97. <tr class="altColor">
  98. <td class="colFirst"><a href="#org.jfree.chart.title">org.jfree.chart.title</a></td>
  99. <td class="colLast">
  100. <div class="block">Classes used to display chart titles and subtitles.</div>
  101. </td>
  102. </tr>
  103. </tbody>
  104. </table>
  105. </li>
  106. <li class="blockList">
  107. <ul class="blockList">
  108. <li class="blockList"><a name="org.jfree.chart.axis">
  109. <!-- -->
  110. </a>
  111. <h3>Uses of <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a> in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a></h3>
  112. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
  113. <caption><span>Fields in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a> declared as <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  114. <tr>
  115. <th class="colFirst" scope="col">Modifier and Type</th>
  116. <th class="colLast" scope="col">Field and Description</th>
  117. </tr>
  118. <tbody>
  119. <tr class="altColor">
  120. <td class="colFirst"><code>static <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  121. <td class="colLast"><span class="typeNameLabel">AxisLocation.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/AxisLocation.html#BOTTOM_OR_LEFT">BOTTOM_OR_LEFT</a></span></code>
  122. <div class="block">Axis at the bottom or left.</div>
  123. </td>
  124. </tr>
  125. <tr class="rowColor">
  126. <td class="colFirst"><code>static <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  127. <td class="colLast"><span class="typeNameLabel">AxisLocation.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/AxisLocation.html#BOTTOM_OR_RIGHT">BOTTOM_OR_RIGHT</a></span></code>
  128. <div class="block">Axis at the bottom or right.</div>
  129. </td>
  130. </tr>
  131. <tr class="altColor">
  132. <td class="colFirst"><code>static <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  133. <td class="colLast"><span class="typeNameLabel">AxisLocation.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/AxisLocation.html#TOP_OR_LEFT">TOP_OR_LEFT</a></span></code>
  134. <div class="block">Axis at the top or left.</div>
  135. </td>
  136. </tr>
  137. <tr class="rowColor">
  138. <td class="colFirst"><code>static <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  139. <td class="colLast"><span class="typeNameLabel">AxisLocation.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/AxisLocation.html#TOP_OR_RIGHT">TOP_OR_RIGHT</a></span></code>
  140. <div class="block">Axis at the top or right.</div>
  141. </td>
  142. </tr>
  143. </tbody>
  144. </table>
  145. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  146. <caption><span>Methods in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a> that return <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  147. <tr>
  148. <th class="colFirst" scope="col">Modifier and Type</th>
  149. <th class="colLast" scope="col">Method and Description</th>
  150. </tr>
  151. <tbody>
  152. <tr class="altColor">
  153. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  154. <td class="colLast"><span class="typeNameLabel">AxisLocation.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/AxisLocation.html#getOpposite--">getOpposite</a></span>()</code>
  155. <div class="block">Returns the location that is opposite to this location.</div>
  156. </td>
  157. </tr>
  158. <tr class="rowColor">
  159. <td class="colFirst"><code>static <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  160. <td class="colLast"><span class="typeNameLabel">AxisLocation.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/AxisLocation.html#getOpposite-org.jfree.chart.axis.AxisLocation-">getOpposite</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  161. <div class="block">Returns the location that is opposite to the supplied location.</div>
  162. </td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  167. <caption><span>Methods in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a> with parameters of type <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  168. <tr>
  169. <th class="colFirst" scope="col">Modifier and Type</th>
  170. <th class="colLast" scope="col">Method and Description</th>
  171. </tr>
  172. <tbody>
  173. <tr class="altColor">
  174. <td class="colFirst"><code>static <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  175. <td class="colLast"><span class="typeNameLabel">AxisLocation.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/AxisLocation.html#getOpposite-org.jfree.chart.axis.AxisLocation-">getOpposite</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  176. <div class="block">Returns the location that is opposite to the supplied location.</div>
  177. </td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. </li>
  182. <li class="blockList"><a name="org.jfree.chart.plot">
  183. <!-- -->
  184. </a>
  185. <h3>Uses of <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a> in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a></h3>
  186. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  187. <caption><span>Methods in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a> that return <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  188. <tr>
  189. <th class="colFirst" scope="col">Modifier and Type</th>
  190. <th class="colLast" scope="col">Method and Description</th>
  191. </tr>
  192. <tbody>
  193. <tr class="altColor">
  194. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  195. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#getDomainAxisLocation--">getDomainAxisLocation</a></span>()</code>
  196. <div class="block">Returns the location of the primary domain axis.</div>
  197. </td>
  198. </tr>
  199. <tr class="rowColor">
  200. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  201. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#getDomainAxisLocation--">getDomainAxisLocation</a></span>()</code>
  202. <div class="block">Returns the domain axis location for the primary domain axis.</div>
  203. </td>
  204. </tr>
  205. <tr class="altColor">
  206. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  207. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#getDomainAxisLocation-int-">getDomainAxisLocation</a></span>(int&nbsp;index)</code>
  208. <div class="block">Returns the location for a domain axis.</div>
  209. </td>
  210. </tr>
  211. <tr class="rowColor">
  212. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  213. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#getDomainAxisLocation-int-">getDomainAxisLocation</a></span>(int&nbsp;index)</code>
  214. <div class="block">Returns the location for a domain axis.</div>
  215. </td>
  216. </tr>
  217. <tr class="altColor">
  218. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  219. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#getRangeAxisLocation--">getRangeAxisLocation</a></span>()</code>
  220. <div class="block">Returns the location of the primary range axis.</div>
  221. </td>
  222. </tr>
  223. <tr class="rowColor">
  224. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  225. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#getRangeAxisLocation--">getRangeAxisLocation</a></span>()</code>
  226. <div class="block">Returns the range axis location.</div>
  227. </td>
  228. </tr>
  229. <tr class="altColor">
  230. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  231. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#getRangeAxisLocation-int-">getRangeAxisLocation</a></span>(int&nbsp;index)</code>
  232. <div class="block">Returns the location for a range axis.</div>
  233. </td>
  234. </tr>
  235. <tr class="rowColor">
  236. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  237. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#getRangeAxisLocation-int-">getRangeAxisLocation</a></span>(int&nbsp;index)</code>
  238. <div class="block">Returns the location for a range axis.</div>
  239. </td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  244. <caption><span>Methods in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a> with parameters of type <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  245. <tr>
  246. <th class="colFirst" scope="col">Modifier and Type</th>
  247. <th class="colLast" scope="col">Method and Description</th>
  248. </tr>
  249. <tbody>
  250. <tr class="altColor">
  251. <td class="colFirst"><code>static org.jfree.ui.RectangleEdge</code></td>
  252. <td class="colLast"><span class="typeNameLabel">Plot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/Plot.html#resolveDomainAxisLocation-org.jfree.chart.axis.AxisLocation-org.jfree.chart.plot.PlotOrientation-">resolveDomainAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  253. <a href="../../../../../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</a>&nbsp;orientation)</code>
  254. <div class="block">Resolves a domain axis location for a given plot orientation.</div>
  255. </td>
  256. </tr>
  257. <tr class="rowColor">
  258. <td class="colFirst"><code>static org.jfree.ui.RectangleEdge</code></td>
  259. <td class="colLast"><span class="typeNameLabel">Plot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/Plot.html#resolveRangeAxisLocation-org.jfree.chart.axis.AxisLocation-org.jfree.chart.plot.PlotOrientation-">resolveRangeAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  260. <a href="../../../../../org/jfree/chart/plot/PlotOrientation.html" title="class in org.jfree.chart.plot">PlotOrientation</a>&nbsp;orientation)</code>
  261. <div class="block">Resolves a range axis location for a given plot orientation.</div>
  262. </td>
  263. </tr>
  264. <tr class="altColor">
  265. <td class="colFirst"><code>void</code></td>
  266. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setDomainAxisLocation-org.jfree.chart.axis.AxisLocation-">setDomainAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  267. <div class="block">Sets the location of the primary domain axis and sends a
  268. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  269. </td>
  270. </tr>
  271. <tr class="rowColor">
  272. <td class="colFirst"><code>void</code></td>
  273. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setDomainAxisLocation-org.jfree.chart.axis.AxisLocation-">setDomainAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  274. <div class="block">Sets the location of the domain axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  275. to all registered listeners.</div>
  276. </td>
  277. </tr>
  278. <tr class="altColor">
  279. <td class="colFirst"><code>void</code></td>
  280. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setDomainAxisLocation-org.jfree.chart.axis.AxisLocation-boolean-">setDomainAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  281. boolean&nbsp;notify)</code>
  282. <div class="block">Sets the location of the domain axis and, if requested, sends a
  283. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  284. </td>
  285. </tr>
  286. <tr class="rowColor">
  287. <td class="colFirst"><code>void</code></td>
  288. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setDomainAxisLocation-org.jfree.chart.axis.AxisLocation-boolean-">setDomainAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  289. boolean&nbsp;notify)</code>
  290. <div class="block">Sets the location of the domain axis and, if requested, sends a
  291. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  292. </td>
  293. </tr>
  294. <tr class="altColor">
  295. <td class="colFirst"><code>void</code></td>
  296. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setDomainAxisLocation-int-org.jfree.chart.axis.AxisLocation-">setDomainAxisLocation</a></span>(int&nbsp;index,
  297. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  298. <div class="block">Sets the location for a domain axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  299. to all registered listeners.</div>
  300. </td>
  301. </tr>
  302. <tr class="rowColor">
  303. <td class="colFirst"><code>void</code></td>
  304. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setDomainAxisLocation-int-org.jfree.chart.axis.AxisLocation-">setDomainAxisLocation</a></span>(int&nbsp;index,
  305. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  306. <div class="block">Sets the location for a domain axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  307. to all registered listeners.</div>
  308. </td>
  309. </tr>
  310. <tr class="altColor">
  311. <td class="colFirst"><code>void</code></td>
  312. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setDomainAxisLocation-int-org.jfree.chart.axis.AxisLocation-boolean-">setDomainAxisLocation</a></span>(int&nbsp;index,
  313. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  314. boolean&nbsp;notify)</code>
  315. <div class="block">Sets the axis location for a domain axis and, if requested, sends a
  316. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  317. </td>
  318. </tr>
  319. <tr class="rowColor">
  320. <td class="colFirst"><code>void</code></td>
  321. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setDomainAxisLocation-int-org.jfree.chart.axis.AxisLocation-boolean-">setDomainAxisLocation</a></span>(int&nbsp;index,
  322. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  323. boolean&nbsp;notify)</code>
  324. <div class="block">Sets the location for a domain axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  325. to all registered listeners.</div>
  326. </td>
  327. </tr>
  328. <tr class="altColor">
  329. <td class="colFirst"><code>void</code></td>
  330. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setRangeAxisLocation-org.jfree.chart.axis.AxisLocation-">setRangeAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  331. <div class="block">Sets the location of the primary range axis and sends a
  332. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  333. </td>
  334. </tr>
  335. <tr class="rowColor">
  336. <td class="colFirst"><code>void</code></td>
  337. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setRangeAxisLocation-org.jfree.chart.axis.AxisLocation-">setRangeAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  338. <div class="block">Sets the location of the range axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  339. to all registered listeners.</div>
  340. </td>
  341. </tr>
  342. <tr class="altColor">
  343. <td class="colFirst"><code>void</code></td>
  344. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setRangeAxisLocation-org.jfree.chart.axis.AxisLocation-boolean-">setRangeAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  345. boolean&nbsp;notify)</code>
  346. <div class="block">Sets the location of the primary range axis and, if requested, sends a
  347. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  348. </td>
  349. </tr>
  350. <tr class="rowColor">
  351. <td class="colFirst"><code>void</code></td>
  352. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setRangeAxisLocation-org.jfree.chart.axis.AxisLocation-boolean-">setRangeAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  353. boolean&nbsp;notify)</code>
  354. <div class="block">Sets the location of the range axis and, if requested, sends a
  355. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  356. </td>
  357. </tr>
  358. <tr class="altColor">
  359. <td class="colFirst"><code>void</code></td>
  360. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setRangeAxisLocation-int-org.jfree.chart.axis.AxisLocation-">setRangeAxisLocation</a></span>(int&nbsp;index,
  361. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  362. <div class="block">Sets the location for a range axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  363. to all registered listeners.</div>
  364. </td>
  365. </tr>
  366. <tr class="rowColor">
  367. <td class="colFirst"><code>void</code></td>
  368. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setRangeAxisLocation-int-org.jfree.chart.axis.AxisLocation-">setRangeAxisLocation</a></span>(int&nbsp;index,
  369. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  370. <div class="block">Sets the location for a range axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  371. to all registered listeners.</div>
  372. </td>
  373. </tr>
  374. <tr class="altColor">
  375. <td class="colFirst"><code>void</code></td>
  376. <td class="colLast"><span class="typeNameLabel">XYPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/XYPlot.html#setRangeAxisLocation-int-org.jfree.chart.axis.AxisLocation-boolean-">setRangeAxisLocation</a></span>(int&nbsp;index,
  377. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  378. boolean&nbsp;notify)</code>
  379. <div class="block">Sets the axis location for a domain axis and, if requested, sends a
  380. <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a> to all registered listeners.</div>
  381. </td>
  382. </tr>
  383. <tr class="rowColor">
  384. <td class="colFirst"><code>void</code></td>
  385. <td class="colLast"><span class="typeNameLabel">CategoryPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/CategoryPlot.html#setRangeAxisLocation-int-org.jfree.chart.axis.AxisLocation-boolean-">setRangeAxisLocation</a></span>(int&nbsp;index,
  386. <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location,
  387. boolean&nbsp;notify)</code>
  388. <div class="block">Sets the location for a range axis and sends a <a href="../../../../../org/jfree/chart/event/PlotChangeEvent.html" title="class in org.jfree.chart.event"><code>PlotChangeEvent</code></a>
  389. to all registered listeners.</div>
  390. </td>
  391. </tr>
  392. </tbody>
  393. </table>
  394. </li>
  395. <li class="blockList"><a name="org.jfree.chart.title">
  396. <!-- -->
  397. </a>
  398. <h3>Uses of <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a> in <a href="../../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a></h3>
  399. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  400. <caption><span>Methods in <a href="../../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a> that return <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  401. <tr>
  402. <th class="colFirst" scope="col">Modifier and Type</th>
  403. <th class="colLast" scope="col">Method and Description</th>
  404. </tr>
  405. <tbody>
  406. <tr class="altColor">
  407. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></code></td>
  408. <td class="colLast"><span class="typeNameLabel">PaintScaleLegend.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/PaintScaleLegend.html#getAxisLocation--">getAxisLocation</a></span>()</code>
  409. <div class="block">Returns the axis location.</div>
  410. </td>
  411. </tr>
  412. </tbody>
  413. </table>
  414. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  415. <caption><span>Methods in <a href="../../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a> with parameters of type <a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a></span><span class="tabEnd">&nbsp;</span></caption>
  416. <tr>
  417. <th class="colFirst" scope="col">Modifier and Type</th>
  418. <th class="colLast" scope="col">Method and Description</th>
  419. </tr>
  420. <tbody>
  421. <tr class="altColor">
  422. <td class="colFirst"><code>void</code></td>
  423. <td class="colLast"><span class="typeNameLabel">PaintScaleLegend.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/PaintScaleLegend.html#setAxisLocation-org.jfree.chart.axis.AxisLocation-">setAxisLocation</a></span>(<a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">AxisLocation</a>&nbsp;location)</code>
  424. <div class="block">Sets the axis location and sends a <a href="../../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event"><code>TitleChangeEvent</code></a> to all
  425. registered listeners.</div>
  426. </td>
  427. </tr>
  428. </tbody>
  429. </table>
  430. </li>
  431. </ul>
  432. </li>
  433. </ul>
  434. </div>
  435. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  436. <div class="bottomNav"><a name="navbar.bottom">
  437. <!-- -->
  438. </a>
  439. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  440. <a name="navbar.bottom.firstrow">
  441. <!-- -->
  442. </a>
  443. <ul class="navList" title="Navigation">
  444. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  445. <li><a href="../package-summary.html">Package</a></li>
  446. <li><a href="../../../../../org/jfree/chart/axis/AxisLocation.html" title="class in org.jfree.chart.axis">Class</a></li>
  447. <li class="navBarCell1Rev">Use</li>
  448. <li><a href="../package-tree.html">Tree</a></li>
  449. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  450. <li><a href="../../../../../index-files/index-1.html">Index</a></li>
  451. <li><a href="../../../../../help-doc.html">Help</a></li>
  452. </ul>
  453. </div>
  454. <div class="subNav">
  455. <ul class="navList">
  456. <li>Prev</li>
  457. <li>Next</li>
  458. </ul>
  459. <ul class="navList">
  460. <li><a href="../../../../../index.html?org/jfree/chart/axis/class-use/AxisLocation.html" target="_top">Frames</a></li>
  461. <li><a href="AxisLocation.html" target="_top">No&nbsp;Frames</a></li>
  462. </ul>
  463. <ul class="navList" id="allclasses_navbar_bottom">
  464. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  465. </ul>
  466. <div>
  467. <script type="text/javascript"><!--
  468. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  469. if(window==top) {
  470. allClassesLink.style.display = "block";
  471. }
  472. else {
  473. allClassesLink.style.display = "none";
  474. }
  475. //-->
  476. </script>
  477. </div>
  478. <a name="skip.navbar.bottom">
  479. <!-- -->
  480. </a></div>
  481. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  482. </body>
  483. </html>