AxisChangeEvent.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  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.event.AxisChangeEvent (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.event.AxisChangeEvent (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/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">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/event/class-use/AxisChangeEvent.html" target="_top">Frames</a></li>
  51. <li><a href="AxisChangeEvent.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.event.AxisChangeEvent" class="title">Uses of Class<br>org.jfree.chart.event.AxisChangeEvent</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/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</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.event">org.jfree.chart.event</a></td>
  93. <td class="colLast">
  94. <div class="block">Event classes and listener interfaces, used to provide a change
  95. notification mechanism so that charts are automatically redrawn
  96. whenever changes are made to any chart component.</div>
  97. </td>
  98. </tr>
  99. <tr class="altColor">
  100. <td class="colFirst"><a href="#org.jfree.chart.plot">org.jfree.chart.plot</a></td>
  101. <td class="colLast">
  102. <div class="block">Plot classes and related interfaces.</div>
  103. </td>
  104. </tr>
  105. <tr class="rowColor">
  106. <td class="colFirst"><a href="#org.jfree.chart.title">org.jfree.chart.title</a></td>
  107. <td class="colLast">
  108. <div class="block">Classes used to display chart titles and subtitles.</div>
  109. </td>
  110. </tr>
  111. </tbody>
  112. </table>
  113. </li>
  114. <li class="blockList">
  115. <ul class="blockList">
  116. <li class="blockList"><a name="org.jfree.chart.axis">
  117. <!-- -->
  118. </a>
  119. <h3>Uses of <a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a> in <a href="../../../../../org/jfree/chart/axis/package-summary.html">org.jfree.chart.axis</a></h3>
  120. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  121. <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/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a></span><span class="tabEnd">&nbsp;</span></caption>
  122. <tr>
  123. <th class="colFirst" scope="col">Modifier and Type</th>
  124. <th class="colLast" scope="col">Method and Description</th>
  125. </tr>
  126. <tbody>
  127. <tr class="altColor">
  128. <td class="colFirst"><code>protected void</code></td>
  129. <td class="colLast"><span class="typeNameLabel">Axis.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/axis/Axis.html#notifyListeners-org.jfree.chart.event.AxisChangeEvent-">notifyListeners</a></span>(<a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a>&nbsp;event)</code>
  130. <div class="block">Notifies all registered listeners that the axis has changed.</div>
  131. </td>
  132. </tr>
  133. </tbody>
  134. </table>
  135. </li>
  136. <li class="blockList"><a name="org.jfree.chart.event">
  137. <!-- -->
  138. </a>
  139. <h3>Uses of <a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a> in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a></h3>
  140. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  141. <caption><span>Methods in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a> with parameters of type <a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a></span><span class="tabEnd">&nbsp;</span></caption>
  142. <tr>
  143. <th class="colFirst" scope="col">Modifier and Type</th>
  144. <th class="colLast" scope="col">Method and Description</th>
  145. </tr>
  146. <tbody>
  147. <tr class="altColor">
  148. <td class="colFirst"><code>void</code></td>
  149. <td class="colLast"><span class="typeNameLabel">AxisChangeListener.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/event/AxisChangeListener.html#axisChanged-org.jfree.chart.event.AxisChangeEvent-">axisChanged</a></span>(<a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a>&nbsp;event)</code>
  150. <div class="block">Receives notification of an axis change event.</div>
  151. </td>
  152. </tr>
  153. </tbody>
  154. </table>
  155. </li>
  156. <li class="blockList"><a name="org.jfree.chart.plot">
  157. <!-- -->
  158. </a>
  159. <h3>Uses of <a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a> in <a href="../../../../../org/jfree/chart/plot/package-summary.html">org.jfree.chart.plot</a></h3>
  160. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  161. <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/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a></span><span class="tabEnd">&nbsp;</span></caption>
  162. <tr>
  163. <th class="colFirst" scope="col">Modifier and Type</th>
  164. <th class="colLast" scope="col">Method and Description</th>
  165. </tr>
  166. <tbody>
  167. <tr class="altColor">
  168. <td class="colFirst"><code>void</code></td>
  169. <td class="colLast"><span class="typeNameLabel">Plot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/Plot.html#axisChanged-org.jfree.chart.event.AxisChangeEvent-">axisChanged</a></span>(<a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a>&nbsp;event)</code>
  170. <div class="block">Receives notification of a change to one of the plot's axes.</div>
  171. </td>
  172. </tr>
  173. <tr class="rowColor">
  174. <td class="colFirst"><code>void</code></td>
  175. <td class="colLast"><span class="typeNameLabel">ContourPlot.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/plot/ContourPlot.html#axisChanged-org.jfree.chart.event.AxisChangeEvent-">axisChanged</a></span>(<a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a>&nbsp;event)</code>
  176. <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
  177. <div class="block">Receives notification of a change to one of the plot's axes.</div>
  178. </td>
  179. </tr>
  180. </tbody>
  181. </table>
  182. </li>
  183. <li class="blockList"><a name="org.jfree.chart.title">
  184. <!-- -->
  185. </a>
  186. <h3>Uses of <a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a> in <a href="../../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a></h3>
  187. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  188. <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/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a></span><span class="tabEnd">&nbsp;</span></caption>
  189. <tr>
  190. <th class="colFirst" scope="col">Modifier and Type</th>
  191. <th class="colLast" scope="col">Method and Description</th>
  192. </tr>
  193. <tbody>
  194. <tr class="altColor">
  195. <td class="colFirst"><code>void</code></td>
  196. <td class="colLast"><span class="typeNameLabel">PaintScaleLegend.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/PaintScaleLegend.html#axisChanged-org.jfree.chart.event.AxisChangeEvent-">axisChanged</a></span>(<a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">AxisChangeEvent</a>&nbsp;event)</code>
  197. <div class="block">Receives notification of an axis change event and responds by firing
  198. a title change event.</div>
  199. </td>
  200. </tr>
  201. </tbody>
  202. </table>
  203. </li>
  204. </ul>
  205. </li>
  206. </ul>
  207. </div>
  208. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  209. <div class="bottomNav"><a name="navbar.bottom">
  210. <!-- -->
  211. </a>
  212. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  213. <a name="navbar.bottom.firstrow">
  214. <!-- -->
  215. </a>
  216. <ul class="navList" title="Navigation">
  217. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  218. <li><a href="../package-summary.html">Package</a></li>
  219. <li><a href="../../../../../org/jfree/chart/event/AxisChangeEvent.html" title="class in org.jfree.chart.event">Class</a></li>
  220. <li class="navBarCell1Rev">Use</li>
  221. <li><a href="../package-tree.html">Tree</a></li>
  222. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  223. <li><a href="../../../../../index-files/index-1.html">Index</a></li>
  224. <li><a href="../../../../../help-doc.html">Help</a></li>
  225. </ul>
  226. </div>
  227. <div class="subNav">
  228. <ul class="navList">
  229. <li>Prev</li>
  230. <li>Next</li>
  231. </ul>
  232. <ul class="navList">
  233. <li><a href="../../../../../index.html?org/jfree/chart/event/class-use/AxisChangeEvent.html" target="_top">Frames</a></li>
  234. <li><a href="AxisChangeEvent.html" target="_top">No&nbsp;Frames</a></li>
  235. </ul>
  236. <ul class="navList" id="allclasses_navbar_bottom">
  237. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  238. </ul>
  239. <div>
  240. <script type="text/javascript"><!--
  241. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  242. if(window==top) {
  243. allClassesLink.style.display = "block";
  244. }
  245. else {
  246. allClassesLink.style.display = "none";
  247. }
  248. //-->
  249. </script>
  250. </div>
  251. <a name="skip.navbar.bottom">
  252. <!-- -->
  253. </a></div>
  254. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  255. </body>
  256. </html>