<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://jexp.ru/index.php?action=history&amp;feed=atom&amp;title=Java%2FChart%2FMultiple_Pie_Chart</id>
		<title>Java/Chart/Multiple Pie Chart - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://jexp.ru/index.php?action=history&amp;feed=atom&amp;title=Java%2FChart%2FMultiple_Pie_Chart"/>
		<link rel="alternate" type="text/html" href="http://jexp.ru/index.php?title=Java/Chart/Multiple_Pie_Chart&amp;action=history"/>
		<updated>2026-05-12T16:19:38Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://jexp.ru/index.php?title=Java/Chart/Multiple_Pie_Chart&amp;diff=7987&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://jexp.ru/index.php?title=Java/Chart/Multiple_Pie_Chart&amp;diff=7987&amp;oldid=prev"/>
				<updated>2010-06-01T06:52:08Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 06:52, 1 июня 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://jexp.ru/index.php?title=Java/Chart/Multiple_Pie_Chart&amp;diff=7986&amp;oldid=prev</id>
		<title> в 18:01, 31 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://jexp.ru/index.php?title=Java/Chart/Multiple_Pie_Chart&amp;diff=7986&amp;oldid=prev"/>
				<updated>2010-05-31T18:01:45Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== JFreeChart: Multiple Pie Chart Demo 1 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/* ===========================================================&lt;br /&gt;
 * JFreeChart : a free chart library for the Java(tm) platform&lt;br /&gt;
 * ===========================================================&lt;br /&gt;
 *&lt;br /&gt;
 * (C) Copyright 2000-2004, by Object Refinery Limited and Contributors.&lt;br /&gt;
 *&lt;br /&gt;
 * Project Info:  http://www.jfree.org/jfreechart/index.html&lt;br /&gt;
 *&lt;br /&gt;
 * This library is free software; you can redistribute it and/or modify it under the terms&lt;br /&gt;
 * of the GNU Lesser General Public License as published by the Free Software Foundation;&lt;br /&gt;
 * either version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
 *&lt;br /&gt;
 * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;&lt;br /&gt;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
 * See the GNU Lesser General Public License for more details.&lt;br /&gt;
 *&lt;br /&gt;
 * You should have received a copy of the GNU Lesser General Public License along with this&lt;br /&gt;
 * library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,&lt;br /&gt;
 * Boston, MA 02111-1307, USA.&lt;br /&gt;
 *&lt;br /&gt;
 * [Java is a trademark or registered trademark of Sun Microsystems, Inc. &lt;br /&gt;
 * in the United States and other countries.]&lt;br /&gt;
 *&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * MultiplePieChartDemo1.java&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * (C) Copyright 2004, by Object Refinery Limited.&lt;br /&gt;
 *&lt;br /&gt;
 * Original Author:  David Gilbert (for Object Refinery Limited);&lt;br /&gt;
 * Contributor(s):   -;&lt;br /&gt;
 *&lt;br /&gt;
 * $Id: MultiplePieChartDemo1.java,v 1.5 2004/04/26 19:12:00 taqua Exp $&lt;br /&gt;
 *&lt;br /&gt;
 * Changes&lt;br /&gt;
 * -------&lt;br /&gt;
 * 29-Jan-2004 : Version 1 (DG);&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
package org.jfree.chart.demo;&lt;br /&gt;
import java.awt.Font;&lt;br /&gt;
import org.jfree.chart.ChartFactory;&lt;br /&gt;
import org.jfree.chart.ChartPanel;&lt;br /&gt;
import org.jfree.chart.JFreeChart;&lt;br /&gt;
import org.jfree.chart.labels.StandardPieItemLabelGenerator;&lt;br /&gt;
import org.jfree.chart.plot.MultiplePiePlot;&lt;br /&gt;
import org.jfree.chart.plot.PiePlot;&lt;br /&gt;
import org.jfree.data.category.CategoryDataset;&lt;br /&gt;
import org.jfree.data.general.DatasetUtilities;&lt;br /&gt;
import org.jfree.ui.ApplicationFrame;&lt;br /&gt;
import org.jfree.ui.RefineryUtilities;&lt;br /&gt;
import org.jfree.util.TableOrder;&lt;br /&gt;
/**&lt;br /&gt;
 * A simple demonstration application showing how to create a chart consisting of multiple&lt;br /&gt;
 * pie charts.&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
public class MultiplePieChartDemo1 extends ApplicationFrame {&lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a new demo.&lt;br /&gt;
     *&lt;br /&gt;
     * @param title  the frame title.&lt;br /&gt;
     */&lt;br /&gt;
    public MultiplePieChartDemo1(final String title) {&lt;br /&gt;
        super(title);&lt;br /&gt;
        final CategoryDataset dataset = createDataset();&lt;br /&gt;
        final JFreeChart chart = createChart(dataset);&lt;br /&gt;
        final ChartPanel chartPanel = new ChartPanel(chart, true, true, true, false, true);&lt;br /&gt;
        chartPanel.setPreferredSize(new java.awt.Dimension(600, 380));&lt;br /&gt;
        setContentPane(chartPanel);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample dataset.&lt;br /&gt;
     */&lt;br /&gt;
    private CategoryDataset createDataset() {&lt;br /&gt;
        final double[][] data = new double[][] {&lt;br /&gt;
            {3.0, 4.0, 3.0, 5.0},&lt;br /&gt;
            {5.0, 7.0, 6.0, 8.0},&lt;br /&gt;
            {5.0, 7.0, 3.0, 8.0},&lt;br /&gt;
            {1.0, 2.0, 3.0, 4.0},&lt;br /&gt;
            {2.0, 3.0, 2.0, 3.0}&lt;br /&gt;
        };&lt;br /&gt;
        final CategoryDataset dataset = DatasetUtilities.createCategoryDataset(&lt;br /&gt;
            &amp;quot;Region &amp;quot;,&lt;br /&gt;
            &amp;quot;Sales/Q&amp;quot;,&lt;br /&gt;
            data&lt;br /&gt;
        );&lt;br /&gt;
        return dataset;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample chart with the given dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @param dataset  the dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample chart.&lt;br /&gt;
     */&lt;br /&gt;
    private JFreeChart createChart(final CategoryDataset dataset) {&lt;br /&gt;
        final JFreeChart chart = ChartFactory.createMultiplePieChart(&lt;br /&gt;
            &amp;quot;Multiple Pie Chart&amp;quot;,  // chart title&lt;br /&gt;
            dataset,               // dataset&lt;br /&gt;
            TableOrder.BY_ROW,&lt;br /&gt;
            true,                  // include legend&lt;br /&gt;
            true,&lt;br /&gt;
            false&lt;br /&gt;
        );&lt;br /&gt;
        final MultiplePiePlot plot = (MultiplePiePlot) chart.getPlot();&lt;br /&gt;
        final JFreeChart subchart = plot.getPieChart();&lt;br /&gt;
        final PiePlot p = (PiePlot) subchart.getPlot();&lt;br /&gt;
        p.setLabelGenerator(new StandardPieItemLabelGenerator(&amp;quot;{0}&amp;quot;));&lt;br /&gt;
        p.setLabelFont(new Font(&amp;quot;SansSerif&amp;quot;, Font.PLAIN, 8));&lt;br /&gt;
        p.setInteriorGap(0.30);&lt;br /&gt;
        &lt;br /&gt;
        return chart;&lt;br /&gt;
    }&lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    // * JFREECHART DEVELOPER GUIDE                                               *&lt;br /&gt;
    // * The JFreeChart Developer Guide, written by David Gilbert, is available   *&lt;br /&gt;
    // * to purchase from Object Refinery Limited:                                *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * http://www.object-refinery.ru/jfreechart/guide.html                     *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * Sales are used to provide funding for the JFreeChart project - please    * &lt;br /&gt;
    // * support us so that we can continue developing free software.             *&lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Starting point for the demonstration application.&lt;br /&gt;
     *&lt;br /&gt;
     * @param args  ignored.&lt;br /&gt;
     */&lt;br /&gt;
    public static void main(final String[] args) {&lt;br /&gt;
        final MultiplePieChartDemo1 demo = new MultiplePieChartDemo1(&amp;quot;Multiple Pie Chart Demo 1&amp;quot;);&lt;br /&gt;
        demo.pack();&lt;br /&gt;
        RefineryUtilities.centerFrameOnScreen(demo);&lt;br /&gt;
        demo.setVisible(true);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== JFreeChart: Multiple Pie Chart Demo 2 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
/* ===========================================================&lt;br /&gt;
 * JFreeChart : a free chart library for the Java(tm) platform&lt;br /&gt;
 * ===========================================================&lt;br /&gt;
 *&lt;br /&gt;
 * (C) Copyright 2000-2004, by Object Refinery Limited and Contributors.&lt;br /&gt;
 *&lt;br /&gt;
 * Project Info:  http://www.jfree.org/jfreechart/index.html&lt;br /&gt;
 *&lt;br /&gt;
 * This library is free software; you can redistribute it and/or modify it under the terms&lt;br /&gt;
 * of the GNU Lesser General Public License as published by the Free Software Foundation;&lt;br /&gt;
 * either version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
 *&lt;br /&gt;
 * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;&lt;br /&gt;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
 * See the GNU Lesser General Public License for more details.&lt;br /&gt;
 *&lt;br /&gt;
 * You should have received a copy of the GNU Lesser General Public License along with this&lt;br /&gt;
 * library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,&lt;br /&gt;
 * Boston, MA 02111-1307, USA.&lt;br /&gt;
 *&lt;br /&gt;
 * [Java is a trademark or registered trademark of Sun Microsystems, Inc. &lt;br /&gt;
 * in the United States and other countries.]&lt;br /&gt;
 *&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * MultiplePieChartDemo2.java&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * (C) Copyright 2003, 2004, by Object Refinery Limited and Contributors.&lt;br /&gt;
 *&lt;br /&gt;
 * Original Author:  David Gilbert (for Object Refinery Limited);&lt;br /&gt;
 * Contributor(s):   -;&lt;br /&gt;
 *&lt;br /&gt;
 * $Id: MultiplePieChartDemo2.java,v 1.6 2004/04/26 19:12:00 taqua Exp $&lt;br /&gt;
 *&lt;br /&gt;
 * Changes&lt;br /&gt;
 * -------&lt;br /&gt;
 * 23-Jan-2003 : Version 1 (DG);&lt;br /&gt;
 * 30-Jan-2004 : Renamed MultiPieChartDemo2 --&amp;gt; MultiplePieChartDemo2, and refactored to&lt;br /&gt;
 *               use the new MultiplePiePlot class (DG);&lt;br /&gt;
 * &lt;br /&gt;
 */&lt;br /&gt;
package org.jfree.chart.demo;&lt;br /&gt;
import java.awt.BasicStroke;&lt;br /&gt;
import java.awt.Color;&lt;br /&gt;
import java.awt.Font;&lt;br /&gt;
import java.text.NumberFormat;&lt;br /&gt;
import org.jfree.chart.ChartFactory;&lt;br /&gt;
import org.jfree.chart.ChartPanel;&lt;br /&gt;
import org.jfree.chart.JFreeChart;&lt;br /&gt;
import org.jfree.chart.labels.StandardPieItemLabelGenerator;&lt;br /&gt;
import org.jfree.chart.plot.MultiplePiePlot;&lt;br /&gt;
import org.jfree.chart.plot.PiePlot;&lt;br /&gt;
import org.jfree.data.category.CategoryDataset;&lt;br /&gt;
import org.jfree.data.general.DatasetUtilities;&lt;br /&gt;
import org.jfree.ui.ApplicationFrame;&lt;br /&gt;
import org.jfree.ui.RefineryUtilities;&lt;br /&gt;
import org.jfree.util.TableOrder;&lt;br /&gt;
/**&lt;br /&gt;
 * This example is similar to {@link MultiplePieChartDemo1}, but slices the dataset by column&lt;br /&gt;
 * rather than by row.&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
public class MultiplePieChartDemo2 extends ApplicationFrame {&lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a new demo.&lt;br /&gt;
     *&lt;br /&gt;
     * @param title  the frame title.&lt;br /&gt;
     */&lt;br /&gt;
    public MultiplePieChartDemo2(final String title) {&lt;br /&gt;
        super(title);&lt;br /&gt;
        final CategoryDataset dataset = createDataset();&lt;br /&gt;
        final JFreeChart chart = createChart(dataset);&lt;br /&gt;
        final ChartPanel chartPanel = new ChartPanel(chart, true, true, true, false, true);&lt;br /&gt;
        chartPanel.setPreferredSize(new java.awt.Dimension(600, 380));&lt;br /&gt;
        setContentPane(chartPanel);&lt;br /&gt;
    }&lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    // * JFREECHART DEVELOPER GUIDE                                               *&lt;br /&gt;
    // * The JFreeChart Developer Guide, written by David Gilbert, is available   *&lt;br /&gt;
    // * to purchase from Object Refinery Limited:                                *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * http://www.object-refinery.ru/jfreechart/guide.html                     *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * Sales are used to provide funding for the JFreeChart project - please    * &lt;br /&gt;
    // * support us so that we can continue developing free software.             *&lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample dataset.&lt;br /&gt;
     */&lt;br /&gt;
    private CategoryDataset createDataset() {&lt;br /&gt;
        final double[][] data = new double[][] {&lt;br /&gt;
                {3.0, 4.0, 3.0, 5.0},&lt;br /&gt;
                {5.0, 7.0, 6.0, 8.0},&lt;br /&gt;
                {5.0, 7.0, 3.0, 8.0},&lt;br /&gt;
                {1.0, 2.0, 3.0, 4.0},&lt;br /&gt;
                {2.0, 3.0, 2.0, 3.0}&lt;br /&gt;
        };&lt;br /&gt;
        final CategoryDataset dataset = DatasetUtilities.createCategoryDataset(&lt;br /&gt;
                &amp;quot;Region &amp;quot;,&lt;br /&gt;
                &amp;quot;Sales/Q&amp;quot;,&lt;br /&gt;
                data&lt;br /&gt;
        );&lt;br /&gt;
        return dataset;&lt;br /&gt;
    }&lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample chart with the given dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @param dataset  the dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample chart.&lt;br /&gt;
     */&lt;br /&gt;
    private JFreeChart createChart(final CategoryDataset dataset) {&lt;br /&gt;
        final JFreeChart chart = ChartFactory.createMultiplePieChart(&lt;br /&gt;
            &amp;quot;Multiple Pie Chart&amp;quot;,  // chart title&lt;br /&gt;
            dataset,               // dataset&lt;br /&gt;
            TableOrder.BY_COLUMN,&lt;br /&gt;
            true,                  // include legend&lt;br /&gt;
            true,&lt;br /&gt;
            false&lt;br /&gt;
        );&lt;br /&gt;
        final MultiplePiePlot plot = (MultiplePiePlot) chart.getPlot();&lt;br /&gt;
        plot.setBackgroundPaint(Color.white);&lt;br /&gt;
        plot.setOutlineStroke(new BasicStroke(1.0f));&lt;br /&gt;
        final JFreeChart subchart = plot.getPieChart();&lt;br /&gt;
        final PiePlot p = (PiePlot) subchart.getPlot();&lt;br /&gt;
        p.setBackgroundPaint(null);&lt;br /&gt;
        p.setOutlineStroke(null);&lt;br /&gt;
        p.setLabelGenerator(new StandardPieItemLabelGenerator(&lt;br /&gt;
            &amp;quot;{0} ({2})&amp;quot;, NumberFormat.getNumberInstance(), NumberFormat.getPercentInstance()&lt;br /&gt;
        ));&lt;br /&gt;
        p.setMaximumLabelWidth(0.35);&lt;br /&gt;
        p.setLabelFont(new Font(&amp;quot;SansSerif&amp;quot;, Font.PLAIN, 9));&lt;br /&gt;
        p.setInteriorGap(0.30);&lt;br /&gt;
        return chart;&lt;br /&gt;
    }&lt;br /&gt;
    /**&lt;br /&gt;
     * Starting point for the demonstration application.&lt;br /&gt;
     *&lt;br /&gt;
     * @param args  ignored.&lt;br /&gt;
     */&lt;br /&gt;
    public static void main(final String[] args) {&lt;br /&gt;
        final MultiplePieChartDemo2 demo = new MultiplePieChartDemo2(&amp;quot;Multiple Pie Chart Demo 2&amp;quot;);&lt;br /&gt;
        demo.pack();&lt;br /&gt;
        RefineryUtilities.centerFrameOnScreen(demo);&lt;br /&gt;
        demo.setVisible(true);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== JFreeChart: Multiple Pie Chart Demo 3 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
/* ===========================================================&lt;br /&gt;
 * JFreeChart : a free chart library for the Java(tm) platform&lt;br /&gt;
 * ===========================================================&lt;br /&gt;
 *&lt;br /&gt;
 * (C) Copyright 2000-2004, by Object Refinery Limited and Contributors.&lt;br /&gt;
 *&lt;br /&gt;
 * Project Info:  http://www.jfree.org/jfreechart/index.html&lt;br /&gt;
 *&lt;br /&gt;
 * This library is free software; you can redistribute it and/or modify it under the terms&lt;br /&gt;
 * of the GNU Lesser General Public License as published by the Free Software Foundation;&lt;br /&gt;
 * either version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
 *&lt;br /&gt;
 * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;&lt;br /&gt;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
 * See the GNU Lesser General Public License for more details.&lt;br /&gt;
 *&lt;br /&gt;
 * You should have received a copy of the GNU Lesser General Public License along with this&lt;br /&gt;
 * library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,&lt;br /&gt;
 * Boston, MA 02111-1307, USA.&lt;br /&gt;
 *&lt;br /&gt;
 * [Java is a trademark or registered trademark of Sun Microsystems, Inc. &lt;br /&gt;
 * in the United States and other countries.]&lt;br /&gt;
 *&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * MultiplePieChartDemo3.java&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * (C) Copyright 2004, by Object Refinery Limited and Contributors.&lt;br /&gt;
 *&lt;br /&gt;
 * Original Author:  David Gilbert (for Object Refinery Limited);&lt;br /&gt;
 * Contributor(s):   -;&lt;br /&gt;
 *&lt;br /&gt;
 * $Id: MultiplePieChartDemo3.java,v 1.6 2004/04/26 19:12:00 taqua Exp $&lt;br /&gt;
 *&lt;br /&gt;
 * Changes&lt;br /&gt;
 * -------&lt;br /&gt;
 * 29-Jan-2004 : Version 1 (DG);&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
package org.jfree.chart.demo;&lt;br /&gt;
import java.awt.Color;&lt;br /&gt;
import java.awt.Font;&lt;br /&gt;
import org.jfree.chart.ChartFactory;&lt;br /&gt;
import org.jfree.chart.ChartPanel;&lt;br /&gt;
import org.jfree.chart.JFreeChart;&lt;br /&gt;
import org.jfree.chart.plot.MultiplePiePlot;&lt;br /&gt;
import org.jfree.chart.plot.PiePlot;&lt;br /&gt;
import org.jfree.data.category.CategoryDataset;&lt;br /&gt;
import org.jfree.data.category.DefaultCategoryDataset;&lt;br /&gt;
import org.jfree.ui.ApplicationFrame;&lt;br /&gt;
import org.jfree.ui.RefineryUtilities;&lt;br /&gt;
import org.jfree.util.TableOrder;&lt;br /&gt;
/**&lt;br /&gt;
 * A simple demonstration application showing how to create a chart consisting of multiple&lt;br /&gt;
 * pie charts.&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
public class MultiplePieChartDemo3 extends ApplicationFrame {&lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a new demo.&lt;br /&gt;
     *&lt;br /&gt;
     * @param title  the frame title.&lt;br /&gt;
     */&lt;br /&gt;
    public MultiplePieChartDemo3(final String title) {&lt;br /&gt;
        super(title);&lt;br /&gt;
        final CategoryDataset dataset = createDataset();&lt;br /&gt;
        final JFreeChart chart = createChart(dataset);&lt;br /&gt;
        final ChartPanel chartPanel = new ChartPanel(chart, true, true, true, false, true);&lt;br /&gt;
        chartPanel.setPreferredSize(new java.awt.Dimension(600, 380));&lt;br /&gt;
        setContentPane(chartPanel);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample dataset.&lt;br /&gt;
     */&lt;br /&gt;
    private CategoryDataset createDataset() {&lt;br /&gt;
        final DefaultCategoryDataset dataset = new DefaultCategoryDataset();&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        return dataset;&lt;br /&gt;
    }&lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample chart for the given dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @param dataset  the dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample chart.&lt;br /&gt;
     */&lt;br /&gt;
    private JFreeChart createChart(final CategoryDataset dataset) {&lt;br /&gt;
        final JFreeChart chart = ChartFactory.createMultiplePieChart3D(&lt;br /&gt;
            &amp;quot;Multiple Pie Chart Demo 3&amp;quot;, dataset, TableOrder.BY_COLUMN, true, true, false&lt;br /&gt;
        ); &lt;br /&gt;
        chart.setBackgroundPaint(new Color(216, 255, 216));&lt;br /&gt;
        final MultiplePiePlot plot = (MultiplePiePlot) chart.getPlot();&lt;br /&gt;
        final PiePlot p = (PiePlot) plot.getPieChart().getPlot();&lt;br /&gt;
        p.setMaximumLabelWidth(0.35);&lt;br /&gt;
        p.setLabelFont(new Font(&amp;quot;SansSerif&amp;quot;, Font.PLAIN, 9));&lt;br /&gt;
        p.setInteriorGap(0.30);&lt;br /&gt;
        return chart;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    // * JFREECHART DEVELOPER GUIDE                                               *&lt;br /&gt;
    // * The JFreeChart Developer Guide, written by David Gilbert, is available   *&lt;br /&gt;
    // * to purchase from Object Refinery Limited:                                *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * http://www.object-refinery.ru/jfreechart/guide.html                     *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * Sales are used to provide funding for the JFreeChart project - please    * &lt;br /&gt;
    // * support us so that we can continue developing free software.             *&lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Starting point for the demonstration application.&lt;br /&gt;
     *&lt;br /&gt;
     * @param args  ignored.&lt;br /&gt;
     */&lt;br /&gt;
    public static void main(final String[] args) {&lt;br /&gt;
        final MultiplePieChartDemo3 demo = new MultiplePieChartDemo3(&amp;quot;Multiple Pie Chart Demo 3&amp;quot;);&lt;br /&gt;
        demo.pack();&lt;br /&gt;
        RefineryUtilities.centerFrameOnScreen(demo);&lt;br /&gt;
        demo.setVisible(true);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== JFreeChart: Multiple Pie Chart Demo 4 ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
/* ===========================================================&lt;br /&gt;
 * JFreeChart : a free chart library for the Java(tm) platform&lt;br /&gt;
 * ===========================================================&lt;br /&gt;
 *&lt;br /&gt;
 * (C) Copyright 2000-2004, by Object Refinery Limited and Contributors.&lt;br /&gt;
 *&lt;br /&gt;
 * Project Info:  http://www.jfree.org/jfreechart/index.html&lt;br /&gt;
 *&lt;br /&gt;
 * This library is free software; you can redistribute it and/or modify it under the terms&lt;br /&gt;
 * of the GNU Lesser General Public License as published by the Free Software Foundation;&lt;br /&gt;
 * either version 2.1 of the License, or (at your option) any later version.&lt;br /&gt;
 *&lt;br /&gt;
 * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;&lt;br /&gt;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.&lt;br /&gt;
 * See the GNU Lesser General Public License for more details.&lt;br /&gt;
 *&lt;br /&gt;
 * You should have received a copy of the GNU Lesser General Public License along with this&lt;br /&gt;
 * library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,&lt;br /&gt;
 * Boston, MA 02111-1307, USA.&lt;br /&gt;
 *&lt;br /&gt;
 * [Java is a trademark or registered trademark of Sun Microsystems, Inc. &lt;br /&gt;
 * in the United States and other countries.]&lt;br /&gt;
 *&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * MultiplePieChartDemo4.java&lt;br /&gt;
 * --------------------------&lt;br /&gt;
 * (C) Copyright 2004, by Object Refinery Limited and Contributors.&lt;br /&gt;
 *&lt;br /&gt;
 * Original Author:  David Gilbert (for Object Refinery Limited);&lt;br /&gt;
 * Contributor(s):   -;&lt;br /&gt;
 *&lt;br /&gt;
 * $Id: MultiplePieChartDemo4.java,v 1.6 2004/04/26 19:12:00 taqua Exp $&lt;br /&gt;
 *&lt;br /&gt;
 * Changes&lt;br /&gt;
 * -------&lt;br /&gt;
 * 30-Jan-2004 : Version 1 (DG);&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
package org.jfree.chart.demo;&lt;br /&gt;
import java.awt.Color;&lt;br /&gt;
import java.awt.Font;&lt;br /&gt;
import org.jfree.chart.ChartFactory;&lt;br /&gt;
import org.jfree.chart.ChartPanel;&lt;br /&gt;
import org.jfree.chart.JFreeChart;&lt;br /&gt;
import org.jfree.chart.labels.StandardPieItemLabelGenerator;&lt;br /&gt;
import org.jfree.chart.plot.MultiplePiePlot;&lt;br /&gt;
import org.jfree.chart.plot.PiePlot;&lt;br /&gt;
import org.jfree.data.category.CategoryDataset;&lt;br /&gt;
import org.jfree.data.category.DefaultCategoryDataset;&lt;br /&gt;
import org.jfree.ui.ApplicationFrame;&lt;br /&gt;
import org.jfree.ui.RefineryUtilities;&lt;br /&gt;
import org.jfree.util.TableOrder;&lt;br /&gt;
/**&lt;br /&gt;
 * A simple demonstration application showing how to create a chart consisting of multiple&lt;br /&gt;
 * pie charts.&lt;br /&gt;
 *&lt;br /&gt;
 */&lt;br /&gt;
public class MultiplePieChartDemo4 extends ApplicationFrame {&lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a new demo.&lt;br /&gt;
     *&lt;br /&gt;
     * @param title  the frame title.&lt;br /&gt;
     */&lt;br /&gt;
    public MultiplePieChartDemo4(final String title) {&lt;br /&gt;
        super(title);&lt;br /&gt;
        final CategoryDataset dataset = createDataset();&lt;br /&gt;
        final JFreeChart chart = createChart(dataset);&lt;br /&gt;
        final ChartPanel chartPanel = new ChartPanel(chart, true, true, true, false, true);&lt;br /&gt;
        chartPanel.setPreferredSize(new java.awt.Dimension(600, 380));&lt;br /&gt;
        setContentPane(chartPanel);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample dataset.&lt;br /&gt;
     */&lt;br /&gt;
    private CategoryDataset createDataset() {&lt;br /&gt;
        final DefaultCategoryDataset dataset = new DefaultCategoryDataset();&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(3.2, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(1.8, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(0.2, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(4.1, &amp;quot;Row 0&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        dataset.addValue(9.8, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(6.3, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(0.1, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(1.9, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(9.6, &amp;quot;Row 1&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        dataset.addValue(7.0, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.2, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(2.8, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(8.8, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(7.2, &amp;quot;Row 2&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        dataset.addValue(9.5, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(1.2, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(4.5, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(4.4, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(0.2, &amp;quot;Row 3&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        dataset.addValue(3.5, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(6.7, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(9.0, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(1.0, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.2, &amp;quot;Row 4&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        dataset.addValue(5.1, &amp;quot;Row 5&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(6.7, &amp;quot;Row 5&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(0.9, &amp;quot;Row 5&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(3.3, &amp;quot;Row 5&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(3.9, &amp;quot;Row 5&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 6&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 6&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 6&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 6&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(5.6, &amp;quot;Row 6&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        dataset.addValue(7.5, &amp;quot;Row 7&amp;quot;, &amp;quot;Column 0&amp;quot;);&lt;br /&gt;
        dataset.addValue(9.0, &amp;quot;Row 7&amp;quot;, &amp;quot;Column 1&amp;quot;);&lt;br /&gt;
        dataset.addValue(3.4, &amp;quot;Row 7&amp;quot;, &amp;quot;Column 2&amp;quot;);&lt;br /&gt;
        dataset.addValue(4.1, &amp;quot;Row 7&amp;quot;, &amp;quot;Column 3&amp;quot;);&lt;br /&gt;
        dataset.addValue(0.5, &amp;quot;Row 7&amp;quot;, &amp;quot;Column 4&amp;quot;);&lt;br /&gt;
        &lt;br /&gt;
        return dataset;&lt;br /&gt;
    }&lt;br /&gt;
    /**&lt;br /&gt;
     * Creates a sample chart for the given dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @param dataset  the dataset.&lt;br /&gt;
     * &lt;br /&gt;
     * @return A sample chart.&lt;br /&gt;
     */&lt;br /&gt;
    private JFreeChart createChart(final CategoryDataset dataset) {&lt;br /&gt;
        final JFreeChart chart = ChartFactory.createMultiplePieChart3D(&lt;br /&gt;
            &amp;quot;Multiple Pie Chart Demo 4&amp;quot;, dataset, TableOrder.BY_COLUMN, false, true, false&lt;br /&gt;
        ); &lt;br /&gt;
        chart.setBackgroundPaint(new Color(216, 255, 216));&lt;br /&gt;
        final MultiplePiePlot plot = (MultiplePiePlot) chart.getPlot();&lt;br /&gt;
        final JFreeChart subchart = plot.getPieChart();&lt;br /&gt;
//        final StandardLegend legend = new StandardLegend();&lt;br /&gt;
  //      legend.setItemFont(new Font(&amp;quot;SansSerif&amp;quot;, Font.PLAIN, 8));&lt;br /&gt;
    //    legend.setAnchor(Legend.SOUTH);&lt;br /&gt;
      //  subchart.setLegend(legend);&lt;br /&gt;
        plot.setLimit(0.10);&lt;br /&gt;
        final PiePlot p = (PiePlot) subchart.getPlot();&lt;br /&gt;
        p.setLabelGenerator(new StandardPieItemLabelGenerator(&amp;quot;{0}&amp;quot;));&lt;br /&gt;
        p.setLabelFont(new Font(&amp;quot;SansSerif&amp;quot;, Font.PLAIN, 8));&lt;br /&gt;
        p.setInteriorGap(0.30);&lt;br /&gt;
        &lt;br /&gt;
        return chart;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    // * JFREECHART DEVELOPER GUIDE                                               *&lt;br /&gt;
    // * The JFreeChart Developer Guide, written by David Gilbert, is available   *&lt;br /&gt;
    // * to purchase from Object Refinery Limited:                                *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * http://www.object-refinery.ru/jfreechart/guide.html                     *&lt;br /&gt;
    // *                                                                          *&lt;br /&gt;
    // * Sales are used to provide funding for the JFreeChart project - please    * &lt;br /&gt;
    // * support us so that we can continue developing free software.             *&lt;br /&gt;
    // ****************************************************************************&lt;br /&gt;
    &lt;br /&gt;
    /**&lt;br /&gt;
     * Starting point for the demonstration application.&lt;br /&gt;
     *&lt;br /&gt;
     * @param args  ignored.&lt;br /&gt;
     */&lt;br /&gt;
    public static void main(final String[] args) {&lt;br /&gt;
        final MultiplePieChartDemo4 demo = new MultiplePieChartDemo4(&amp;quot;Multiple Pie Chart Demo&amp;quot;);&lt;br /&gt;
        demo.pack();&lt;br /&gt;
        RefineryUtilities.centerFrameOnScreen(demo);&lt;br /&gt;
        demo.setVisible(true);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
           &lt;br /&gt;
       &amp;lt;/source&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- end source code --&amp;gt;&lt;/div&gt;</summary>
			</entry>

	</feed>