Title.html 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  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:41 CEST 2014 -->
  6. <title>Title (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="Title (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":10,"i2":6,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10};
  22. var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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/Title.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><a href="../../../../org/jfree/chart/title/TextTitle.html" title="class in org.jfree.chart.title"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li>Next&nbsp;Class</li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/jfree/chart/title/Title.html" target="_top">Frames</a></li>
  57. <li><a href="Title.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><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&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.title</div>
  96. <h2 title="Class Title" class="title">Class Title</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><a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block">org.jfree.chart.block.AbstractBlock</a></li>
  104. <li>
  105. <ul class="inheritance">
  106. <li>org.jfree.chart.title.Title</li>
  107. </ul>
  108. </li>
  109. </ul>
  110. </li>
  111. </ul>
  112. <div class="description">
  113. <ul class="blockList">
  114. <li class="blockList">
  115. <dl>
  116. <dt>All Implemented Interfaces:</dt>
  117. <dd>java.io.Serializable, java.lang.Cloneable, <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a>, org.jfree.ui.Drawable</dd>
  118. </dl>
  119. <dl>
  120. <dt>Direct Known Subclasses:</dt>
  121. <dd><a href="../../../../org/jfree/chart/title/CompositeTitle.html" title="class in org.jfree.chart.title">CompositeTitle</a>, <a href="../../../../org/jfree/chart/title/ImageTitle.html" title="class in org.jfree.chart.title">ImageTitle</a>, <a href="../../../../org/jfree/chart/title/LegendTitle.html" title="class in org.jfree.chart.title">LegendTitle</a>, <a href="../../../../org/jfree/chart/title/PaintScaleLegend.html" title="class in org.jfree.chart.title">PaintScaleLegend</a>, <a href="../../../../org/jfree/chart/title/TextTitle.html" title="class in org.jfree.chart.title">TextTitle</a></dd>
  122. </dl>
  123. <hr>
  124. <br>
  125. <pre>public abstract class <a href="../../../../src-html/org/jfree/chart/title/Title.html#line.91">Title</a>
  126. extends <a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block">AbstractBlock</a>
  127. implements <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a>, java.lang.Cloneable, java.io.Serializable</pre>
  128. <div class="block">The base class for all chart titles. A chart can have multiple titles,
  129. appearing at the top, bottom, left or right of the chart.
  130. <P>
  131. Concrete implementations of this class will render text and images, and
  132. hence do the actual work of drawing titles.</div>
  133. <dl>
  134. <dt><span class="seeLabel">See Also:</span></dt>
  135. <dd><a href="../../../../serialized-form.html#org.jfree.chart.title.Title">Serialized Form</a></dd>
  136. </dl>
  137. </li>
  138. </ul>
  139. </div>
  140. <div class="summary">
  141. <ul class="blockList">
  142. <li class="blockList">
  143. <!-- =========== FIELD SUMMARY =========== -->
  144. <ul class="blockList">
  145. <li class="blockList"><a name="field.summary">
  146. <!-- -->
  147. </a>
  148. <h3>Field Summary</h3>
  149. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
  150. <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
  151. <tr>
  152. <th class="colFirst" scope="col">Modifier and Type</th>
  153. <th class="colLast" scope="col">Field and Description</th>
  154. </tr>
  155. <tr class="altColor">
  156. <td class="colFirst"><code>static org.jfree.ui.HorizontalAlignment</code></td>
  157. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#DEFAULT_HORIZONTAL_ALIGNMENT">DEFAULT_HORIZONTAL_ALIGNMENT</a></span></code>
  158. <div class="block">The default horizontal alignment.</div>
  159. </td>
  160. </tr>
  161. <tr class="rowColor">
  162. <td class="colFirst"><code>static org.jfree.ui.RectangleInsets</code></td>
  163. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#DEFAULT_PADDING">DEFAULT_PADDING</a></span></code>
  164. <div class="block">Default title padding.</div>
  165. </td>
  166. </tr>
  167. <tr class="altColor">
  168. <td class="colFirst"><code>static org.jfree.ui.RectangleEdge</code></td>
  169. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#DEFAULT_POSITION">DEFAULT_POSITION</a></span></code>
  170. <div class="block">The default title position.</div>
  171. </td>
  172. </tr>
  173. <tr class="rowColor">
  174. <td class="colFirst"><code>static org.jfree.ui.VerticalAlignment</code></td>
  175. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#DEFAULT_VERTICAL_ALIGNMENT">DEFAULT_VERTICAL_ALIGNMENT</a></span></code>
  176. <div class="block">The default vertical alignment.</div>
  177. </td>
  178. </tr>
  179. <tr class="altColor">
  180. <td class="colFirst"><code>boolean</code></td>
  181. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#visible">visible</a></span></code>
  182. <div class="block">A flag that controls whether or not the title is visible.</div>
  183. </td>
  184. </tr>
  185. </table>
  186. </li>
  187. </ul>
  188. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  189. <ul class="blockList">
  190. <li class="blockList"><a name="constructor.summary">
  191. <!-- -->
  192. </a>
  193. <h3>Constructor Summary</h3>
  194. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  195. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  196. <tr>
  197. <th class="colFirst" scope="col">Modifier</th>
  198. <th class="colLast" scope="col">Constructor and Description</th>
  199. </tr>
  200. <tr class="altColor">
  201. <td class="colFirst"><code>protected </code></td>
  202. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#Title--">Title</a></span>()</code>
  203. <div class="block">Creates a new title, using default attributes where necessary.</div>
  204. </td>
  205. </tr>
  206. <tr class="rowColor">
  207. <td class="colFirst"><code>protected </code></td>
  208. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#Title-org.jfree.ui.RectangleEdge-org.jfree.ui.HorizontalAlignment-org.jfree.ui.VerticalAlignment-">Title</a></span>(org.jfree.ui.RectangleEdge&nbsp;position,
  209. org.jfree.ui.HorizontalAlignment&nbsp;horizontalAlignment,
  210. org.jfree.ui.VerticalAlignment&nbsp;verticalAlignment)</code>
  211. <div class="block">Creates a new title, using default attributes where necessary.</div>
  212. </td>
  213. </tr>
  214. <tr class="altColor">
  215. <td class="colFirst"><code>protected </code></td>
  216. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#Title-org.jfree.ui.RectangleEdge-org.jfree.ui.HorizontalAlignment-org.jfree.ui.VerticalAlignment-org.jfree.ui.RectangleInsets-">Title</a></span>(org.jfree.ui.RectangleEdge&nbsp;position,
  217. org.jfree.ui.HorizontalAlignment&nbsp;horizontalAlignment,
  218. org.jfree.ui.VerticalAlignment&nbsp;verticalAlignment,
  219. org.jfree.ui.RectangleInsets&nbsp;padding)</code>
  220. <div class="block">Creates a new title.</div>
  221. </td>
  222. </tr>
  223. </table>
  224. </li>
  225. </ul>
  226. <!-- ========== METHOD SUMMARY =========== -->
  227. <ul class="blockList">
  228. <li class="blockList"><a name="method.summary">
  229. <!-- -->
  230. </a>
  231. <h3>Method Summary</h3>
  232. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  233. <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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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>
  234. <tr>
  235. <th class="colFirst" scope="col">Modifier and Type</th>
  236. <th class="colLast" scope="col">Method and Description</th>
  237. </tr>
  238. <tr id="i0" class="altColor">
  239. <td class="colFirst"><code>void</code></td>
  240. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#addChangeListener-org.jfree.chart.event.TitleChangeListener-">addChangeListener</a></span>(<a href="../../../../org/jfree/chart/event/TitleChangeListener.html" title="interface in org.jfree.chart.event">TitleChangeListener</a>&nbsp;listener)</code>
  241. <div class="block">Registers an object for notification of changes to the title.</div>
  242. </td>
  243. </tr>
  244. <tr id="i1" class="rowColor">
  245. <td class="colFirst"><code>java.lang.Object</code></td>
  246. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#clone--">clone</a></span>()</code>
  247. <div class="block">Returns a clone of the title.</div>
  248. </td>
  249. </tr>
  250. <tr id="i2" class="altColor">
  251. <td class="colFirst"><code>abstract void</code></td>
  252. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">draw</a></span>(java.awt.Graphics2D&nbsp;g2,
  253. java.awt.geom.Rectangle2D&nbsp;area)</code>
  254. <div class="block">Draws the title on a Java 2D graphics device (such as the screen or a
  255. printer).</div>
  256. </td>
  257. </tr>
  258. <tr id="i3" class="rowColor">
  259. <td class="colFirst"><code>boolean</code></td>
  260. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#equals-java.lang.Object-">equals</a></span>(java.lang.Object&nbsp;obj)</code>
  261. <div class="block">Tests an object for equality with this title.</div>
  262. </td>
  263. </tr>
  264. <tr id="i4" class="altColor">
  265. <td class="colFirst"><code>org.jfree.ui.HorizontalAlignment</code></td>
  266. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#getHorizontalAlignment--">getHorizontalAlignment</a></span>()</code>
  267. <div class="block">Returns the horizontal alignment of the title.</div>
  268. </td>
  269. </tr>
  270. <tr id="i5" class="rowColor">
  271. <td class="colFirst"><code>boolean</code></td>
  272. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#getNotify--">getNotify</a></span>()</code>
  273. <div class="block">Returns the flag that indicates whether or not the notification
  274. mechanism is enabled.</div>
  275. </td>
  276. </tr>
  277. <tr id="i6" class="altColor">
  278. <td class="colFirst"><code>org.jfree.ui.RectangleEdge</code></td>
  279. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#getPosition--">getPosition</a></span>()</code>
  280. <div class="block">Returns the position of the title.</div>
  281. </td>
  282. </tr>
  283. <tr id="i7" class="rowColor">
  284. <td class="colFirst"><code>org.jfree.ui.VerticalAlignment</code></td>
  285. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#getVerticalAlignment--">getVerticalAlignment</a></span>()</code>
  286. <div class="block">Returns the vertical alignment of the title.</div>
  287. </td>
  288. </tr>
  289. <tr id="i8" class="altColor">
  290. <td class="colFirst"><code>int</code></td>
  291. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#hashCode--">hashCode</a></span>()</code>
  292. <div class="block">Returns a hashcode for the title.</div>
  293. </td>
  294. </tr>
  295. <tr id="i9" class="rowColor">
  296. <td class="colFirst"><code>boolean</code></td>
  297. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#isVisible--">isVisible</a></span>()</code>
  298. <div class="block">Returns a flag that controls whether or not the title should be
  299. drawn.</div>
  300. </td>
  301. </tr>
  302. <tr id="i10" class="altColor">
  303. <td class="colFirst"><code>protected void</code></td>
  304. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#notifyListeners-org.jfree.chart.event.TitleChangeEvent-">notifyListeners</a></span>(<a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event">TitleChangeEvent</a>&nbsp;event)</code>
  305. <div class="block">Notifies all registered listeners that the chart title has changed in
  306. some way.</div>
  307. </td>
  308. </tr>
  309. <tr id="i11" class="rowColor">
  310. <td class="colFirst"><code>void</code></td>
  311. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#removeChangeListener-org.jfree.chart.event.TitleChangeListener-">removeChangeListener</a></span>(<a href="../../../../org/jfree/chart/event/TitleChangeListener.html" title="interface in org.jfree.chart.event">TitleChangeListener</a>&nbsp;listener)</code>
  312. <div class="block">Unregisters an object for notification of changes to the chart title.</div>
  313. </td>
  314. </tr>
  315. <tr id="i12" class="altColor">
  316. <td class="colFirst"><code>void</code></td>
  317. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#setHorizontalAlignment-org.jfree.ui.HorizontalAlignment-">setHorizontalAlignment</a></span>(org.jfree.ui.HorizontalAlignment&nbsp;alignment)</code>
  318. <div class="block">Sets the horizontal alignment for the title and sends a
  319. <a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event"><code>TitleChangeEvent</code></a> to all registered listeners.</div>
  320. </td>
  321. </tr>
  322. <tr id="i13" class="rowColor">
  323. <td class="colFirst"><code>void</code></td>
  324. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#setNotify-boolean-">setNotify</a></span>(boolean&nbsp;flag)</code>
  325. <div class="block">Sets the flag that indicates whether or not the notification mechanism
  326. is enabled.</div>
  327. </td>
  328. </tr>
  329. <tr id="i14" class="altColor">
  330. <td class="colFirst"><code>void</code></td>
  331. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#setPosition-org.jfree.ui.RectangleEdge-">setPosition</a></span>(org.jfree.ui.RectangleEdge&nbsp;position)</code>
  332. <div class="block">Sets the position for the title and sends a <a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event"><code>TitleChangeEvent</code></a> to
  333. all registered listeners.</div>
  334. </td>
  335. </tr>
  336. <tr id="i15" class="rowColor">
  337. <td class="colFirst"><code>void</code></td>
  338. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#setVerticalAlignment-org.jfree.ui.VerticalAlignment-">setVerticalAlignment</a></span>(org.jfree.ui.VerticalAlignment&nbsp;alignment)</code>
  339. <div class="block">Sets the vertical alignment for the title, and notifies any registered
  340. listeners of the change.</div>
  341. </td>
  342. </tr>
  343. <tr id="i16" class="altColor">
  344. <td class="colFirst"><code>void</code></td>
  345. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/title/Title.html#setVisible-boolean-">setVisible</a></span>(boolean&nbsp;visible)</code>
  346. <div class="block">Sets a flag that controls whether or not the title should be drawn, and
  347. sends a <a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event"><code>TitleChangeEvent</code></a> to all registered listeners.</div>
  348. </td>
  349. </tr>
  350. </table>
  351. <ul class="blockList">
  352. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.block.AbstractBlock">
  353. <!-- -->
  354. </a>
  355. <h3>Methods inherited from class&nbsp;org.jfree.chart.block.<a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block">AbstractBlock</a></h3>
  356. <code><a href="../../../../org/jfree/chart/block/AbstractBlock.html#arrange-java.awt.Graphics2D-">arrange</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#arrange-java.awt.Graphics2D-org.jfree.chart.block.RectangleConstraint-">arrange</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#calculateTotalHeight-double-">calculateTotalHeight</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#calculateTotalWidth-double-">calculateTotalWidth</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#drawBorder-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">drawBorder</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getBorder--">getBorder</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getBounds--">getBounds</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getContentXOffset--">getContentXOffset</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getContentYOffset--">getContentYOffset</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getFrame--">getFrame</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getHeight--">getHeight</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getID--">getID</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getMargin--">getMargin</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getPadding--">getPadding</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#getWidth--">getWidth</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setBorder-org.jfree.chart.block.BlockBorder-">setBorder</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setBorder-double-double-double-double-">setBorder</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setBounds-java.awt.geom.Rectangle2D-">setBounds</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setFrame-org.jfree.chart.block.BlockFrame-">setFrame</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setHeight-double-">setHeight</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setID-java.lang.String-">setID</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setMargin-double-double-double-double-">setMargin</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setMargin-org.jfree.ui.RectangleInsets-">setMargin</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setPadding-double-double-double-double-">setPadding</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setPadding-org.jfree.ui.RectangleInsets-">setPadding</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#setWidth-double-">setWidth</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#toContentConstraint-org.jfree.chart.block.RectangleConstraint-">toContentConstraint</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#trimBorder-java.awt.geom.Rectangle2D-">trimBorder</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#trimMargin-java.awt.geom.Rectangle2D-">trimMargin</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#trimPadding-java.awt.geom.Rectangle2D-">trimPadding</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#trimToContentHeight-double-">trimToContentHeight</a>, <a href="../../../../org/jfree/chart/block/AbstractBlock.html#trimToContentWidth-double-">trimToContentWidth</a></code></li>
  357. </ul>
  358. <ul class="blockList">
  359. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  360. <!-- -->
  361. </a>
  362. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  363. <code>finalize, getClass, notify, notifyAll, toString, wait, wait, wait</code></li>
  364. </ul>
  365. <ul class="blockList">
  366. <li class="blockList"><a name="methods.inherited.from.class.org.jfree.chart.block.Block">
  367. <!-- -->
  368. </a>
  369. <h3>Methods inherited from interface&nbsp;org.jfree.chart.block.<a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></h3>
  370. <code><a href="../../../../org/jfree/chart/block/Block.html#arrange-java.awt.Graphics2D-">arrange</a>, <a href="../../../../org/jfree/chart/block/Block.html#arrange-java.awt.Graphics2D-org.jfree.chart.block.RectangleConstraint-">arrange</a>, <a href="../../../../org/jfree/chart/block/Block.html#draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-java.lang.Object-">draw</a>, <a href="../../../../org/jfree/chart/block/Block.html#getBounds--">getBounds</a>, <a href="../../../../org/jfree/chart/block/Block.html#getID--">getID</a>, <a href="../../../../org/jfree/chart/block/Block.html#setBounds-java.awt.geom.Rectangle2D-">setBounds</a>, <a href="../../../../org/jfree/chart/block/Block.html#setID-java.lang.String-">setID</a></code></li>
  371. </ul>
  372. </li>
  373. </ul>
  374. </li>
  375. </ul>
  376. </div>
  377. <div class="details">
  378. <ul class="blockList">
  379. <li class="blockList">
  380. <!-- ============ FIELD DETAIL =========== -->
  381. <ul class="blockList">
  382. <li class="blockList"><a name="field.detail">
  383. <!-- -->
  384. </a>
  385. <h3>Field Detail</h3>
  386. <a name="DEFAULT_POSITION">
  387. <!-- -->
  388. </a>
  389. <ul class="blockList">
  390. <li class="blockList">
  391. <h4>DEFAULT_POSITION</h4>
  392. <pre>public static final&nbsp;org.jfree.ui.RectangleEdge <a href="../../../../src-html/org/jfree/chart/title/Title.html#line.98">DEFAULT_POSITION</a></pre>
  393. <div class="block">The default title position.</div>
  394. </li>
  395. </ul>
  396. <a name="DEFAULT_HORIZONTAL_ALIGNMENT">
  397. <!-- -->
  398. </a>
  399. <ul class="blockList">
  400. <li class="blockList">
  401. <h4>DEFAULT_HORIZONTAL_ALIGNMENT</h4>
  402. <pre>public static final&nbsp;org.jfree.ui.HorizontalAlignment <a href="../../../../src-html/org/jfree/chart/title/Title.html#line.102">DEFAULT_HORIZONTAL_ALIGNMENT</a></pre>
  403. <div class="block">The default horizontal alignment.</div>
  404. </li>
  405. </ul>
  406. <a name="DEFAULT_VERTICAL_ALIGNMENT">
  407. <!-- -->
  408. </a>
  409. <ul class="blockList">
  410. <li class="blockList">
  411. <h4>DEFAULT_VERTICAL_ALIGNMENT</h4>
  412. <pre>public static final&nbsp;org.jfree.ui.VerticalAlignment <a href="../../../../src-html/org/jfree/chart/title/Title.html#line.106">DEFAULT_VERTICAL_ALIGNMENT</a></pre>
  413. <div class="block">The default vertical alignment.</div>
  414. </li>
  415. </ul>
  416. <a name="DEFAULT_PADDING">
  417. <!-- -->
  418. </a>
  419. <ul class="blockList">
  420. <li class="blockList">
  421. <h4>DEFAULT_PADDING</h4>
  422. <pre>public static final&nbsp;org.jfree.ui.RectangleInsets <a href="../../../../src-html/org/jfree/chart/title/Title.html#line.109">DEFAULT_PADDING</a></pre>
  423. <div class="block">Default title padding.</div>
  424. </li>
  425. </ul>
  426. <a name="visible">
  427. <!-- -->
  428. </a>
  429. <ul class="blockListLast">
  430. <li class="blockList">
  431. <h4>visible</h4>
  432. <pre>public&nbsp;boolean <a href="../../../../src-html/org/jfree/chart/title/Title.html#line.117">visible</a></pre>
  433. <div class="block">A flag that controls whether or not the title is visible.</div>
  434. <dl>
  435. <dt><span class="simpleTagLabel">Since:</span></dt>
  436. <dd>1.0.11</dd>
  437. </dl>
  438. </li>
  439. </ul>
  440. </li>
  441. </ul>
  442. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  443. <ul class="blockList">
  444. <li class="blockList"><a name="constructor.detail">
  445. <!-- -->
  446. </a>
  447. <h3>Constructor Detail</h3>
  448. <a name="Title--">
  449. <!-- -->
  450. </a>
  451. <ul class="blockList">
  452. <li class="blockList">
  453. <h4>Title</h4>
  454. <pre>protected&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.139">Title</a>()</pre>
  455. <div class="block">Creates a new title, using default attributes where necessary.</div>
  456. </li>
  457. </ul>
  458. <a name="Title-org.jfree.ui.RectangleEdge-org.jfree.ui.HorizontalAlignment-org.jfree.ui.VerticalAlignment-">
  459. <!-- -->
  460. </a>
  461. <ul class="blockList">
  462. <li class="blockList">
  463. <h4>Title</h4>
  464. <pre>protected&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.155">Title</a>(org.jfree.ui.RectangleEdge&nbsp;position,
  465. org.jfree.ui.HorizontalAlignment&nbsp;horizontalAlignment,
  466. org.jfree.ui.VerticalAlignment&nbsp;verticalAlignment)</pre>
  467. <div class="block">Creates a new title, using default attributes where necessary.</div>
  468. <dl>
  469. <dt><span class="paramLabel">Parameters:</span></dt>
  470. <dd><code>position</code> - the position of the title (<code>null</code> not
  471. permitted).</dd>
  472. <dd><code>horizontalAlignment</code> - the horizontal alignment of the title
  473. (<code>null</code> not permitted).</dd>
  474. <dd><code>verticalAlignment</code> - the vertical alignment of the title
  475. (<code>null</code> not permitted).</dd>
  476. </dl>
  477. </li>
  478. </ul>
  479. <a name="Title-org.jfree.ui.RectangleEdge-org.jfree.ui.HorizontalAlignment-org.jfree.ui.VerticalAlignment-org.jfree.ui.RectangleInsets-">
  480. <!-- -->
  481. </a>
  482. <ul class="blockListLast">
  483. <li class="blockList">
  484. <h4>Title</h4>
  485. <pre>protected&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.178">Title</a>(org.jfree.ui.RectangleEdge&nbsp;position,
  486. org.jfree.ui.HorizontalAlignment&nbsp;horizontalAlignment,
  487. org.jfree.ui.VerticalAlignment&nbsp;verticalAlignment,
  488. org.jfree.ui.RectangleInsets&nbsp;padding)</pre>
  489. <div class="block">Creates a new title.</div>
  490. <dl>
  491. <dt><span class="paramLabel">Parameters:</span></dt>
  492. <dd><code>position</code> - the position of the title (<code>null</code> not
  493. permitted).</dd>
  494. <dd><code>horizontalAlignment</code> - the horizontal alignment of the title (LEFT,
  495. CENTER or RIGHT, <code>null</code> not
  496. permitted).</dd>
  497. <dd><code>verticalAlignment</code> - the vertical alignment of the title (TOP,
  498. MIDDLE or BOTTOM, <code>null</code> not
  499. permitted).</dd>
  500. <dd><code>padding</code> - the amount of space to leave around the outside of the
  501. title (<code>null</code> not permitted).</dd>
  502. </dl>
  503. </li>
  504. </ul>
  505. </li>
  506. </ul>
  507. <!-- ============ METHOD DETAIL ========== -->
  508. <ul class="blockList">
  509. <li class="blockList"><a name="method.detail">
  510. <!-- -->
  511. </a>
  512. <h3>Method Detail</h3>
  513. <a name="isVisible--">
  514. <!-- -->
  515. </a>
  516. <ul class="blockList">
  517. <li class="blockList">
  518. <h4>isVisible</h4>
  519. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.206">isVisible</a>()</pre>
  520. <div class="block">Returns a flag that controls whether or not the title should be
  521. drawn. The default value is <code>true</code>.</div>
  522. <dl>
  523. <dt><span class="returnLabel">Returns:</span></dt>
  524. <dd>A boolean.</dd>
  525. <dt><span class="simpleTagLabel">Since:</span></dt>
  526. <dd>1.0.11</dd>
  527. <dt><span class="seeLabel">See Also:</span></dt>
  528. <dd><a href="../../../../org/jfree/chart/title/Title.html#setVisible-boolean-"><code>setVisible(boolean)</code></a></dd>
  529. </dl>
  530. </li>
  531. </ul>
  532. <a name="setVisible-boolean-">
  533. <!-- -->
  534. </a>
  535. <ul class="blockList">
  536. <li class="blockList">
  537. <h4>setVisible</h4>
  538. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.220">setVisible</a>(boolean&nbsp;visible)</pre>
  539. <div class="block">Sets a flag that controls whether or not the title should be drawn, and
  540. sends a <a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event"><code>TitleChangeEvent</code></a> to all registered listeners.</div>
  541. <dl>
  542. <dt><span class="paramLabel">Parameters:</span></dt>
  543. <dd><code>visible</code> - the new flag value.</dd>
  544. <dt><span class="simpleTagLabel">Since:</span></dt>
  545. <dd>1.0.11</dd>
  546. <dt><span class="seeLabel">See Also:</span></dt>
  547. <dd><a href="../../../../org/jfree/chart/title/Title.html#isVisible--"><code>isVisible()</code></a></dd>
  548. </dl>
  549. </li>
  550. </ul>
  551. <a name="getPosition--">
  552. <!-- -->
  553. </a>
  554. <ul class="blockList">
  555. <li class="blockList">
  556. <h4>getPosition</h4>
  557. <pre>public&nbsp;org.jfree.ui.RectangleEdge&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.230">getPosition</a>()</pre>
  558. <div class="block">Returns the position of the title.</div>
  559. <dl>
  560. <dt><span class="returnLabel">Returns:</span></dt>
  561. <dd>The title position (never <code>null</code>).</dd>
  562. </dl>
  563. </li>
  564. </ul>
  565. <a name="setPosition-org.jfree.ui.RectangleEdge-">
  566. <!-- -->
  567. </a>
  568. <ul class="blockList">
  569. <li class="blockList">
  570. <h4>setPosition</h4>
  571. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.240">setPosition</a>(org.jfree.ui.RectangleEdge&nbsp;position)</pre>
  572. <div class="block">Sets the position for the title and sends a <a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event"><code>TitleChangeEvent</code></a> to
  573. all registered listeners.</div>
  574. <dl>
  575. <dt><span class="paramLabel">Parameters:</span></dt>
  576. <dd><code>position</code> - the position (<code>null</code> not permitted).</dd>
  577. </dl>
  578. </li>
  579. </ul>
  580. <a name="getHorizontalAlignment--">
  581. <!-- -->
  582. </a>
  583. <ul class="blockList">
  584. <li class="blockList">
  585. <h4>getHorizontalAlignment</h4>
  586. <pre>public&nbsp;org.jfree.ui.HorizontalAlignment&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.253">getHorizontalAlignment</a>()</pre>
  587. <div class="block">Returns the horizontal alignment of the title.</div>
  588. <dl>
  589. <dt><span class="returnLabel">Returns:</span></dt>
  590. <dd>The horizontal alignment (never <code>null</code>).</dd>
  591. </dl>
  592. </li>
  593. </ul>
  594. <a name="setHorizontalAlignment-org.jfree.ui.HorizontalAlignment-">
  595. <!-- -->
  596. </a>
  597. <ul class="blockList">
  598. <li class="blockList">
  599. <h4>setHorizontalAlignment</h4>
  600. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.264">setHorizontalAlignment</a>(org.jfree.ui.HorizontalAlignment&nbsp;alignment)</pre>
  601. <div class="block">Sets the horizontal alignment for the title and sends a
  602. <a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event"><code>TitleChangeEvent</code></a> to all registered listeners.</div>
  603. <dl>
  604. <dt><span class="paramLabel">Parameters:</span></dt>
  605. <dd><code>alignment</code> - the horizontal alignment (<code>null</code> not
  606. permitted).</dd>
  607. </dl>
  608. </li>
  609. </ul>
  610. <a name="getVerticalAlignment--">
  611. <!-- -->
  612. </a>
  613. <ul class="blockList">
  614. <li class="blockList">
  615. <h4>getVerticalAlignment</h4>
  616. <pre>public&nbsp;org.jfree.ui.VerticalAlignment&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.277">getVerticalAlignment</a>()</pre>
  617. <div class="block">Returns the vertical alignment of the title.</div>
  618. <dl>
  619. <dt><span class="returnLabel">Returns:</span></dt>
  620. <dd>The vertical alignment (never <code>null</code>).</dd>
  621. </dl>
  622. </li>
  623. </ul>
  624. <a name="setVerticalAlignment-org.jfree.ui.VerticalAlignment-">
  625. <!-- -->
  626. </a>
  627. <ul class="blockList">
  628. <li class="blockList">
  629. <h4>setVerticalAlignment</h4>
  630. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.288">setVerticalAlignment</a>(org.jfree.ui.VerticalAlignment&nbsp;alignment)</pre>
  631. <div class="block">Sets the vertical alignment for the title, and notifies any registered
  632. listeners of the change.</div>
  633. <dl>
  634. <dt><span class="paramLabel">Parameters:</span></dt>
  635. <dd><code>alignment</code> - the new vertical alignment (TOP, MIDDLE or BOTTOM,
  636. <code>null</code> not permitted).</dd>
  637. </dl>
  638. </li>
  639. </ul>
  640. <a name="getNotify--">
  641. <!-- -->
  642. </a>
  643. <ul class="blockList">
  644. <li class="blockList">
  645. <h4>getNotify</h4>
  646. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.302">getNotify</a>()</pre>
  647. <div class="block">Returns the flag that indicates whether or not the notification
  648. mechanism is enabled.</div>
  649. <dl>
  650. <dt><span class="returnLabel">Returns:</span></dt>
  651. <dd>The flag.</dd>
  652. </dl>
  653. </li>
  654. </ul>
  655. <a name="setNotify-boolean-">
  656. <!-- -->
  657. </a>
  658. <ul class="blockList">
  659. <li class="blockList">
  660. <h4>setNotify</h4>
  661. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.313">setNotify</a>(boolean&nbsp;flag)</pre>
  662. <div class="block">Sets the flag that indicates whether or not the notification mechanism
  663. is enabled. There are certain situations (such as cloning) where you
  664. want to turn notification off temporarily.</div>
  665. <dl>
  666. <dt><span class="paramLabel">Parameters:</span></dt>
  667. <dd><code>flag</code> - the new value of the flag.</dd>
  668. </dl>
  669. </li>
  670. </ul>
  671. <a name="draw-java.awt.Graphics2D-java.awt.geom.Rectangle2D-">
  672. <!-- -->
  673. </a>
  674. <ul class="blockList">
  675. <li class="blockList">
  676. <h4>draw</h4>
  677. <pre>public abstract&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.329">draw</a>(java.awt.Graphics2D&nbsp;g2,
  678. java.awt.geom.Rectangle2D&nbsp;area)</pre>
  679. <div class="block">Draws the title on a Java 2D graphics device (such as the screen or a
  680. printer).</div>
  681. <dl>
  682. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  683. <dd><code>draw</code>&nbsp;in interface&nbsp;<code>org.jfree.ui.Drawable</code></dd>
  684. <dt><span class="paramLabel">Parameters:</span></dt>
  685. <dd><code>g2</code> - the graphics device.</dd>
  686. <dd><code>area</code> - the area allocated for the title (subclasses should not
  687. draw outside this area).</dd>
  688. </dl>
  689. </li>
  690. </ul>
  691. <a name="clone--">
  692. <!-- -->
  693. </a>
  694. <ul class="blockList">
  695. <li class="blockList">
  696. <h4>clone</h4>
  697. <pre>public&nbsp;java.lang.Object&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.344">clone</a>()
  698. throws java.lang.CloneNotSupportedException</pre>
  699. <div class="block">Returns a clone of the title.
  700. <P>
  701. One situation when this is useful is when editing the title properties -
  702. you can edit a clone, and then it is easier to cancel the changes if
  703. necessary.</div>
  704. <dl>
  705. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  706. <dd><code><a href="../../../../org/jfree/chart/block/AbstractBlock.html#clone--">clone</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block">AbstractBlock</a></code></dd>
  707. <dt><span class="returnLabel">Returns:</span></dt>
  708. <dd>A clone of the title.</dd>
  709. <dt><span class="throwsLabel">Throws:</span></dt>
  710. <dd><code>java.lang.CloneNotSupportedException</code> - not thrown by this class, but it may
  711. be thrown by subclasses.</dd>
  712. </dl>
  713. </li>
  714. </ul>
  715. <a name="addChangeListener-org.jfree.chart.event.TitleChangeListener-">
  716. <!-- -->
  717. </a>
  718. <ul class="blockList">
  719. <li class="blockList">
  720. <h4>addChangeListener</h4>
  721. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.356">addChangeListener</a>(<a href="../../../../org/jfree/chart/event/TitleChangeListener.html" title="interface in org.jfree.chart.event">TitleChangeListener</a>&nbsp;listener)</pre>
  722. <div class="block">Registers an object for notification of changes to the title.</div>
  723. <dl>
  724. <dt><span class="paramLabel">Parameters:</span></dt>
  725. <dd><code>listener</code> - the object that is being registered.</dd>
  726. </dl>
  727. </li>
  728. </ul>
  729. <a name="removeChangeListener-org.jfree.chart.event.TitleChangeListener-">
  730. <!-- -->
  731. </a>
  732. <ul class="blockList">
  733. <li class="blockList">
  734. <h4>removeChangeListener</h4>
  735. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.365">removeChangeListener</a>(<a href="../../../../org/jfree/chart/event/TitleChangeListener.html" title="interface in org.jfree.chart.event">TitleChangeListener</a>&nbsp;listener)</pre>
  736. <div class="block">Unregisters an object for notification of changes to the chart title.</div>
  737. <dl>
  738. <dt><span class="paramLabel">Parameters:</span></dt>
  739. <dd><code>listener</code> - the object that is being unregistered.</dd>
  740. </dl>
  741. </li>
  742. </ul>
  743. <a name="notifyListeners-org.jfree.chart.event.TitleChangeEvent-">
  744. <!-- -->
  745. </a>
  746. <ul class="blockList">
  747. <li class="blockList">
  748. <h4>notifyListeners</h4>
  749. <pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.376">notifyListeners</a>(<a href="../../../../org/jfree/chart/event/TitleChangeEvent.html" title="class in org.jfree.chart.event">TitleChangeEvent</a>&nbsp;event)</pre>
  750. <div class="block">Notifies all registered listeners that the chart title has changed in
  751. some way.</div>
  752. <dl>
  753. <dt><span class="paramLabel">Parameters:</span></dt>
  754. <dd><code>event</code> - an object that contains information about the change to
  755. the title.</dd>
  756. </dl>
  757. </li>
  758. </ul>
  759. <a name="equals-java.lang.Object-">
  760. <!-- -->
  761. </a>
  762. <ul class="blockList">
  763. <li class="blockList">
  764. <h4>equals</h4>
  765. <pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.396">equals</a>(java.lang.Object&nbsp;obj)</pre>
  766. <div class="block">Tests an object for equality with this title.</div>
  767. <dl>
  768. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  769. <dd><code><a href="../../../../org/jfree/chart/block/AbstractBlock.html#equals-java.lang.Object-">equals</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block">AbstractBlock</a></code></dd>
  770. <dt><span class="paramLabel">Parameters:</span></dt>
  771. <dd><code>obj</code> - the object (<code>null</code> not permitted).</dd>
  772. <dt><span class="returnLabel">Returns:</span></dt>
  773. <dd><code>true</code> or <code>false</code>.</dd>
  774. </dl>
  775. </li>
  776. </ul>
  777. <a name="hashCode--">
  778. <!-- -->
  779. </a>
  780. <ul class="blockListLast">
  781. <li class="blockList">
  782. <h4>hashCode</h4>
  783. <pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/jfree/chart/title/Title.html#line.428">hashCode</a>()</pre>
  784. <div class="block">Returns a hashcode for the title.</div>
  785. <dl>
  786. <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
  787. <dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
  788. <dt><span class="returnLabel">Returns:</span></dt>
  789. <dd>The hashcode.</dd>
  790. </dl>
  791. </li>
  792. </ul>
  793. </li>
  794. </ul>
  795. </li>
  796. </ul>
  797. </div>
  798. </div>
  799. <!-- ========= END OF CLASS DATA ========= -->
  800. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  801. <div class="bottomNav"><a name="navbar.bottom">
  802. <!-- -->
  803. </a>
  804. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  805. <a name="navbar.bottom.firstrow">
  806. <!-- -->
  807. </a>
  808. <ul class="navList" title="Navigation">
  809. <li><a href="../../../../overview-summary.html">Overview</a></li>
  810. <li><a href="package-summary.html">Package</a></li>
  811. <li class="navBarCell1Rev">Class</li>
  812. <li><a href="class-use/Title.html">Use</a></li>
  813. <li><a href="package-tree.html">Tree</a></li>
  814. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  815. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  816. <li><a href="../../../../help-doc.html">Help</a></li>
  817. </ul>
  818. </div>
  819. <div class="subNav">
  820. <ul class="navList">
  821. <li><a href="../../../../org/jfree/chart/title/TextTitle.html" title="class in org.jfree.chart.title"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  822. <li>Next&nbsp;Class</li>
  823. </ul>
  824. <ul class="navList">
  825. <li><a href="../../../../index.html?org/jfree/chart/title/Title.html" target="_top">Frames</a></li>
  826. <li><a href="Title.html" target="_top">No&nbsp;Frames</a></li>
  827. </ul>
  828. <ul class="navList" id="allclasses_navbar_bottom">
  829. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  830. </ul>
  831. <div>
  832. <script type="text/javascript"><!--
  833. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  834. if(window==top) {
  835. allClassesLink.style.display = "block";
  836. }
  837. else {
  838. allClassesLink.style.display = "none";
  839. }
  840. //-->
  841. </script>
  842. </div>
  843. <div>
  844. <ul class="subNavList">
  845. <li>Summary:&nbsp;</li>
  846. <li>Nested&nbsp;|&nbsp;</li>
  847. <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
  848. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  849. <li><a href="#method.summary">Method</a></li>
  850. </ul>
  851. <ul class="subNavList">
  852. <li>Detail:&nbsp;</li>
  853. <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
  854. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  855. <li><a href="#method.detail">Method</a></li>
  856. </ul>
  857. </div>
  858. <a name="skip.navbar.bottom">
  859. <!-- -->
  860. </a></div>
  861. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  862. </body>
  863. </html>