package-summary.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  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.annotations (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.annotations (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/package-summary.html">Prev&nbsp;Package</a></li>
  47. <li><a href="../../../../org/jfree/chart/axis/package-summary.html">Next&nbsp;Package</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../index.html?org/jfree/chart/annotations/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.annotations</h1>
  74. <div class="docSummary">
  75. <div class="block">A framework for adding annotations to charts.</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/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></td>
  91. <td class="colLast">
  92. <div class="block">The base interface for annotations.</div>
  93. </td>
  94. </tr>
  95. <tr class="rowColor">
  96. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/CategoryAnnotation.html" title="interface in org.jfree.chart.annotations">CategoryAnnotation</a></td>
  97. <td class="colLast">
  98. <div class="block">The interface that must be supported by annotations that are to be added to
  99. a <a href="../../../../org/jfree/chart/plot/CategoryPlot.html" title="class in org.jfree.chart.plot"><code>CategoryPlot</code></a>.</div>
  100. </td>
  101. </tr>
  102. <tr class="altColor">
  103. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYAnnotation.html" title="interface in org.jfree.chart.annotations">XYAnnotation</a></td>
  104. <td class="colLast">
  105. <div class="block">The interface that must be supported by annotations that are to be added to
  106. an <a href="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  107. </td>
  108. </tr>
  109. <tr class="rowColor">
  110. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYAnnotationBoundsInfo.html" title="interface in org.jfree.chart.annotations">XYAnnotationBoundsInfo</a></td>
  111. <td class="colLast">
  112. <div class="block">An interface that supplies information about the bounds of the annotation.</div>
  113. </td>
  114. </tr>
  115. </tbody>
  116. </table>
  117. </li>
  118. <li class="blockList">
  119. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  120. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  121. <tr>
  122. <th class="colFirst" scope="col">Class</th>
  123. <th class="colLast" scope="col">Description</th>
  124. </tr>
  125. <tbody>
  126. <tr class="altColor">
  127. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html" title="class in org.jfree.chart.annotations">AbstractAnnotation</a></td>
  128. <td class="colLast">
  129. <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
  130. mechanism for registering change listeners.</div>
  131. </td>
  132. </tr>
  133. <tr class="rowColor">
  134. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/AbstractXYAnnotation.html" title="class in org.jfree.chart.annotations">AbstractXYAnnotation</a></td>
  135. <td class="colLast">
  136. <div class="block">The interface that must be supported by annotations that are to be added to
  137. an <a href="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  138. </td>
  139. </tr>
  140. <tr class="altColor">
  141. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/CategoryLineAnnotation.html" title="class in org.jfree.chart.annotations">CategoryLineAnnotation</a></td>
  142. <td class="colLast">
  143. <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>
  144. </td>
  145. </tr>
  146. <tr class="rowColor">
  147. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/CategoryPointerAnnotation.html" title="class in org.jfree.chart.annotations">CategoryPointerAnnotation</a></td>
  148. <td class="colLast">
  149. <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>
  150. </td>
  151. </tr>
  152. <tr class="altColor">
  153. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/CategoryTextAnnotation.html" title="class in org.jfree.chart.annotations">CategoryTextAnnotation</a></td>
  154. <td class="colLast">
  155. <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>
  156. </td>
  157. </tr>
  158. <tr class="rowColor">
  159. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/TextAnnotation.html" title="class in org.jfree.chart.annotations">TextAnnotation</a></td>
  160. <td class="colLast">
  161. <div class="block">A base class for text annotations.</div>
  162. </td>
  163. </tr>
  164. <tr class="altColor">
  165. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYBoxAnnotation.html" title="class in org.jfree.chart.annotations">XYBoxAnnotation</a></td>
  166. <td class="colLast">
  167. <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>
  168. </td>
  169. </tr>
  170. <tr class="rowColor">
  171. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYDataImageAnnotation.html" title="class in org.jfree.chart.annotations">XYDataImageAnnotation</a></td>
  172. <td class="colLast">
  173. <div class="block">An annotation that allows an image to be placed within a rectangle specified
  174. 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>
  175. </td>
  176. </tr>
  177. <tr class="altColor">
  178. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYDrawableAnnotation.html" title="class in org.jfree.chart.annotations">XYDrawableAnnotation</a></td>
  179. <td class="colLast">
  180. <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>
  181. </td>
  182. </tr>
  183. <tr class="rowColor">
  184. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYImageAnnotation.html" title="class in org.jfree.chart.annotations">XYImageAnnotation</a></td>
  185. <td class="colLast">
  186. <div class="block">An annotation that allows an image to be placed at some location on
  187. an <a href="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  188. </td>
  189. </tr>
  190. <tr class="altColor">
  191. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYLineAnnotation.html" title="class in org.jfree.chart.annotations">XYLineAnnotation</a></td>
  192. <td class="colLast">
  193. <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>
  194. </td>
  195. </tr>
  196. <tr class="rowColor">
  197. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYPointerAnnotation.html" title="class in org.jfree.chart.annotations">XYPointerAnnotation</a></td>
  198. <td class="colLast">
  199. <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>
  200. </td>
  201. </tr>
  202. <tr class="altColor">
  203. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYPolygonAnnotation.html" title="class in org.jfree.chart.annotations">XYPolygonAnnotation</a></td>
  204. <td class="colLast">
  205. <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>
  206. </td>
  207. </tr>
  208. <tr class="rowColor">
  209. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYShapeAnnotation.html" title="class in org.jfree.chart.annotations">XYShapeAnnotation</a></td>
  210. <td class="colLast">
  211. <div class="block">A simple <code>Shape</code> annotation that can be placed on an
  212. <a href="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  213. </td>
  214. </tr>
  215. <tr class="altColor">
  216. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYTextAnnotation.html" title="class in org.jfree.chart.annotations">XYTextAnnotation</a></td>
  217. <td class="colLast">
  218. <div class="block">A text annotation that can be placed at a particular (x, y) location on an
  219. <a href="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  220. </td>
  221. </tr>
  222. <tr class="rowColor">
  223. <td class="colFirst"><a href="../../../../org/jfree/chart/annotations/XYTitleAnnotation.html" title="class in org.jfree.chart.annotations">XYTitleAnnotation</a></td>
  224. <td class="colLast">
  225. <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
  226. an <a href="../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  227. </td>
  228. </tr>
  229. </tbody>
  230. </table>
  231. </li>
  232. </ul>
  233. <a name="package.description">
  234. <!-- -->
  235. </a>
  236. <h2 title="Package org.jfree.chart.annotations Description">Package org.jfree.chart.annotations Description</h2>
  237. <div class="block">A framework for adding annotations to charts.</div>
  238. </div>
  239. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  240. <div class="bottomNav"><a name="navbar.bottom">
  241. <!-- -->
  242. </a>
  243. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  244. <a name="navbar.bottom.firstrow">
  245. <!-- -->
  246. </a>
  247. <ul class="navList" title="Navigation">
  248. <li><a href="../../../../overview-summary.html">Overview</a></li>
  249. <li class="navBarCell1Rev">Package</li>
  250. <li>Class</li>
  251. <li><a href="package-use.html">Use</a></li>
  252. <li><a href="package-tree.html">Tree</a></li>
  253. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  254. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  255. <li><a href="../../../../help-doc.html">Help</a></li>
  256. </ul>
  257. </div>
  258. <div class="subNav">
  259. <ul class="navList">
  260. <li><a href="../../../../org/jfree/chart/package-summary.html">Prev&nbsp;Package</a></li>
  261. <li><a href="../../../../org/jfree/chart/axis/package-summary.html">Next&nbsp;Package</a></li>
  262. </ul>
  263. <ul class="navList">
  264. <li><a href="../../../../index.html?org/jfree/chart/annotations/package-summary.html" target="_top">Frames</a></li>
  265. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  266. </ul>
  267. <ul class="navList" id="allclasses_navbar_bottom">
  268. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  269. </ul>
  270. <div>
  271. <script type="text/javascript"><!--
  272. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  273. if(window==top) {
  274. allClassesLink.style.display = "block";
  275. }
  276. else {
  277. allClassesLink.style.display = "none";
  278. }
  279. //-->
  280. </script>
  281. </div>
  282. <a name="skip.navbar.bottom">
  283. <!-- -->
  284. </a></div>
  285. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  286. </body>
  287. </html>