Example usage for org.jfree.ui ApplicationFrame subclass-usage

List of usage examples for org.jfree.ui ApplicationFrame subclass-usage

Introduction

In this page you can find the example usage for org.jfree.ui ApplicationFrame subclass-usage.

Usage

From source file aplicacion.gestion.tablero.logic.PieChart3DDemo1.java

/**
 * A simple demonstration application showing how to create a pie chart using data from a
 * {@link DefaultPieDataset}.
 *
 */
public class PieChart3DDemo1 extends ApplicationFrame {

From source file org.jfree.chart.demo.DynamicDataDemo.java

/**
 * A demonstration application showing a time series chart where you can dynamically add
 * (random) data by clicking on a button.
 *
 */
public class DynamicDataDemo extends ApplicationFrame implements ActionListener {

From source file org.jfree.chart.demo.DifferenceChartDemo.java

/**
 * A simple demonstration of the XYDifferenceRenderer.
 *
 */
public class DifferenceChartDemo extends ApplicationFrame {

From source file org.jfree.chart.demo.ItemLabelDemo1.java

/**
 * A simple demo showing a label generator that only displays labels for items
 * with a value that is greater than some threshold.
 */
public class ItemLabelDemo1 extends ApplicationFrame {

From source file LineChartDemo6.java

/**
 * A simple demonstration application showing how to create a line chart using data from an
 * {@link XYDataset}.
 *
 */
public class LineChartDemo6 extends ApplicationFrame {

From source file unalcol.termites.boxplots.SucessfulRatesHybrid.java

/**
 *
 * @author Arles Rodriguez <arles.rodriguez@gmail.com>
 */
public class SucessfulRatesHybrid extends ApplicationFrame {

From source file net.sourceforge.openforecast.examples.ForecastingChartDemo.java

/**
 * An example of a time series chart, showing an initial series of
 * observations (the first data series), overlaid with forecasts produced
 * using a variety of different forecasting models. This both demonstrates
 * the use of JFreeChart, as well as provides a graphical comparison of
 * some of the different forecasting models.

From source file org.jfree.chart.demo.StackedBarChart3DDemo.java

/**
 * A simple demonstration application showing how to create a stacked 3D bar chart
 * using data from a {@link CategoryDataset}.
 *
 */
public class StackedBarChart3DDemo extends ApplicationFrame {

From source file org.jfree.chart.demo.BarChart3DDemo3.java

/**
 * This demonstration shows a 3D bar chart with item labels displayed.
 *
 */
public class BarChart3DDemo3 extends ApplicationFrame {

From source file org.jfree.chart.demo.StackedBarChart3DDemo.java

/**
 * A simple demonstration application showing how to create a stacked 3D bar chart
 * using data from a {@link CategoryDataset}.
 *
 */
public class StackedBarChart3DDemo extends ApplicationFrame {