PageRenderTime 94ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 1ms

/graphLib/jfreechart-1.0.13/javadocs/org/jfree/chart/block/package-summary.html

https://github.com/BryanLeow/SIMS
HTML | 273 lines | 234 code | 23 blank | 16 comment | 0 complexity | 25f34f529c8b75a0ba34be1fd0d9015c MD5 | raw file
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0_0) on Mon Apr 20 12:06:28 CEST 2009 -->
  6. <TITLE>
  7. org.jfree.chart.block (JFreeChart Class Library (version 1.0.13))
  8. </TITLE>
  9. <META NAME="date" CONTENT="2009-04-20">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="org.jfree.chart.block (JFreeChart Class Library (version 1.0.13))";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  35. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  41. </TR>
  42. </TABLE>
  43. </TD>
  44. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  45. </EM>
  46. </TD>
  47. </TR>
  48. <TR>
  49. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  50. &nbsp;<A HREF="../../../../org/jfree/chart/axis/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  51. &nbsp;<A HREF="../../../../org/jfree/chart/demo/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  52. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  53. <A HREF="../../../../index.html?org/jfree/chart/block/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  54. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  55. &nbsp;<SCRIPT type="text/javascript">
  56. <!--
  57. if(window==top) {
  58. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  59. }
  60. //-->
  61. </SCRIPT>
  62. <NOSCRIPT>
  63. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  64. </NOSCRIPT>
  65. </FONT></TD>
  66. </TR>
  67. </TABLE>
  68. <A NAME="skip-navbar_top"></A>
  69. <!-- ========= END OF TOP NAVBAR ========= -->
  70. <HR>
  71. <H2>
  72. Package org.jfree.chart.block
  73. </H2>
  74. 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.
  75. <P>
  76. <B>See:</B>
  77. <BR>
  78. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
  79. <P>
  80. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  81. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  82. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  83. <B>Interface Summary</B></FONT></TH>
  84. </TR>
  85. <TR BGCOLOR="white" CLASS="TableRowColor">
  86. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block">Arrangement</A></B></TD>
  87. <TD>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
  88. within a <A HREF="../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block"><CODE>BlockContainer</CODE></A>.</TD>
  89. </TR>
  90. <TR BGCOLOR="white" CLASS="TableRowColor">
  91. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</A></B></TD>
  92. <TD>A block is an arbitrary item that can be drawn (in Java2D space) within a
  93. rectangular area, has a preferred size, and can be arranged by an
  94. <A HREF="../../../../org/jfree/chart/block/Arrangement.html" title="interface in org.jfree.chart.block"><CODE>Arrangement</CODE></A> manager.</TD>
  95. </TR>
  96. <TR BGCOLOR="white" CLASS="TableRowColor">
  97. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/BlockFrame.html" title="interface in org.jfree.chart.block">BlockFrame</A></B></TD>
  98. <TD>A block frame is a type of border that can be drawn around the outside of
  99. any <A HREF="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block"><CODE>AbstractBlock</CODE></A>.</TD>
  100. </TR>
  101. <TR BGCOLOR="white" CLASS="TableRowColor">
  102. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/EntityBlockParams.html" title="interface in org.jfree.chart.block">EntityBlockParams</A></B></TD>
  103. <TD>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>
  104. implementations to determine whether or not to generate entities for the
  105. items within the block.</TD>
  106. </TR>
  107. <TR BGCOLOR="white" CLASS="TableRowColor">
  108. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/EntityBlockResult.html" title="interface in org.jfree.chart.block">EntityBlockResult</A></B></TD>
  109. <TD>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
  110. drawn.</TD>
  111. </TR>
  112. </TABLE>
  113. &nbsp;
  114. <P>
  115. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  116. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  117. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  118. <B>Class Summary</B></FONT></TH>
  119. </TR>
  120. <TR BGCOLOR="white" CLASS="TableRowColor">
  121. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block">AbstractBlock</A></B></TD>
  122. <TD>A convenience class for creating new classes that implement
  123. the <A HREF="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><CODE>Block</CODE></A> interface.</TD>
  124. </TR>
  125. <TR BGCOLOR="white" CLASS="TableRowColor">
  126. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/BlockBorder.html" title="class in org.jfree.chart.block">BlockBorder</A></B></TD>
  127. <TD>A border for a block.</TD>
  128. </TR>
  129. <TR BGCOLOR="white" CLASS="TableRowColor">
  130. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block">BlockContainer</A></B></TD>
  131. <TD>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.</TD>
  132. </TR>
  133. <TR BGCOLOR="white" CLASS="TableRowColor">
  134. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/BlockParams.html" title="class in org.jfree.chart.block">BlockParams</A></B></TD>
  135. <TD>A standard parameter object that can be passed to the draw() method defined
  136. by the <A HREF="../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block"><CODE>Block</CODE></A> class.</TD>
  137. </TR>
  138. <TR BGCOLOR="white" CLASS="TableRowColor">
  139. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/BlockResult.html" title="class in org.jfree.chart.block">BlockResult</A></B></TD>
  140. <TD>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>
  141. class.</TD>
  142. </TR>
  143. <TR BGCOLOR="white" CLASS="TableRowColor">
  144. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/BorderArrangement.html" title="class in org.jfree.chart.block">BorderArrangement</A></B></TD>
  145. <TD>An arrangement manager that lays out blocks in a similar way to
  146. Swing's BorderLayout class.</TD>
  147. </TR>
  148. <TR BGCOLOR="white" CLASS="TableRowColor">
  149. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/CenterArrangement.html" title="class in org.jfree.chart.block">CenterArrangement</A></B></TD>
  150. <TD>Arranges a block in the center of its container.</TD>
  151. </TR>
  152. <TR BGCOLOR="white" CLASS="TableRowColor">
  153. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/ColorBlock.html" title="class in org.jfree.chart.block">ColorBlock</A></B></TD>
  154. <TD>A block that is filled with a single color.</TD>
  155. </TR>
  156. <TR BGCOLOR="white" CLASS="TableRowColor">
  157. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/ColumnArrangement.html" title="class in org.jfree.chart.block">ColumnArrangement</A></B></TD>
  158. <TD>Arranges blocks in a column layout.</TD>
  159. </TR>
  160. <TR BGCOLOR="white" CLASS="TableRowColor">
  161. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/EmptyBlock.html" title="class in org.jfree.chart.block">EmptyBlock</A></B></TD>
  162. <TD>An empty block with a fixed size.</TD>
  163. </TR>
  164. <TR BGCOLOR="white" CLASS="TableRowColor">
  165. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/FlowArrangement.html" title="class in org.jfree.chart.block">FlowArrangement</A></B></TD>
  166. <TD>Arranges blocks in a flow layout.</TD>
  167. </TR>
  168. <TR BGCOLOR="white" CLASS="TableRowColor">
  169. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/GridArrangement.html" title="class in org.jfree.chart.block">GridArrangement</A></B></TD>
  170. <TD>Arranges blocks in a grid within their container.</TD>
  171. </TR>
  172. <TR BGCOLOR="white" CLASS="TableRowColor">
  173. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/LabelBlock.html" title="class in org.jfree.chart.block">LabelBlock</A></B></TD>
  174. <TD>A block containing a label.</TD>
  175. </TR>
  176. <TR BGCOLOR="white" CLASS="TableRowColor">
  177. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/LengthConstraintType.html" title="class in org.jfree.chart.block">LengthConstraintType</A></B></TD>
  178. <TD>Defines tokens used to indicate a length constraint type.</TD>
  179. </TR>
  180. <TR BGCOLOR="white" CLASS="TableRowColor">
  181. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/LineBorder.html" title="class in org.jfree.chart.block">LineBorder</A></B></TD>
  182. <TD>A line border for any <A HREF="../../../../org/jfree/chart/block/AbstractBlock.html" title="class in org.jfree.chart.block"><CODE>AbstractBlock</CODE></A>.</TD>
  183. </TR>
  184. <TR BGCOLOR="white" CLASS="TableRowColor">
  185. <TD WIDTH="15%"><B><A HREF="../../../../org/jfree/chart/block/RectangleConstraint.html" title="class in org.jfree.chart.block">RectangleConstraint</A></B></TD>
  186. <TD>A description of a constraint for resizing a rectangle.</TD>
  187. </TR>
  188. </TABLE>
  189. &nbsp;
  190. <P>
  191. <A NAME="package_description"><!-- --></A><H2>
  192. Package org.jfree.chart.block Description
  193. </H2>
  194. <P>
  195. 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.
  196. <P>
  197. <P>
  198. <DL>
  199. </DL>
  200. <HR>
  201. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  202. <A NAME="navbar_bottom"><!-- --></A>
  203. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  204. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  205. <TR>
  206. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  207. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  208. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  209. <TR ALIGN="center" VALIGN="top">
  210. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  211. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  212. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  213. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  214. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  215. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  216. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  217. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  218. </TR>
  219. </TABLE>
  220. </TD>
  221. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  222. </EM>
  223. </TD>
  224. </TR>
  225. <TR>
  226. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  227. &nbsp;<A HREF="../../../../org/jfree/chart/axis/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  228. &nbsp;<A HREF="../../../../org/jfree/chart/demo/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  229. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  230. <A HREF="../../../../index.html?org/jfree/chart/block/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  231. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  232. &nbsp;<SCRIPT type="text/javascript">
  233. <!--
  234. if(window==top) {
  235. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  236. }
  237. //-->
  238. </SCRIPT>
  239. <NOSCRIPT>
  240. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  241. </NOSCRIPT>
  242. </FONT></TD>
  243. </TR>
  244. </TABLE>
  245. <A NAME="skip-navbar_bottom"></A>
  246. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  247. <HR>
  248. <i>Copyright &#169; 2000-2009 by Object Refinery Limited. All Rights Reserved.</i>
  249. </BODY>
  250. </HTML>