Annotation.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  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 Interface org.jfree.chart.annotations.Annotation (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 Interface org.jfree.chart.annotations.Annotation (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/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">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/annotations/class-use/Annotation.html" target="_top">Frames</a></li>
  51. <li><a href="Annotation.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 Interface org.jfree.chart.annotations.Annotation" class="title">Uses of Interface<br>org.jfree.chart.annotations.Annotation</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/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</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.annotations">org.jfree.chart.annotations</a></td>
  87. <td class="colLast">
  88. <div class="block">A framework for adding annotations to charts.</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. </tbody>
  100. </table>
  101. </li>
  102. <li class="blockList">
  103. <ul class="blockList">
  104. <li class="blockList"><a name="org.jfree.chart.annotations">
  105. <!-- -->
  106. </a>
  107. <h3>Uses of <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a> in <a href="../../../../../org/jfree/chart/annotations/package-summary.html">org.jfree.chart.annotations</a></h3>
  108. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
  109. <caption><span>Subinterfaces of <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a> in <a href="../../../../../org/jfree/chart/annotations/package-summary.html">org.jfree.chart.annotations</a></span><span class="tabEnd">&nbsp;</span></caption>
  110. <tr>
  111. <th class="colFirst" scope="col">Modifier and Type</th>
  112. <th class="colLast" scope="col">Interface and Description</th>
  113. </tr>
  114. <tbody>
  115. <tr class="altColor">
  116. <td class="colFirst"><code>interface&nbsp;</code></td>
  117. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/CategoryAnnotation.html" title="interface in org.jfree.chart.annotations">CategoryAnnotation</a></span></code>
  118. <div class="block">The interface that must be supported by annotations that are to be added to
  119. a <a href="../../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot"><code>CategoryPlot</code></a>.</div>
  120. </td>
  121. </tr>
  122. <tr class="rowColor">
  123. <td class="colFirst"><code>interface&nbsp;</code></td>
  124. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYAnnotation.html" title="interface in org.jfree.chart.annotations">XYAnnotation</a></span></code>
  125. <div class="block">The interface that must be supported by annotations that are to be added to
  126. an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  127. </td>
  128. </tr>
  129. </tbody>
  130. </table>
  131. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  132. <caption><span>Classes in <a href="../../../../../org/jfree/chart/annotations/package-summary.html">org.jfree.chart.annotations</a> that implement <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></span><span class="tabEnd">&nbsp;</span></caption>
  133. <tr>
  134. <th class="colFirst" scope="col">Modifier and Type</th>
  135. <th class="colLast" scope="col">Class and Description</th>
  136. </tr>
  137. <tbody>
  138. <tr class="altColor">
  139. <td class="colFirst"><code>class&nbsp;</code></td>
  140. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/AbstractAnnotation.html" title="class in org.jfree.chart.annotations">AbstractAnnotation</a></span></code>
  141. <div class="block">An abstract implementation of the <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations"><code>Annotation</code></a> interface, containing a
  142. mechanism for registering change listeners.</div>
  143. </td>
  144. </tr>
  145. <tr class="rowColor">
  146. <td class="colFirst"><code>class&nbsp;</code></td>
  147. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/AbstractXYAnnotation.html" title="class in org.jfree.chart.annotations">AbstractXYAnnotation</a></span></code>
  148. <div class="block">The interface that must be supported by annotations that are to be added to
  149. an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  150. </td>
  151. </tr>
  152. <tr class="altColor">
  153. <td class="colFirst"><code>class&nbsp;</code></td>
  154. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/CategoryLineAnnotation.html" title="class in org.jfree.chart.annotations">CategoryLineAnnotation</a></span></code>
  155. <div class="block">A line annotation that can be placed on a <a href="../../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot"><code>CategoryPlot</code></a>.</div>
  156. </td>
  157. </tr>
  158. <tr class="rowColor">
  159. <td class="colFirst"><code>class&nbsp;</code></td>
  160. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/CategoryPointerAnnotation.html" title="class in org.jfree.chart.annotations">CategoryPointerAnnotation</a></span></code>
  161. <div class="block">An arrow and label that can be placed on a <a href="../../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot"><code>CategoryPlot</code></a>.</div>
  162. </td>
  163. </tr>
  164. <tr class="altColor">
  165. <td class="colFirst"><code>class&nbsp;</code></td>
  166. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/CategoryTextAnnotation.html" title="class in org.jfree.chart.annotations">CategoryTextAnnotation</a></span></code>
  167. <div class="block">A text annotation that can be placed on a <a href="../../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot"><code>CategoryPlot</code></a>.</div>
  168. </td>
  169. </tr>
  170. <tr class="rowColor">
  171. <td class="colFirst"><code>class&nbsp;</code></td>
  172. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/TextAnnotation.html" title="class in org.jfree.chart.annotations">TextAnnotation</a></span></code>
  173. <div class="block">A base class for text annotations.</div>
  174. </td>
  175. </tr>
  176. <tr class="altColor">
  177. <td class="colFirst"><code>class&nbsp;</code></td>
  178. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYBoxAnnotation.html" title="class in org.jfree.chart.annotations">XYBoxAnnotation</a></span></code>
  179. <div class="block">A box annotation that can be placed on an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  180. </td>
  181. </tr>
  182. <tr class="rowColor">
  183. <td class="colFirst"><code>class&nbsp;</code></td>
  184. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYDataImageAnnotation.html" title="class in org.jfree.chart.annotations">XYDataImageAnnotation</a></span></code>
  185. <div class="block">An annotation that allows an image to be placed within a rectangle specified
  186. in data coordinates on an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  187. </td>
  188. </tr>
  189. <tr class="altColor">
  190. <td class="colFirst"><code>class&nbsp;</code></td>
  191. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYDrawableAnnotation.html" title="class in org.jfree.chart.annotations">XYDrawableAnnotation</a></span></code>
  192. <div class="block">A general annotation that can be placed on an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  193. </td>
  194. </tr>
  195. <tr class="rowColor">
  196. <td class="colFirst"><code>class&nbsp;</code></td>
  197. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYImageAnnotation.html" title="class in org.jfree.chart.annotations">XYImageAnnotation</a></span></code>
  198. <div class="block">An annotation that allows an image to be placed at some location on
  199. an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  200. </td>
  201. </tr>
  202. <tr class="altColor">
  203. <td class="colFirst"><code>class&nbsp;</code></td>
  204. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYLineAnnotation.html" title="class in org.jfree.chart.annotations">XYLineAnnotation</a></span></code>
  205. <div class="block">A simple line annotation that can be placed on an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  206. </td>
  207. </tr>
  208. <tr class="rowColor">
  209. <td class="colFirst"><code>class&nbsp;</code></td>
  210. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYPointerAnnotation.html" title="class in org.jfree.chart.annotations">XYPointerAnnotation</a></span></code>
  211. <div class="block">An arrow and label that can be placed on an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  212. </td>
  213. </tr>
  214. <tr class="altColor">
  215. <td class="colFirst"><code>class&nbsp;</code></td>
  216. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYPolygonAnnotation.html" title="class in org.jfree.chart.annotations">XYPolygonAnnotation</a></span></code>
  217. <div class="block">A polygon annotation that can be placed on an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  218. </td>
  219. </tr>
  220. <tr class="rowColor">
  221. <td class="colFirst"><code>class&nbsp;</code></td>
  222. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYShapeAnnotation.html" title="class in org.jfree.chart.annotations">XYShapeAnnotation</a></span></code>
  223. <div class="block">A simple <code>Shape</code> annotation that can be placed on an
  224. <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  225. </td>
  226. </tr>
  227. <tr class="altColor">
  228. <td class="colFirst"><code>class&nbsp;</code></td>
  229. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYTextAnnotation.html" title="class in org.jfree.chart.annotations">XYTextAnnotation</a></span></code>
  230. <div class="block">A text annotation that can be placed at a particular (x, y) location on an
  231. <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  232. </td>
  233. </tr>
  234. <tr class="rowColor">
  235. <td class="colFirst"><code>class&nbsp;</code></td>
  236. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/annotations/XYTitleAnnotation.html" title="class in org.jfree.chart.annotations">XYTitleAnnotation</a></span></code>
  237. <div class="block">An annotation that allows any <a href="../../../../../org/jfree/chart/title/Title.html" title="class in org.jfree.chart.title"><code>Title</code></a> to be placed at a location on
  238. an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  239. </td>
  240. </tr>
  241. </tbody>
  242. </table>
  243. </li>
  244. <li class="blockList"><a name="org.jfree.chart.event">
  245. <!-- -->
  246. </a>
  247. <h3>Uses of <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a> in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a></h3>
  248. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
  249. <caption><span>Methods in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a> that return <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></span><span class="tabEnd">&nbsp;</span></caption>
  250. <tr>
  251. <th class="colFirst" scope="col">Modifier and Type</th>
  252. <th class="colLast" scope="col">Method and Description</th>
  253. </tr>
  254. <tbody>
  255. <tr class="altColor">
  256. <td class="colFirst"><code><a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></code></td>
  257. <td class="colLast"><span class="typeNameLabel">AnnotationChangeEvent.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/event/AnnotationChangeEvent.html#getAnnotation--">getAnnotation</a></span>()</code>
  258. <div class="block">Returns the annotation that triggered the event.</div>
  259. </td>
  260. </tr>
  261. </tbody>
  262. </table>
  263. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
  264. <caption><span>Constructors in <a href="../../../../../org/jfree/chart/event/package-summary.html">org.jfree.chart.event</a> with parameters of type <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></span><span class="tabEnd">&nbsp;</span></caption>
  265. <tr>
  266. <th class="colOne" scope="col">Constructor and Description</th>
  267. </tr>
  268. <tbody>
  269. <tr class="altColor">
  270. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/event/AnnotationChangeEvent.html#AnnotationChangeEvent-java.lang.Object-org.jfree.chart.annotations.Annotation-">AnnotationChangeEvent</a></span>(java.lang.Object&nbsp;source,
  271. <a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a>&nbsp;annotation)</code>
  272. <div class="block">Creates a new <code>AnnotationChangeEvent</code> instance.</div>
  273. </td>
  274. </tr>
  275. </tbody>
  276. </table>
  277. </li>
  278. </ul>
  279. </li>
  280. </ul>
  281. </div>
  282. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  283. <div class="bottomNav"><a name="navbar.bottom">
  284. <!-- -->
  285. </a>
  286. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  287. <a name="navbar.bottom.firstrow">
  288. <!-- -->
  289. </a>
  290. <ul class="navList" title="Navigation">
  291. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  292. <li><a href="../package-summary.html">Package</a></li>
  293. <li><a href="../../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Class</a></li>
  294. <li class="navBarCell1Rev">Use</li>
  295. <li><a href="../package-tree.html">Tree</a></li>
  296. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  297. <li><a href="../../../../../index-files/index-1.html">Index</a></li>
  298. <li><a href="../../../../../help-doc.html">Help</a></li>
  299. </ul>
  300. </div>
  301. <div class="subNav">
  302. <ul class="navList">
  303. <li>Prev</li>
  304. <li>Next</li>
  305. </ul>
  306. <ul class="navList">
  307. <li><a href="../../../../../index.html?org/jfree/chart/annotations/class-use/Annotation.html" target="_top">Frames</a></li>
  308. <li><a href="Annotation.html" target="_top">No&nbsp;Frames</a></li>
  309. </ul>
  310. <ul class="navList" id="allclasses_navbar_bottom">
  311. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  312. </ul>
  313. <div>
  314. <script type="text/javascript"><!--
  315. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  316. if(window==top) {
  317. allClassesLink.style.display = "block";
  318. }
  319. else {
  320. allClassesLink.style.display = "none";
  321. }
  322. //-->
  323. </script>
  324. </div>
  325. <a name="skip.navbar.bottom">
  326. <!-- -->
  327. </a></div>
  328. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  329. </body>
  330. </html>