AbstractAnnotation.html 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  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:26 CEST 2014 -->
  6. <title>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="AbstractAnnotation (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
  23. var altColor = "altColor";
  24. var rowColor = "rowColor";
  25. var tableTab = "tableTab";
  26. var activeTableTab = "activeTableTab";
  27. </script>
  28. <noscript>
  29. <div>JavaScript is disabled on your browser.</div>
  30. </noscript>
  31. <!-- ========= START OF TOP NAVBAR ======= -->
  32. <div class="topNav"><a name="navbar.top">
  33. <!-- -->
  34. </a>
  35. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  36. <a name="navbar.top.firstrow">
  37. <!-- -->
  38. </a>
  39. <ul class="navList" title="Navigation">
  40. <li><a href="../../../../overview-summary.html">Overview</a></li>
  41. <li><a href="package-summary.html">Package</a></li>
  42. <li class="navBarCell1Rev">Class</li>
  43. <li><a href="class-use/AbstractAnnotation.html">Use</a></li>
  44. <li><a href="package-tree.html">Tree</a></li>
  45. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  46. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  47. <li><a href="../../../../help-doc.html">Help</a></li>
  48. </ul>
  49. </div>
  50. <div class="subNav">
  51. <ul class="navList">
  52. <li>Prev&nbsp;Class</li>
  53. <li><a href="../../../../org/jfree/chart/annotations/AbstractXYAnnotation.html" title="class in org.jfree.chart.annotations"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/jfree/chart/annotations/AbstractAnnotation.html" target="_top">Frames</a></li>
  57. <li><a href="AbstractAnnotation.html" target="_top">No&nbsp;Frames</a></li>
  58. </ul>
  59. <ul class="navList" id="allclasses_navbar_top">
  60. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  61. </ul>
  62. <div>
  63. <script type="text/javascript"><!--
  64. allClassesLink = document.getElementById("allclasses_navbar_top");
  65. if(window==top) {
  66. allClassesLink.style.display = "block";
  67. }
  68. else {
  69. allClassesLink.style.display = "none";
  70. }
  71. //-->
  72. </script>
  73. </div>
  74. <div>
  75. <ul class="subNavList">
  76. <li>Summary:&nbsp;</li>
  77. <li>Nested&nbsp;|&nbsp;</li>
  78. <li>Field&nbsp;|&nbsp;</li>
  79. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  80. <li><a href="#method.summary">Method</a></li>
  81. </ul>
  82. <ul class="subNavList">
  83. <li>Detail:&nbsp;</li>
  84. <li>Field&nbsp;|&nbsp;</li>
  85. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  86. <li><a href="#method.detail">Method</a></li>
  87. </ul>
  88. </div>
  89. <a name="skip.navbar.top">
  90. <!-- -->
  91. </a></div>
  92. <!-- ========= END OF TOP NAVBAR ========= -->
  93. <!-- ======== START OF CLASS DATA ======== -->
  94. <div class="header">
  95. <div class="subTitle">org.jfree.chart.annotations</div>
  96. <h2 title="Class AbstractAnnotation" class="title">Class AbstractAnnotation</h2>
  97. </div>
  98. <div class="contentContainer">
  99. <ul class="inheritance">
  100. <li>java.lang.Object</li>
  101. <li>
  102. <ul class="inheritance">
  103. <li>org.jfree.chart.annotations.AbstractAnnotation</li>
  104. </ul>
  105. </li>
  106. </ul>
  107. <div class="description">
  108. <ul class="blockList">
  109. <li class="blockList">
  110. <dl>
  111. <dt>All Implemented Interfaces:</dt>
  112. <dd>java.io.Serializable, java.lang.Cloneable, <a href="../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></dd>
  113. </dl>
  114. <dl>
  115. <dt>Direct Known Subclasses:</dt>
  116. <dd><a href="../../../../org/jfree/chart/annotations/AbstractXYAnnotation.html" title="class in org.jfree.chart.annotations">AbstractXYAnnotation</a>, <a href="../../../../org/jfree/chart/annotations/CategoryLineAnnotation.html" title="class in org.jfree.chart.annotations">CategoryLineAnnotation</a>, <a href="../../../../org/jfree/chart/annotations/TextAnnotation.html" title="class in org.jfree.chart.annotations">TextAnnotation</a></dd>
  117. </dl>
  118. <hr>
  119. <br>
  120. <pre>public abstract class <a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.62">AbstractAnnotation</a>
  121. extends java.lang.Object
  122. implements <a href="../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a>, java.lang.Cloneable, java.io.Serializable</pre>
  123. <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
  124. mechanism for registering change listeners.</div>
  125. <dl>
  126. <dt><span class="simpleTagLabel">Since:</span></dt>
  127. <dd>1.0.14</dd>
  128. <dt><span class="seeLabel">See Also:</span></dt>
  129. <dd><a href="../../../../serialized-form.html#org.jfree.chart.annotations.AbstractAnnotation">Serialized Form</a></dd>
  130. </dl>
  131. </li>
  132. </ul>
  133. </div>
  134. <div class="summary">
  135. <ul class="blockList">
  136. <li class="blockList">
  137. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  138. <ul class="blockList">
  139. <li class="blockList"><a name="constructor.summary">
  140. <!-- -->
  141. </a>
  142. <h3>Constructor Summary</h3>
  143. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  144. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  145. <tr>
  146. <th class="colFirst" scope="col">Modifier</th>
  147. <th class="colLast" scope="col">Constructor and Description</th>
  148. </tr>
  149. <tr class="altColor">
  150. <td class="colFirst"><code>protected </code></td>
  151. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#AbstractAnnotation--">AbstractAnnotation</a></span>()</code>
  152. <div class="block">Constructs an annotation.</div>
  153. </td>
  154. </tr>
  155. </table>
  156. </li>
  157. </ul>
  158. <!-- ========== METHOD SUMMARY =========== -->
  159. <ul class="blockList">
  160. <li class="blockList"><a name="method.summary">
  161. <!-- -->
  162. </a>
  163. <h3>Method Summary</h3>
  164. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  165. <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
  166. <tr>
  167. <th class="colFirst" scope="col">Modifier and Type</th>
  168. <th class="colLast" scope="col">Method and Description</th>
  169. </tr>
  170. <tr id="i0" class="altColor">
  171. <td class="colFirst"><code>void</code></td>
  172. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#addChangeListener-org.jfree.chart.event.AnnotationChangeListener-">addChangeListener</a></span>(<a href="../../../../org/jfree/chart/event/AnnotationChangeListener.html" title="interface in org.jfree.chart.event">AnnotationChangeListener</a>&nbsp;listener)</code>
  173. <div class="block">Registers an object to receive notification of changes to the
  174. annotation.</div>
  175. </td>
  176. </tr>
  177. <tr id="i1" class="rowColor">
  178. <td class="colFirst"><code>java.lang.Object</code></td>
  179. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#clone--">clone</a></span>()</code>
  180. <div class="block">Returns a clone of the annotation.</div>
  181. </td>
  182. </tr>
  183. <tr id="i2" class="altColor">
  184. <td class="colFirst"><code>protected void</code></td>
  185. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#fireAnnotationChanged--">fireAnnotationChanged</a></span>()</code>
  186. <div class="block">Notifies all registered listeners that the annotation has changed.</div>
  187. </td>
  188. </tr>
  189. <tr id="i3" class="rowColor">
  190. <td class="colFirst"><code>boolean</code></td>
  191. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#getNotify--">getNotify</a></span>()</code>
  192. <div class="block">Returns a flag that indicates whether listeners should be
  193. notified about changes to the annotation.</div>
  194. </td>
  195. </tr>
  196. <tr id="i4" class="altColor">
  197. <td class="colFirst"><code>boolean</code></td>
  198. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#hasListener-java.util.EventListener-">hasListener</a></span>(java.util.EventListener&nbsp;listener)</code>
  199. <div class="block">Returns <code>true</code> if the specified object is registered with
  200. the annotation as a listener.</div>
  201. </td>
  202. </tr>
  203. <tr id="i5" class="rowColor">
  204. <td class="colFirst"><code>protected void</code></td>
  205. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#notifyListeners-org.jfree.chart.event.AnnotationChangeEvent-">notifyListeners</a></span>(<a href="../../../../org/jfree/chart/event/AnnotationChangeEvent.html" title="class in org.jfree.chart.event">AnnotationChangeEvent</a>&nbsp;event)</code>
  206. <div class="block">Notifies all registered listeners that the annotation has changed.</div>
  207. </td>
  208. </tr>
  209. <tr id="i6" class="altColor">
  210. <td class="colFirst"><code>void</code></td>
  211. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#removeChangeListener-org.jfree.chart.event.AnnotationChangeListener-">removeChangeListener</a></span>(<a href="../../../../org/jfree/chart/event/AnnotationChangeListener.html" title="interface in org.jfree.chart.event">AnnotationChangeListener</a>&nbsp;listener)</code>
  212. <div class="block">Deregisters an object so that it no longer receives notification of
  213. changes to the annotation.</div>
  214. </td>
  215. </tr>
  216. <tr id="i7" class="rowColor">
  217. <td class="colFirst"><code>void</code></td>
  218. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#setNotify-boolean-">setNotify</a></span>(boolean&nbsp;flag)</code>
  219. <div class="block">Sets a flag that indicates whether listeners should be notified about
  220. changes of an annotation.</div>
  221. </td>
  222. </tr>
  223. </table>
  224. <ul class="blockList">
  225. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  226. <!-- -->
  227. </a>
  228. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  229. <code>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  230. </ul>
  231. </li>
  232. </ul>
  233. </li>
  234. </ul>
  235. </div>
  236. <div class="details">
  237. <ul class="blockList">
  238. <li class="blockList">
  239. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  240. <ul class="blockList">
  241. <li class="blockList"><a name="constructor.detail">
  242. <!-- -->
  243. </a>
  244. <h3>Constructor Detail</h3>
  245. <a name="AbstractAnnotation--">
  246. <!-- -->
  247. </a>
  248. <ul class="blockListLast">
  249. <li class="blockList">
  250. <h4>AbstractAnnotation</h4>
  251. <pre>protected&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.77">AbstractAnnotation</a>()</pre>
  252. <div class="block">Constructs an annotation.</div>
  253. </li>
  254. </ul>
  255. </li>
  256. </ul>
  257. <!-- ============ METHOD DETAIL ========== -->
  258. <ul class="blockList">
  259. <li class="blockList"><a name="method.detail">
  260. <!-- -->
  261. </a>
  262. <h3>Method Detail</h3>
  263. <a name="addChangeListener-org.jfree.chart.event.AnnotationChangeListener-">
  264. <!-- -->
  265. </a>
  266. <ul class="blockList">
  267. <li class="blockList">
  268. <h4>addChangeListener</h4>
  269. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.90">addChangeListener</a>(<a href="../../../../org/jfree/chart/event/AnnotationChangeListener.html" title="interface in org.jfree.chart.event">AnnotationChangeListener</a>&nbsp;listener)</pre>
  270. <div class="block">Registers an object to receive notification of changes to the
  271. annotation.</div>
  272. <dl>
  273. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  274. <dd><code><a href="../../../../org/jfree/chart/annotations/Annotation.html#addChangeListener-org.jfree.chart.event.AnnotationChangeListener-">addChangeListener</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></code></dd>
  275. <dt><span class="paramLabel">Parameters:</span></dt>
  276. <dd><code>listener</code> - the object to register.</dd>
  277. <dt><span class="seeLabel">See Also:</span></dt>
  278. <dd><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#removeChangeListener-org.jfree.chart.event.AnnotationChangeListener-"><code>removeChangeListener(AnnotationChangeListener)</code></a></dd>
  279. </dl>
  280. </li>
  281. </ul>
  282. <a name="removeChangeListener-org.jfree.chart.event.AnnotationChangeListener-">
  283. <!-- -->
  284. </a>
  285. <ul class="blockList">
  286. <li class="blockList">
  287. <h4>removeChangeListener</h4>
  288. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.103">removeChangeListener</a>(<a href="../../../../org/jfree/chart/event/AnnotationChangeListener.html" title="interface in org.jfree.chart.event">AnnotationChangeListener</a>&nbsp;listener)</pre>
  289. <div class="block">Deregisters an object so that it no longer receives notification of
  290. changes to the annotation.</div>
  291. <dl>
  292. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  293. <dd><code><a href="../../../../org/jfree/chart/annotations/Annotation.html#removeChangeListener-org.jfree.chart.event.AnnotationChangeListener-">removeChangeListener</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/chart/annotations/Annotation.html" title="interface in org.jfree.chart.annotations">Annotation</a></code></dd>
  294. <dt><span class="paramLabel">Parameters:</span></dt>
  295. <dd><code>listener</code> - the object to deregister.</dd>
  296. <dt><span class="seeLabel">See Also:</span></dt>
  297. <dd><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#addChangeListener-org.jfree.chart.event.AnnotationChangeListener-"><code>addChangeListener(AnnotationChangeListener)</code></a></dd>
  298. </dl>
  299. </li>
  300. </ul>
  301. <a name="hasListener-java.util.EventListener-">
  302. <!-- -->
  303. </a>
  304. <ul class="blockList">
  305. <li class="blockList">
  306. <h4>hasListener</h4>
  307. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.119">hasListener</a>(java.util.EventListener&nbsp;listener)</pre>
  308. <div class="block">Returns <code>true</code> if the specified object is registered with
  309. the annotation as a listener. Most applications won't need to call this
  310. method, it exists mainly for use by unit testing code.</div>
  311. <dl>
  312. <dt><span class="paramLabel">Parameters:</span></dt>
  313. <dd><code>listener</code> - the listener.</dd>
  314. <dt><span class="returnLabel">Returns:</span></dt>
  315. <dd>A boolean.</dd>
  316. <dt><span class="seeLabel">See Also:</span></dt>
  317. <dd><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#addChangeListener-org.jfree.chart.event.AnnotationChangeListener-"><code>addChangeListener(AnnotationChangeListener)</code></a>,
  318. <a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#removeChangeListener-org.jfree.chart.event.AnnotationChangeListener-"><code>removeChangeListener(AnnotationChangeListener)</code></a></dd>
  319. </dl>
  320. </li>
  321. </ul>
  322. <a name="fireAnnotationChanged--">
  323. <!-- -->
  324. </a>
  325. <ul class="blockList">
  326. <li class="blockList">
  327. <h4>fireAnnotationChanged</h4>
  328. <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.129">fireAnnotationChanged</a>()</pre>
  329. <div class="block">Notifies all registered listeners that the annotation has changed.</div>
  330. <dl>
  331. <dt><span class="seeLabel">See Also:</span></dt>
  332. <dd><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#addChangeListener-org.jfree.chart.event.AnnotationChangeListener-"><code>addChangeListener(AnnotationChangeListener)</code></a></dd>
  333. </dl>
  334. </li>
  335. </ul>
  336. <a name="notifyListeners-org.jfree.chart.event.AnnotationChangeEvent-">
  337. <!-- -->
  338. </a>
  339. <ul class="blockList">
  340. <li class="blockList">
  341. <h4>notifyListeners</h4>
  342. <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.144">notifyListeners</a>(<a href="../../../../org/jfree/chart/event/AnnotationChangeEvent.html" title="class in org.jfree.chart.event">AnnotationChangeEvent</a>&nbsp;event)</pre>
  343. <div class="block">Notifies all registered listeners that the annotation has changed.</div>
  344. <dl>
  345. <dt><span class="paramLabel">Parameters:</span></dt>
  346. <dd><code>event</code> - contains information about the event that triggered the
  347. notification.</dd>
  348. <dt><span class="seeLabel">See Also:</span></dt>
  349. <dd><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#addChangeListener-org.jfree.chart.event.AnnotationChangeListener-"><code>addChangeListener(AnnotationChangeListener)</code></a>,
  350. <a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#removeChangeListener-org.jfree.chart.event.AnnotationChangeListener-"><code>removeChangeListener(AnnotationChangeListener)</code></a></dd>
  351. </dl>
  352. </li>
  353. </ul>
  354. <a name="getNotify--">
  355. <!-- -->
  356. </a>
  357. <ul class="blockList">
  358. <li class="blockList">
  359. <h4>getNotify</h4>
  360. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.164">getNotify</a>()</pre>
  361. <div class="block">Returns a flag that indicates whether listeners should be
  362. notified about changes to the annotation.</div>
  363. <dl>
  364. <dt><span class="returnLabel">Returns:</span></dt>
  365. <dd>the flag.</dd>
  366. <dt><span class="seeLabel">See Also:</span></dt>
  367. <dd><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#setNotify-boolean-"><code>setNotify(boolean)</code></a></dd>
  368. </dl>
  369. </li>
  370. </ul>
  371. <a name="setNotify-boolean-">
  372. <!-- -->
  373. </a>
  374. <ul class="blockList">
  375. <li class="blockList">
  376. <h4>setNotify</h4>
  377. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.176">setNotify</a>(boolean&nbsp;flag)</pre>
  378. <div class="block">Sets a flag that indicates whether listeners should be notified about
  379. changes of an annotation.</div>
  380. <dl>
  381. <dt><span class="paramLabel">Parameters:</span></dt>
  382. <dd><code>flag</code> - the flag</dd>
  383. <dt><span class="seeLabel">See Also:</span></dt>
  384. <dd><a href="../../../../org/jfree/chart/annotations/AbstractAnnotation.html#getNotify--"><code>getNotify()</code></a></dd>
  385. </dl>
  386. </li>
  387. </ul>
  388. <a name="clone--">
  389. <!-- -->
  390. </a>
  391. <ul class="blockListLast">
  392. <li class="blockList">
  393. <h4>clone</h4>
  394. <pre>public&nbsp;java.lang.Object&nbsp;<a href="../../../../src-html/org/jfree/chart/annotations/AbstractAnnotation.html#line.194">clone</a>()
  395. throws java.lang.CloneNotSupportedException</pre>
  396. <div class="block">Returns a clone of the annotation. The cloned annotation will NOT
  397. include the <a href="../../../../org/jfree/chart/event/AnnotationChangeListener.html" title="interface in org.jfree.chart.event"><code>AnnotationChangeListener</code></a> references that have been
  398. registered with this annotation.</div>
  399. <dl>
  400. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  401. <dd><code>clone</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
  402. <dt><span class="returnLabel">Returns:</span></dt>
  403. <dd>A clone.</dd>
  404. <dt><span class="throwsLabel">Throws:</span></dt>
  405. <dd><code>java.lang.CloneNotSupportedException</code> - if the annotation does not support
  406. cloning.</dd>
  407. </dl>
  408. </li>
  409. </ul>
  410. </li>
  411. </ul>
  412. </li>
  413. </ul>
  414. </div>
  415. </div>
  416. <!-- ========= END OF CLASS DATA ========= -->
  417. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  418. <div class="bottomNav"><a name="navbar.bottom">
  419. <!-- -->
  420. </a>
  421. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  422. <a name="navbar.bottom.firstrow">
  423. <!-- -->
  424. </a>
  425. <ul class="navList" title="Navigation">
  426. <li><a href="../../../../overview-summary.html">Overview</a></li>
  427. <li><a href="package-summary.html">Package</a></li>
  428. <li class="navBarCell1Rev">Class</li>
  429. <li><a href="class-use/AbstractAnnotation.html">Use</a></li>
  430. <li><a href="package-tree.html">Tree</a></li>
  431. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  432. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  433. <li><a href="../../../../help-doc.html">Help</a></li>
  434. </ul>
  435. </div>
  436. <div class="subNav">
  437. <ul class="navList">
  438. <li>Prev&nbsp;Class</li>
  439. <li><a href="../../../../org/jfree/chart/annotations/AbstractXYAnnotation.html" title="class in org.jfree.chart.annotations"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  440. </ul>
  441. <ul class="navList">
  442. <li><a href="../../../../index.html?org/jfree/chart/annotations/AbstractAnnotation.html" target="_top">Frames</a></li>
  443. <li><a href="AbstractAnnotation.html" target="_top">No&nbsp;Frames</a></li>
  444. </ul>
  445. <ul class="navList" id="allclasses_navbar_bottom">
  446. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  447. </ul>
  448. <div>
  449. <script type="text/javascript"><!--
  450. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  451. if(window==top) {
  452. allClassesLink.style.display = "block";
  453. }
  454. else {
  455. allClassesLink.style.display = "none";
  456. }
  457. //-->
  458. </script>
  459. </div>
  460. <div>
  461. <ul class="subNavList">
  462. <li>Summary:&nbsp;</li>
  463. <li>Nested&nbsp;|&nbsp;</li>
  464. <li>Field&nbsp;|&nbsp;</li>
  465. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  466. <li><a href="#method.summary">Method</a></li>
  467. </ul>
  468. <ul class="subNavList">
  469. <li>Detail:&nbsp;</li>
  470. <li>Field&nbsp;|&nbsp;</li>
  471. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  472. <li><a href="#method.detail">Method</a></li>
  473. </ul>
  474. </div>
  475. <a name="skip.navbar.bottom">
  476. <!-- -->
  477. </a></div>
  478. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  479. </body>
  480. </html>