package-use.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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:47 CEST 2014 -->
  6. <title>Uses of Package 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="Uses of Package 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><a href="package-summary.html">Package</a></li>
  36. <li>Class</li>
  37. <li class="navBarCell1Rev">Use</li>
  38. <li><a href="package-tree.html">Tree</a></li>
  39. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  40. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  41. <li><a href="../../../../help-doc.html">Help</a></li>
  42. </ul>
  43. </div>
  44. <div class="subNav">
  45. <ul class="navList">
  46. <li>Prev</li>
  47. <li>Next</li>
  48. </ul>
  49. <ul class="navList">
  50. <li><a href="../../../../index.html?org/jfree/chart/block/package-use.html" target="_top">Frames</a></li>
  51. <li><a href="package-use.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="Uses of Package org.jfree.chart.block" class="title">Uses of Package<br>org.jfree.chart.block</h1>
  74. </div>
  75. <div class="contentContainer">
  76. <ul class="blockList">
  77. <li class="blockList">
  78. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
  79. <caption><span>Packages that use <a href="../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a></span><span class="tabEnd">&nbsp;</span></caption>
  80. <tr>
  81. <th class="colFirst" scope="col">Package</th>
  82. <th class="colLast" scope="col">Description</th>
  83. </tr>
  84. <tbody>
  85. <tr class="altColor">
  86. <td class="colFirst"><a href="#org.jfree.chart">org.jfree.chart</a></td>
  87. <td class="colLast">
  88. <div class="block">Core classes, including <a href="../../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart"><code>JFreeChart</code></a> and
  89. <a href="../../../../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart"><code>ChartPanel</code></a>.</div>
  90. </td>
  91. </tr>
  92. <tr class="rowColor">
  93. <td class="colFirst"><a href="#org.jfree.chart.block">org.jfree.chart.block</a></td>
  94. <td class="colLast">
  95. <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>
  96. </td>
  97. </tr>
  98. <tr class="altColor">
  99. <td class="colFirst"><a href="#org.jfree.chart.title">org.jfree.chart.title</a></td>
  100. <td class="colLast">
  101. <div class="block">Classes used to display chart titles and subtitles.</div>
  102. </td>
  103. </tr>
  104. </tbody>
  105. </table>
  106. </li>
  107. <li class="blockList"><a name="org.jfree.chart">
  108. <!-- -->
  109. </a>
  110. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  111. <caption><span>Classes in <a href="../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a> used by <a href="../../../../org/jfree/chart/package-summary.html">org.jfree.chart</a></span><span class="tabEnd">&nbsp;</span></caption>
  112. <tr>
  113. <th class="colOne" scope="col">Class and Description</th>
  114. </tr>
  115. <tbody>
  116. <tr class="altColor">
  117. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/Block.html#org.jfree.chart">Block</a>
  118. <div class="block">A block is an arbitrary item that can be drawn (in Java2D space) within a
  119. rectangular area, has a preferred size, and can be arranged by an
  120. <a href="../../../../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block"><code>Arrangement</code></a> manager.</div>
  121. </td>
  122. </tr>
  123. <tr class="rowColor">
  124. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/BlockContainer.html#org.jfree.chart">BlockContainer</a>
  125. <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>
  126. </td>
  127. </tr>
  128. </tbody>
  129. </table>
  130. </li>
  131. <li class="blockList"><a name="org.jfree.chart.block">
  132. <!-- -->
  133. </a>
  134. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  135. <caption><span>Classes in <a href="../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a> used by <a href="../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a></span><span class="tabEnd">&nbsp;</span></caption>
  136. <tr>
  137. <th class="colOne" scope="col">Class and Description</th>
  138. </tr>
  139. <tbody>
  140. <tr class="altColor">
  141. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/AbstractBlock.html#org.jfree.chart.block">AbstractBlock</a>
  142. <div class="block">A convenience class for creating new classes that implement
  143. the <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a> interface.</div>
  144. </td>
  145. </tr>
  146. <tr class="rowColor">
  147. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/Arrangement.html#org.jfree.chart.block">Arrangement</a>
  148. <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
  149. within a <a href="../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block"><code>BlockContainer</code></a>.</div>
  150. </td>
  151. </tr>
  152. <tr class="altColor">
  153. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/Block.html#org.jfree.chart.block">Block</a>
  154. <div class="block">A block is an arbitrary item that can be drawn (in Java2D space) within a
  155. rectangular area, has a preferred size, and can be arranged by an
  156. <a href="../../../../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block"><code>Arrangement</code></a> manager.</div>
  157. </td>
  158. </tr>
  159. <tr class="rowColor">
  160. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/BlockBorder.html#org.jfree.chart.block">BlockBorder</a>
  161. <div class="block">A border for a block.</div>
  162. </td>
  163. </tr>
  164. <tr class="altColor">
  165. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/BlockContainer.html#org.jfree.chart.block">BlockContainer</a>
  166. <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>
  167. </td>
  168. </tr>
  169. <tr class="rowColor">
  170. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/BlockFrame.html#org.jfree.chart.block">BlockFrame</a>
  171. <div class="block">A block frame is a type of border that can be drawn around the outside of
  172. any <a href="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block"><code>AbstractBlock</code></a>.</div>
  173. </td>
  174. </tr>
  175. <tr class="altColor">
  176. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/EntityBlockParams.html#org.jfree.chart.block">EntityBlockParams</a>
  177. <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>
  178. implementations to determine whether or not to generate entities for the
  179. items within the block.</div>
  180. </td>
  181. </tr>
  182. <tr class="rowColor">
  183. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/EntityBlockResult.html#org.jfree.chart.block">EntityBlockResult</a>
  184. <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
  185. drawn.</div>
  186. </td>
  187. </tr>
  188. <tr class="altColor">
  189. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/LengthConstraintType.html#org.jfree.chart.block">LengthConstraintType</a>
  190. <div class="block">Defines tokens used to indicate a length constraint type.</div>
  191. </td>
  192. </tr>
  193. <tr class="rowColor">
  194. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/RectangleConstraint.html#org.jfree.chart.block">RectangleConstraint</a>
  195. <div class="block">A description of a constraint for resizing a rectangle.</div>
  196. </td>
  197. </tr>
  198. </tbody>
  199. </table>
  200. </li>
  201. <li class="blockList"><a name="org.jfree.chart.title">
  202. <!-- -->
  203. </a>
  204. <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
  205. <caption><span>Classes in <a href="../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a> used by <a href="../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a></span><span class="tabEnd">&nbsp;</span></caption>
  206. <tr>
  207. <th class="colOne" scope="col">Class and Description</th>
  208. </tr>
  209. <tbody>
  210. <tr class="altColor">
  211. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/AbstractBlock.html#org.jfree.chart.title">AbstractBlock</a>
  212. <div class="block">A convenience class for creating new classes that implement
  213. the <a href="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><code>Block</code></a> interface.</div>
  214. </td>
  215. </tr>
  216. <tr class="rowColor">
  217. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/Arrangement.html#org.jfree.chart.title">Arrangement</a>
  218. <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
  219. within a <a href="../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block"><code>BlockContainer</code></a>.</div>
  220. </td>
  221. </tr>
  222. <tr class="altColor">
  223. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/Block.html#org.jfree.chart.title">Block</a>
  224. <div class="block">A block is an arbitrary item that can be drawn (in Java2D space) within a
  225. rectangular area, has a preferred size, and can be arranged by an
  226. <a href="../../../../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block"><code>Arrangement</code></a> manager.</div>
  227. </td>
  228. </tr>
  229. <tr class="rowColor">
  230. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/BlockContainer.html#org.jfree.chart.title">BlockContainer</a>
  231. <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>
  232. </td>
  233. </tr>
  234. <tr class="altColor">
  235. <td class="colOne"><a href="../../../../org/jfree/chart/block/class-use/RectangleConstraint.html#org.jfree.chart.title">RectangleConstraint</a>
  236. <div class="block">A description of a constraint for resizing a rectangle.</div>
  237. </td>
  238. </tr>
  239. </tbody>
  240. </table>
  241. </li>
  242. </ul>
  243. </div>
  244. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  245. <div class="bottomNav"><a name="navbar.bottom">
  246. <!-- -->
  247. </a>
  248. <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
  249. <a name="navbar.bottom.firstrow">
  250. <!-- -->
  251. </a>
  252. <ul class="navList" title="Navigation">
  253. <li><a href="../../../../overview-summary.html">Overview</a></li>
  254. <li><a href="package-summary.html">Package</a></li>
  255. <li>Class</li>
  256. <li class="navBarCell1Rev">Use</li>
  257. <li><a href="package-tree.html">Tree</a></li>
  258. <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
  259. <li><a href="../../../../index-files/index-1.html">Index</a></li>
  260. <li><a href="../../../../help-doc.html">Help</a></li>
  261. </ul>
  262. </div>
  263. <div class="subNav">
  264. <ul class="navList">
  265. <li>Prev</li>
  266. <li>Next</li>
  267. </ul>
  268. <ul class="navList">
  269. <li><a href="../../../../index.html?org/jfree/chart/block/package-use.html" target="_top">Frames</a></li>
  270. <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li>
  271. </ul>
  272. <ul class="navList" id="allclasses_navbar_bottom">
  273. <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
  274. </ul>
  275. <div>
  276. <script type="text/javascript"><!--
  277. allClassesLink = document.getElementById("allclasses_navbar_bottom");
  278. if(window==top) {
  279. allClassesLink.style.display = "block";
  280. }
  281. else {
  282. allClassesLink.style.display = "none";
  283. }
  284. //-->
  285. </script>
  286. </div>
  287. <a name="skip.navbar.bottom">
  288. <!-- -->
  289. </a></div>
  290. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  291. </body>
  292. </html>