package-summary.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- NewPage -->
  3. <html lang="en">
  4. <head>
  5. <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:44 CEST 2014 -->
  6. <title>org.jfree.chart.block (JFreeChart Class Library (version 1.0.19-fx))</title>
  7. <meta name="date" content="2014-07-31">
  8. <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
  9. <script type="text/javascript" src="../../../../script.js"></script>
  10. </head>
  11. <body>
  12. <script type="text/javascript"><!--
  13. try {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="org.jfree.chart.block (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. </script>
  22. <noscript>
  23. <div>JavaScript is disabled on your browser.</div>
  24. </noscript>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <div class="topNav"><a name="navbar.top">
  27. <!-- -->
  28. </a>
  29. <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
  30. <a name="navbar.top.firstrow">
  31. <!-- -->
  32. </a>
  33. <ul class="navList" title="Navigation">
  34. <li><a href="../../../../overview-summary.html">Overview</a></li>
  35. <li class="navBarCell1Rev">Package</li>
  36. <li>Class</li>
  37. <li><a href="package-use.html">Use</a></li>
  38. <li><a href="package-tree.html">Tree</a></li>
  39. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  41. <li><a href="../../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li><a href="../../../../org/jfree/chart/axis/package-summary.html">Prev&nbsp;Package</a></li>
  47. <li><a href="../../../../org/jfree/chart/demo/package-summary.html">Next&nbsp;Package</a></li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../index.html?org/jfree/chart/block/package-summary.html" target="_top">Frames</a></li>
  51. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  52. </ul>
  53. <ul class="navList" id="allclasses_navbar_top">
  54. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  55. </ul>
  56. <div>
  57. <script type="text/javascript"><!--
  58. allClassesLink = document.getElementById("allclasses_navbar_top");
  59. if(window==top) {
  60. allClassesLink.style.display = "block";
  61. }
  62. else {
  63. allClassesLink.style.display = "none";
  64. }
  65. //-->
  66. </script>
  67. </div>
  68. <a name="skip.navbar.top">
  69. <!-- -->
  70. </a></div>
  71. <!-- ========= END OF TOP NAVBAR ========= -->
  72. <div class="header">
  73. <h1 title="Package" class="title">Package&nbsp;org.jfree.chart.block</h1>
  74. <div class="docSummary">
  75. <div class="block">Blocks and layout classes used extensively by the <a href="../../../../org/jfree/chart/title/LegendTitle.html" title="class in org.jfree.chart.title"><code>LegendTitle</code></a> class.</div>
  76. </div>
  77. <p>See:&nbsp;<a href="#package.description">Description</a></p>
  78. </div>
  79. <div class="contentContainer">
  80. <ul class="blockList">
  81. <li class="blockList">
  82. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
  83. <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
  84. <tr>
  85. <th class="colFirst" scope="col">Interface</th>
  86. <th class="colLast" scope="col">Description</th>
  87. </tr>
  88. <tbody>
  89. <tr class="altColor">
  90. <td class="colFirst"><a href="../../../../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block">Arrangement</a></td>
  91. <td class="colLast">
  92. <div class="block">An object that is responsible for arranging a collection of <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a>s
  93. within a <a href="../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block"><code>BlockContainer</code></a>.</div>
  94. </td>
  95. </tr>
  96. <tr class="rowColor">
  97. <td class="colFirst"><a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></td>
  98. <td class="colLast">
  99. <div class="block">A block is an arbitrary item that can be drawn (in Java2D space) within a
  100. rectangular area, has a preferred size, and can be arranged by an
  101. <a href="../../../../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block"><code>Arrangement</code></a> manager.</div>
  102. </td>
  103. </tr>
  104. <tr class="altColor">
  105. <td class="colFirst"><a href="../../../../org/jfree/chart/block/BlockFrame.html" title="interface in org.jfree.chart.block">BlockFrame</a></td>
  106. <td class="colLast">
  107. <div class="block">A block frame is a type of border that can be drawn around the outside of
  108. any <a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block"><code>AbstractBlock</code></a>.</div>
  109. </td>
  110. </tr>
  111. <tr class="rowColor">
  112. <td class="colFirst"><a href="../../../../org/jfree/chart/block/EntityBlockParams.html" title="interface in org.jfree.chart.block">EntityBlockParams</a></td>
  113. <td class="colLast">
  114. <div class="block">An interface that is used by the draw() method of some <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a>
  115. implementations to determine whether or not to generate entities for the
  116. items within the block.</div>
  117. </td>
  118. </tr>
  119. <tr class="altColor">
  120. <td class="colFirst"><a href="../../../../org/jfree/chart/block/EntityBlockResult.html" title="interface in org.jfree.chart.block">EntityBlockResult</a></td>
  121. <td class="colLast">
  122. <div class="block">Provides access to the <a href="../../../../org/jfree/chart/entity/EntityCollection.html" title="interface in org.jfree.chart.entity"><code>EntityCollection</code></a> generated when a block is
  123. drawn.</div>
  124. </td>
  125. </tr>
  126. </tbody>
  127. </table>
  128. </li>
  129. <li class="blockList">
  130. <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
  131. <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
  132. <tr>
  133. <th class="colFirst" scope="col">Class</th>
  134. <th class="colLast" scope="col">Description</th>
  135. </tr>
  136. <tbody>
  137. <tr class="altColor">
  138. <td class="colFirst"><a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block">AbstractBlock</a></td>
  139. <td class="colLast">
  140. <div class="block">A convenience class for creating new classes that implement
  141. the <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a> interface.</div>
  142. </td>
  143. </tr>
  144. <tr class="rowColor">
  145. <td class="colFirst"><a href="../../../../org/jfree/chart/block/BlockBorder.html" title="class in org.jfree.chart.block">BlockBorder</a></td>
  146. <td class="colLast">
  147. <div class="block">A border for a block.</div>
  148. </td>
  149. </tr>
  150. <tr class="altColor">
  151. <td class="colFirst"><a href="../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block">BlockContainer</a></td>
  152. <td class="colLast">
  153. <div class="block">A container for a collection of <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a> objects.</div>
  154. </td>
  155. </tr>
  156. <tr class="rowColor">
  157. <td class="colFirst"><a href="../../../../org/jfree/chart/block/BlockParams.html" title="class in org.jfree.chart.block">BlockParams</a></td>
  158. <td class="colLast">
  159. <div class="block">A standard parameter object that can be passed to the draw() method defined
  160. by the <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a> class.</div>
  161. </td>
  162. </tr>
  163. <tr class="altColor">
  164. <td class="colFirst"><a href="../../../../org/jfree/chart/block/BlockResult.html" title="class in org.jfree.chart.block">BlockResult</a></td>
  165. <td class="colLast">
  166. <div class="block">Used to return results from the draw() method in the <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a>
  167. class.</div>
  168. </td>
  169. </tr>
  170. <tr class="rowColor">
  171. <td class="colFirst"><a href="../../../../org/jfree/chart/block/BorderArrangement.html" title="class in org.jfree.chart.block">BorderArrangement</a></td>
  172. <td class="colLast">
  173. <div class="block">An arrangement manager that lays out blocks in a similar way to
  174. Swing's BorderLayout class.</div>
  175. </td>
  176. </tr>
  177. <tr class="altColor">
  178. <td class="colFirst"><a href="../../../../org/jfree/chart/block/CenterArrangement.html" title="class in org.jfree.chart.block">CenterArrangement</a></td>
  179. <td class="colLast">
  180. <div class="block">Arranges a block in the center of its container.</div>
  181. </td>
  182. </tr>
  183. <tr class="rowColor">
  184. <td class="colFirst"><a href="../../../../org/jfree/chart/block/ColorBlock.html" title="class in org.jfree.chart.block">ColorBlock</a></td>
  185. <td class="colLast">
  186. <div class="block">A block that is filled with a single color.</div>
  187. </td>
  188. </tr>
  189. <tr class="altColor">
  190. <td class="colFirst"><a href="../../../../org/jfree/chart/block/ColumnArrangement.html" title="class in org.jfree.chart.block">ColumnArrangement</a></td>
  191. <td class="colLast">
  192. <div class="block">Arranges blocks in a column layout.</div>
  193. </td>
  194. </tr>
  195. <tr class="rowColor">
  196. <td class="colFirst"><a href="../../../../org/jfree/chart/block/EmptyBlock.html" title="class in org.jfree.chart.block">EmptyBlock</a></td>
  197. <td class="colLast">
  198. <div class="block">An empty block with a fixed size.</div>
  199. </td>
  200. </tr>
  201. <tr class="altColor">
  202. <td class="colFirst"><a href="../../../../org/jfree/chart/block/FlowArrangement.html" title="class in org.jfree.chart.block">FlowArrangement</a></td>
  203. <td class="colLast">
  204. <div class="block">Arranges blocks in a flow layout.</div>
  205. </td>
  206. </tr>
  207. <tr class="rowColor">
  208. <td class="colFirst"><a href="../../../../org/jfree/chart/block/GridArrangement.html" title="class in org.jfree.chart.block">GridArrangement</a></td>
  209. <td class="colLast">
  210. <div class="block">Arranges blocks in a grid within their container.</div>
  211. </td>
  212. </tr>
  213. <tr class="altColor">
  214. <td class="colFirst"><a href="../../../../org/jfree/chart/block/LabelBlock.html" title="class in org.jfree.chart.block">LabelBlock</a></td>
  215. <td class="colLast">
  216. <div class="block">A block containing a label.</div>
  217. </td>
  218. </tr>
  219. <tr class="rowColor">
  220. <td class="colFirst"><a href="../../../../org/jfree/chart/block/LengthConstraintType.html" title="class in org.jfree.chart.block">LengthConstraintType</a></td>
  221. <td class="colLast">
  222. <div class="block">Defines tokens used to indicate a length constraint type.</div>
  223. </td>
  224. </tr>
  225. <tr class="altColor">
  226. <td class="colFirst"><a href="../../../../org/jfree/chart/block/LineBorder.html" title="class in org.jfree.chart.block">LineBorder</a></td>
  227. <td class="colLast">
  228. <div class="block">A line border for any <a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block"><code>AbstractBlock</code></a>.</div>
  229. </td>
  230. </tr>
  231. <tr class="rowColor">
  232. <td class="colFirst"><a href="../../../../org/jfree/chart/block/RectangleConstraint.html" title="class in org.jfree.chart.block">RectangleConstraint</a></td>
  233. <td class="colLast">
  234. <div class="block">A description of a constraint for resizing a rectangle.</div>
  235. </td>
  236. </tr>
  237. </tbody>
  238. </table>
  239. </li>
  240. </ul>
  241. <a name="package.description">
  242. <!-- -->
  243. </a>
  244. <h2 title="Package org.jfree.chart.block Description">Package org.jfree.chart.block Description</h2>
  245. <div class="block">Blocks and layout classes used extensively by the <a href="../../../../org/jfree/chart/title/LegendTitle.html" title="class in org.jfree.chart.title"><code>LegendTitle</code></a> class.</div>
  246. </div>
  247. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  248. <div class="bottomNav"><a name="navbar.bottom">
  249. <!-- -->
  250. </a>
  251. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  252. <a name="navbar.bottom.firstrow">
  253. <!-- -->
  254. </a>
  255. <ul class="navList" title="Navigation">
  256. <li><a href="../../../../overview-summary.html">Overview</a></li>
  257. <li class="navBarCell1Rev">Package</li>
  258. <li>Class</li>
  259. <li><a href="package-use.html">Use</a></li>
  260. <li><a href="package-tree.html">Tree</a></li>
  261. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  262. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  263. <li><a href="../../../../help-doc.html">Help</a></li>
  264. </ul>
  265. </div>
  266. <div class="subNav">
  267. <ul class="navList">
  268. <li><a href="../../../../org/jfree/chart/axis/package-summary.html">Prev&nbsp;Package</a></li>
  269. <li><a href="../../../../org/jfree/chart/demo/package-summary.html">Next&nbsp;Package</a></li>
  270. </ul>
  271. <ul class="navList">
  272. <li><a href="../../../../index.html?org/jfree/chart/block/package-summary.html" target="_top">Frames</a></li>
  273. <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
  274. </ul>
  275. <ul class="navList" id="allclasses_navbar_bottom">
  276. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  277. </ul>
  278. <div>
  279. <script type="text/javascript"><!--
  280. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  281. if(window==top) {
  282. allClassesLink.style.display = "block";
  283. }
  284. else {
  285. allClassesLink.style.display = "none";
  286. }
  287. //-->
  288. </script>
  289. </div>
  290. <a name="skip.navbar.bottom">
  291. <!-- -->
  292. </a></div>
  293. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  294. </body>
  295. </html>