AbstractAnnotation.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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.annotations.AbstractAnnotation (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.annotations.AbstractAnnotation (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/AbstractAnnotation.html" title="class 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/AbstractAnnotation.html" target="_top">Frames</a></li>
  51. <li><a href="AbstractAnnotation.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.annotations.AbstractAnnotation" class="title">Uses of Class<br>org.jfree.chart.annotations.AbstractAnnotation</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/AbstractAnnotation.html" title="class in org.jfree.chart.annotations">AbstractAnnotation</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. </tbody>
  92. </table>
  93. </li>
  94. <li class="blockList">
  95. <ul class="blockList">
  96. <li class="blockList"><a name="org.jfree.chart.annotations">
  97. <!-- -->
  98. </a>
  99. <h3>Uses of <a href="../../../../../org/jfree/chart/annotations/AbstractAnnotation.html" title="class in org.jfree.chart.annotations">AbstractAnnotation</a> in <a href="../../../../../org/jfree/chart/annotations/package-summary.html">org.jfree.chart.annotations</a></h3>
  100. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
  101. <caption><span>Subclasses of <a href="../../../../../org/jfree/chart/annotations/AbstractAnnotation.html" title="class in org.jfree.chart.annotations">AbstractAnnotation</a> in <a href="../../../../../org/jfree/chart/annotations/package-summary.html">org.jfree.chart.annotations</a></span><span class="tabEnd">&nbsp;</span></caption>
  102. <tr>
  103. <th class="colFirst" scope="col">Modifier and Type</th>
  104. <th class="colLast" scope="col">Class and Description</th>
  105. </tr>
  106. <tbody>
  107. <tr class="altColor">
  108. <td class="colFirst"><code>class&nbsp;</code></td>
  109. <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>
  110. <div class="block">The interface that must be supported by annotations that are to be added to
  111. an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  112. </td>
  113. </tr>
  114. <tr class="rowColor">
  115. <td class="colFirst"><code>class&nbsp;</code></td>
  116. <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>
  117. <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>
  118. </td>
  119. </tr>
  120. <tr class="altColor">
  121. <td class="colFirst"><code>class&nbsp;</code></td>
  122. <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>
  123. <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>
  124. </td>
  125. </tr>
  126. <tr class="rowColor">
  127. <td class="colFirst"><code>class&nbsp;</code></td>
  128. <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>
  129. <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>
  130. </td>
  131. </tr>
  132. <tr class="altColor">
  133. <td class="colFirst"><code>class&nbsp;</code></td>
  134. <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>
  135. <div class="block">A base class for text annotations.</div>
  136. </td>
  137. </tr>
  138. <tr class="rowColor">
  139. <td class="colFirst"><code>class&nbsp;</code></td>
  140. <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>
  141. <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>
  142. </td>
  143. </tr>
  144. <tr class="altColor">
  145. <td class="colFirst"><code>class&nbsp;</code></td>
  146. <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>
  147. <div class="block">An annotation that allows an image to be placed within a rectangle specified
  148. 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>
  149. </td>
  150. </tr>
  151. <tr class="rowColor">
  152. <td class="colFirst"><code>class&nbsp;</code></td>
  153. <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>
  154. <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>
  155. </td>
  156. </tr>
  157. <tr class="altColor">
  158. <td class="colFirst"><code>class&nbsp;</code></td>
  159. <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>
  160. <div class="block">An annotation that allows an image to be placed at some location on
  161. an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  162. </td>
  163. </tr>
  164. <tr class="rowColor">
  165. <td class="colFirst"><code>class&nbsp;</code></td>
  166. <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>
  167. <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>
  168. </td>
  169. </tr>
  170. <tr class="altColor">
  171. <td class="colFirst"><code>class&nbsp;</code></td>
  172. <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>
  173. <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>
  174. </td>
  175. </tr>
  176. <tr class="rowColor">
  177. <td class="colFirst"><code>class&nbsp;</code></td>
  178. <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>
  179. <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>
  180. </td>
  181. </tr>
  182. <tr class="altColor">
  183. <td class="colFirst"><code>class&nbsp;</code></td>
  184. <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>
  185. <div class="block">A simple <code>Shape</code> annotation that can be placed on an
  186. <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="rowColor">
  190. <td class="colFirst"><code>class&nbsp;</code></td>
  191. <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>
  192. <div class="block">A text annotation that can be placed at a particular (x, y) location on an
  193. <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="altColor">
  197. <td class="colFirst"><code>class&nbsp;</code></td>
  198. <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>
  199. <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
  200. an <a href="../../../../../org/jfree/chart/plot/XYPlot.html" title="class in org.jfree.chart.plot"><code>XYPlot</code></a>.</div>
  201. </td>
  202. </tr>
  203. </tbody>
  204. </table>
  205. </li>
  206. </ul>
  207. </li>
  208. </ul>
  209. </div>
  210. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  211. <div class="bottomNav"><a name="navbar.bottom">
  212. <!-- -->
  213. </a>
  214. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  215. <a name="navbar.bottom.firstrow">
  216. <!-- -->
  217. </a>
  218. <ul class="navList" title="Navigation">
  219. <li><a href="../../../../../overview-summary.html">Overview</a></li>
  220. <li><a href="../package-summary.html">Package</a></li>
  221. <li><a href="../../../../../org/jfree/chart/annotations/AbstractAnnotation.html" title="class in org.jfree.chart.annotations">Class</a></li>
  222. <li class="navBarCell1Rev">Use</li>
  223. <li><a href="../package-tree.html">Tree</a></li>
  224. <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
  225. <li><a href="../../../../../index-files/index-1.html">Index</a></li>
  226. <li><a href="../../../../../help-doc.html">Help</a></li>
  227. </ul>
  228. </div>
  229. <div class="subNav">
  230. <ul class="navList">
  231. <li>Prev</li>
  232. <li>Next</li>
  233. </ul>
  234. <ul class="navList">
  235. <li><a href="../../../../../index.html?org/jfree/chart/annotations/class-use/AbstractAnnotation.html" target="_top">Frames</a></li>
  236. <li><a href="AbstractAnnotation.html" target="_top">No&nbsp;Frames</a></li>
  237. </ul>
  238. <ul class="navList" id="allclasses_navbar_bottom">
  239. <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  240. </ul>
  241. <div>
  242. <script type="text/javascript"><!--
  243. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  244. if(window==top) {
  245. allClassesLink.style.display = "block";
  246. }
  247. else {
  248. allClassesLink.style.display = "none";
  249. }
  250. //-->
  251. </script>
  252. </div>
  253. <a name="skip.navbar.bottom">
  254. <!-- -->
  255. </a></div>
  256. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  257. </body>
  258. </html>