BlockResult.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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:28 CEST 2014 -->
  6. <title>BlockResult (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="BlockResult (JFreeChart Class Library (version 1.0.19-fx))";
  16. }
  17. }
  18. catch(err) {
  19. }
  20. //-->
  21. var methods = {"i0":10,"i1":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/BlockResult.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/block/BlockParams.html" title="class in org.jfree.chart.block"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  53. <li><a href="../../../../org/jfree/chart/block/BorderArrangement.html" title="class in org.jfree.chart.block"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  54. </ul>
  55. <ul class="navList">
  56. <li><a href="../../../../index.html?org/jfree/chart/block/BlockResult.html" target="_top">Frames</a></li>
  57. <li><a href="BlockResult.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.block</div>
  96. <h2 title="Class BlockResult" class="title">Class BlockResult</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.block.BlockResult</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><a href="../../../../org/jfree/chart/block/EntityBlockResult.html" title="interface in org.jfree.chart.block">EntityBlockResult</a></dd>
  113. </dl>
  114. <hr>
  115. <br>
  116. <pre>public class <a href="../../../../src-html/org/jfree/chart/block/BlockResult.html#line.49">BlockResult</a>
  117. extends java.lang.Object
  118. implements <a href="../../../../org/jfree/chart/block/EntityBlockResult.html" title="interface in org.jfree.chart.block">EntityBlockResult</a></pre>
  119. <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>
  120. class.</div>
  121. </li>
  122. </ul>
  123. </div>
  124. <div class="summary">
  125. <ul class="blockList">
  126. <li class="blockList">
  127. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  128. <ul class="blockList">
  129. <li class="blockList"><a name="constructor.summary">
  130. <!-- -->
  131. </a>
  132. <h3>Constructor Summary</h3>
  133. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
  134. <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
  135. <tr>
  136. <th class="colOne" scope="col">Constructor and Description</th>
  137. </tr>
  138. <tr class="altColor">
  139. <td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/block/BlockResult.html#BlockResult--">BlockResult</a></span>()</code>
  140. <div class="block">Creates a new result instance.</div>
  141. </td>
  142. </tr>
  143. </table>
  144. </li>
  145. </ul>
  146. <!-- ========== METHOD SUMMARY =========== -->
  147. <ul class="blockList">
  148. <li class="blockList"><a name="method.summary">
  149. <!-- -->
  150. </a>
  151. <h3>Method Summary</h3>
  152. <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
  153. <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>
  154. <tr>
  155. <th class="colFirst" scope="col">Modifier and Type</th>
  156. <th class="colLast" scope="col">Method and Description</th>
  157. </tr>
  158. <tr id="i0" class="altColor">
  159. <td class="colFirst"><code><a href="../../../../org/jfree/chart/entity/EntityCollection.html" title="interface in org.jfree.chart.entity">EntityCollection</a></code></td>
  160. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/block/BlockResult.html#getEntityCollection--">getEntityCollection</a></span>()</code>
  161. <div class="block">Returns the collection of entities from the block.</div>
  162. </td>
  163. </tr>
  164. <tr id="i1" class="rowColor">
  165. <td class="colFirst"><code>void</code></td>
  166. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/jfree/chart/block/BlockResult.html#setEntityCollection-org.jfree.chart.entity.EntityCollection-">setEntityCollection</a></span>(<a href="../../../../org/jfree/chart/entity/EntityCollection.html" title="interface in org.jfree.chart.entity">EntityCollection</a>&nbsp;entities)</code>
  167. <div class="block">Sets the entities for the block.</div>
  168. </td>
  169. </tr>
  170. </table>
  171. <ul class="blockList">
  172. <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
  173. <!-- -->
  174. </a>
  175. <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
  176. <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
  177. </ul>
  178. </li>
  179. </ul>
  180. </li>
  181. </ul>
  182. </div>
  183. <div class="details">
  184. <ul class="blockList">
  185. <li class="blockList">
  186. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  187. <ul class="blockList">
  188. <li class="blockList"><a name="constructor.detail">
  189. <!-- -->
  190. </a>
  191. <h3>Constructor Detail</h3>
  192. <a name="BlockResult--">
  193. <!-- -->
  194. </a>
  195. <ul class="blockListLast">
  196. <li class="blockList">
  197. <h4>BlockResult</h4>
  198. <pre>public&nbsp;<a href="../../../../src-html/org/jfree/chart/block/BlockResult.html#line.57">BlockResult</a>()</pre>
  199. <div class="block">Creates a new result instance.</div>
  200. </li>
  201. </ul>
  202. </li>
  203. </ul>
  204. <!-- ============ METHOD DETAIL ========== -->
  205. <ul class="blockList">
  206. <li class="blockList"><a name="method.detail">
  207. <!-- -->
  208. </a>
  209. <h3>Method Detail</h3>
  210. <a name="getEntityCollection--">
  211. <!-- -->
  212. </a>
  213. <ul class="blockList">
  214. <li class="blockList">
  215. <h4>getEntityCollection</h4>
  216. <pre>public&nbsp;<a href="../../../../org/jfree/chart/entity/EntityCollection.html" title="interface in org.jfree.chart.entity">EntityCollection</a>&nbsp;<a href="../../../../src-html/org/jfree/chart/block/BlockResult.html#line.67">getEntityCollection</a>()</pre>
  217. <div class="block">Returns the collection of entities from the block.</div>
  218. <dl>
  219. <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
  220. <dd><code><a href="../../../../org/jfree/chart/block/EntityBlockResult.html#getEntityCollection--">getEntityCollection</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/jfree/chart/block/EntityBlockResult.html" title="interface in org.jfree.chart.block">EntityBlockResult</a></code></dd>
  221. <dt><span class="returnLabel">Returns:</span></dt>
  222. <dd>The entities.</dd>
  223. </dl>
  224. </li>
  225. </ul>
  226. <a name="setEntityCollection-org.jfree.chart.entity.EntityCollection-">
  227. <!-- -->
  228. </a>
  229. <ul class="blockListLast">
  230. <li class="blockList">
  231. <h4>setEntityCollection</h4>
  232. <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/jfree/chart/block/BlockResult.html#line.76">setEntityCollection</a>(<a href="../../../../org/jfree/chart/entity/EntityCollection.html" title="interface in org.jfree.chart.entity">EntityCollection</a>&nbsp;entities)</pre>
  233. <div class="block">Sets the entities for the block.</div>
  234. <dl>
  235. <dt><span class="paramLabel">Parameters:</span></dt>
  236. <dd><code>entities</code> - the entities.</dd>
  237. </dl>
  238. </li>
  239. </ul>
  240. </li>
  241. </ul>
  242. </li>
  243. </ul>
  244. </div>
  245. </div>
  246. <!-- ========= END OF CLASS DATA ========= -->
  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><a href="package-summary.html">Package</a></li>
  258. <li class="navBarCell1Rev">Class</li>
  259. <li><a href="class-use/BlockResult.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/block/BlockParams.html" title="class in org.jfree.chart.block"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
  269. <li><a href="../../../../org/jfree/chart/block/BorderArrangement.html" title="class in org.jfree.chart.block"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
  270. </ul>
  271. <ul class="navList">
  272. <li><a href="../../../../index.html?org/jfree/chart/block/BlockResult.html" target="_top">Frames</a></li>
  273. <li><a href="BlockResult.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. <div>
  291. <ul class="subNavList">
  292. <li>Summary:&nbsp;</li>
  293. <li>Nested&nbsp;|&nbsp;</li>
  294. <li>Field&nbsp;|&nbsp;</li>
  295. <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
  296. <li><a href="#method.summary">Method</a></li>
  297. </ul>
  298. <ul class="subNavList">
  299. <li>Detail:&nbsp;</li>
  300. <li>Field&nbsp;|&nbsp;</li>
  301. <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
  302. <li><a href="#method.detail">Method</a></li>
  303. </ul>
  304. </div>
  305. <a name="skip.navbar.bottom">
  306. <!-- -->
  307. </a></div>
  308. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  309. </body>
  310. </html>