123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <!-- NewPage -->
- <html lang="en">
- <head>
- <!-- Generated by javadoc (1.8.0_05) on Thu Jul 31 14:50:46 CEST 2014 -->
- <title>Uses of Interface org.jfree.chart.block.Block (JFreeChart Class Library (version 1.0.19-fx))</title>
- <meta name="date" content="2014-07-31">
- <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
- <script type="text/javascript" src="../../../../../script.js"></script>
- </head>
- <body>
- <script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="Uses of Interface org.jfree.chart.block.Block (JFreeChart Class Library (version 1.0.19-fx))";
- }
- }
- catch(err) {
- }
- //-->
- </script>
- <noscript>
- <div>JavaScript is disabled on your browser.</div>
- </noscript>
- <!-- ========= START OF TOP NAVBAR ======= -->
- <div class="topNav"><a name="navbar.top">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.top.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li><a href="../package-summary.html">Package</a></li>
- <li><a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Class</a></li>
- <li class="navBarCell1Rev">Use</li>
- <li><a href="../package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev</li>
- <li>Next</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/jfree/chart/block/class-use/Block.html" target="_top">Frames</a></li>
- <li><a href="Block.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_top">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_top");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.top">
- <!-- -->
- </a></div>
- <!-- ========= END OF TOP NAVBAR ========= -->
- <div class="header">
- <h2 title="Uses of Interface org.jfree.chart.block.Block" class="title">Uses of Interface<br>org.jfree.chart.block.Block</h2>
- </div>
- <div class="classUseContainer">
- <ul class="blockList">
- <li class="blockList">
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
- <caption><span>Packages that use <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Package</th>
- <th class="colLast" scope="col">Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.jfree.chart">org.jfree.chart</a></td>
- <td class="colLast">
- <div class="block">Core classes, including <a href="../../../../../org/jfree/chart/JFreeChart.html" title="class in org.jfree.chart"><code>JFreeChart</code></a> and
- <a href="../../../../../org/jfree/chart/ChartPanel.html" title="class in org.jfree.chart"><code>ChartPanel</code></a>.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><a href="#org.jfree.chart.block">org.jfree.chart.block</a></td>
- <td class="colLast">
- <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>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><a href="#org.jfree.chart.title">org.jfree.chart.title</a></td>
- <td class="colLast">
- <div class="block">Classes used to display chart titles and subtitles.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList">
- <ul class="blockList">
- <li class="blockList"><a name="org.jfree.chart">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> in <a href="../../../../../org/jfree/chart/package-summary.html">org.jfree.chart</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/package-summary.html">org.jfree.chart</a> with parameters of type <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>protected void</code></td>
- <td class="colLast"><span class="typeNameLabel">StandardChartTheme.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/StandardChartTheme.html#applyToBlock-org.jfree.chart.block.Block-">applyToBlock</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> b)</code>
- <div class="block">Applies the attributes of this theme to the specified block.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.block">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> in <a href="../../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
- <caption><span>Classes in <a href="../../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a> that implement <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Class and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block">BlockContainer</a></span></code>
- <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>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/ColorBlock.html" title="class in org.jfree.chart.block">ColorBlock</a></span></code>
- <div class="block">A block that is filled with a single color.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/EmptyBlock.html" title="class in org.jfree.chart.block">EmptyBlock</a></span></code>
- <div class="block">An empty block with a fixed size.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/LabelBlock.html" title="class in org.jfree.chart.block">LabelBlock</a></span></code>
- <div class="block">A block containing a label.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/block/package-summary.html">org.jfree.chart.block</a> with parameters of type <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">BlockContainer.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/BlockContainer.html#add-org.jfree.chart.block.Block-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block)</code>
- <div class="block">Adds a block to the container.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">GridArrangement.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/GridArrangement.html#add-org.jfree.chart.block.Block-java.lang.Object-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block,
- java.lang.Object key)</code>
- <div class="block">Adds a block and a key which can be used to determine the position of
- the block in the arrangement.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">FlowArrangement.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/FlowArrangement.html#add-org.jfree.chart.block.Block-java.lang.Object-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block,
- java.lang.Object key)</code>
- <div class="block">Adds a block to be managed by this instance.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">ColumnArrangement.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/ColumnArrangement.html#add-org.jfree.chart.block.Block-java.lang.Object-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block,
- java.lang.Object key)</code>
- <div class="block">Adds a block to be managed by this instance.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">CenterArrangement.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/CenterArrangement.html#add-org.jfree.chart.block.Block-java.lang.Object-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block,
- java.lang.Object key)</code>
- <div class="block">Adds a block to be managed by this instance.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">BorderArrangement.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/BorderArrangement.html#add-org.jfree.chart.block.Block-java.lang.Object-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block,
- java.lang.Object key)</code>
- <div class="block">Adds a block to the arrangement manager at the specified edge.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">BlockContainer.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/BlockContainer.html#add-org.jfree.chart.block.Block-java.lang.Object-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block,
- java.lang.Object key)</code>
- <div class="block">Adds a block to the container.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>void</code></td>
- <td class="colLast"><span class="typeNameLabel">Arrangement.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/block/Arrangement.html#add-org.jfree.chart.block.Block-java.lang.Object-">add</a></span>(<a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> block,
- java.lang.Object key)</code>
- <div class="block">Adds a block and a key which can be used to determine the position of
- the block in the arrangement.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- <li class="blockList"><a name="org.jfree.chart.title">
- <!-- -->
- </a>
- <h3>Uses of <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a> in <a href="../../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a></h3>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
- <caption><span>Classes in <a href="../../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a> that implement <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Class and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/CompositeTitle.html" title="class in org.jfree.chart.title">CompositeTitle</a></span></code>
- <div class="block">A title that contains multiple titles within a <a href="../../../../../org/jfree/chart/block/BlockContainer.html" title="class in org.jfree.chart.block"><code>BlockContainer</code></a>.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/DateTitle.html" title="class in org.jfree.chart.title">DateTitle</a></span></code>
- <div class="block">A chart title that displays the date.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/ImageTitle.html" title="class in org.jfree.chart.title">ImageTitle</a></span></code>
- <div class="block">A chart title that displays an image.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/LegendGraphic.html" title="class in org.jfree.chart.title">LegendGraphic</a></span></code>
- <div class="block">The graphical item within a legend item.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/LegendItemBlockContainer.html" title="class in org.jfree.chart.title">LegendItemBlockContainer</a></span></code>
- <div class="block">A container that holds all the pieces of a single legend item.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/LegendTitle.html" title="class in org.jfree.chart.title">LegendTitle</a></span></code>
- <div class="block">A chart title that displays a legend for the data in the chart.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/PaintScaleLegend.html" title="class in org.jfree.chart.title">PaintScaleLegend</a></span></code>
- <div class="block">A legend that shows a range of values and their associated colors, driven
- by an underlying <a href="../../../../../org/jfree/chart/renderer/PaintScale.html" title="interface in org.jfree.chart.renderer"><code>PaintScale</code></a> implementation.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/ShortTextTitle.html" title="class in org.jfree.chart.title">ShortTextTitle</a></span></code>
- <div class="block">A text title that is only displayed if the entire text will be visible
- without line wrapping.</div>
- </td>
- </tr>
- <tr class="altColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/TextTitle.html" title="class in org.jfree.chart.title">TextTitle</a></span></code>
- <div class="block">A chart title that displays a text string with automatic wrapping as
- required.</div>
- </td>
- </tr>
- <tr class="rowColor">
- <td class="colFirst"><code>class </code></td>
- <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/Title.html" title="class in org.jfree.chart.title">Title</a></span></code>
- <div class="block">The base class for all chart titles.</div>
- </td>
- </tr>
- </tbody>
- </table>
- <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
- <caption><span>Methods in <a href="../../../../../org/jfree/chart/title/package-summary.html">org.jfree.chart.title</a> that return <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></span><span class="tabEnd"> </span></caption>
- <tr>
- <th class="colFirst" scope="col">Modifier and Type</th>
- <th class="colLast" scope="col">Method and Description</th>
- </tr>
- <tbody>
- <tr class="altColor">
- <td class="colFirst"><code>protected <a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Block</a></code></td>
- <td class="colLast"><span class="typeNameLabel">LegendTitle.</span><code><span class="memberNameLink"><a href="../../../../../org/jfree/chart/title/LegendTitle.html#createLegendItemBlock-org.jfree.chart.LegendItem-">createLegendItemBlock</a></span>(<a href="../../../../../org/jfree/chart/LegendItem.html" title="class in org.jfree.chart">LegendItem</a> item)</code>
- <div class="block">Creates a legend item block.</div>
- </td>
- </tr>
- </tbody>
- </table>
- </li>
- </ul>
- </li>
- </ul>
- </div>
- <!-- ======= START OF BOTTOM NAVBAR ====== -->
- <div class="bottomNav"><a name="navbar.bottom">
- <!-- -->
- </a>
- <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
- <a name="navbar.bottom.firstrow">
- <!-- -->
- </a>
- <ul class="navList" title="Navigation">
- <li><a href="../../../../../overview-summary.html">Overview</a></li>
- <li><a href="../package-summary.html">Package</a></li>
- <li><a href="../../../../../org/jfree/chart/block/Block.html" title="interface in org.jfree.chart.block">Class</a></li>
- <li class="navBarCell1Rev">Use</li>
- <li><a href="../package-tree.html">Tree</a></li>
- <li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
- <li><a href="../../../../../index-files/index-1.html">Index</a></li>
- <li><a href="../../../../../help-doc.html">Help</a></li>
- </ul>
- </div>
- <div class="subNav">
- <ul class="navList">
- <li>Prev</li>
- <li>Next</li>
- </ul>
- <ul class="navList">
- <li><a href="../../../../../index.html?org/jfree/chart/block/class-use/Block.html" target="_top">Frames</a></li>
- <li><a href="Block.html" target="_top">No Frames</a></li>
- </ul>
- <ul class="navList" id="allclasses_navbar_bottom">
- <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
- </ul>
- <div>
- <script type="text/javascript"><!--
- allClassesLink = document.getElementById("allclasses_navbar_bottom");
- if(window==top) {
- allClassesLink.style.display = "block";
- }
- else {
- allClassesLink.style.display = "none";
- }
- //-->
- </script>
- </div>
- <a name="skip.navbar.bottom">
- <!-- -->
- </a></div>
- <!-- ======== END OF BOTTOM NAVBAR ======= -->
- </body>
- </html>
|