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 unalcol.termites.boxplots.RoundNumber1.java

/**
 * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}.
 *
 * @author David Browning
 */
public class RoundNumber1 extends ApplicationFrame {

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

/**
 * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}.
 *
 * @author David Browning
 */
public class InformationCollected2 extends ApplicationFrame {

From source file org.cyberoam.iview.charts.Thermometer.java

/**
 * This class represents Thermometer chart entity.
 * @author Vishal Vala
 *
 */
public class Thermometer extends ApplicationFrame {

From source file es.bsc.autonomic.powermodeller.graphics.TotalPowerVsPredictionDecomposed.java

public class TotalPowerVsPredictionDecomposed extends ApplicationFrame {

    private static final long serialVersionUID = 1L;
    private static HashMap<String, DefaultCategoryDataset> jFreeChartDataSets;
    private static String NAME = "Measured Power VS Predicted Power Decomposition";

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

/**
 * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}.
 *
 * @author David Browning
 */
public class MessagesSent1 extends ApplicationFrame {

From source file test.FastScatterDemo.java

/**
 * A demo of the fast scatter plot.
 *
 */
public class FastScatterDemo extends ApplicationFrame {

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

/**
 * A pie chart with a custom label generator.
 */
public class PieChart3DDemo4 extends ApplicationFrame {

    /**

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

/**
 * A pie chart with a custom label generator.
 */
public class PieChart3DDemo4 extends ApplicationFrame {

    /**

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

/**
 * A simple demonstration of the {@link XYLineAndShapeRenderer} class.
 */
public class XYLineAndShapeRendererDemo extends ApplicationFrame {

    /**

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

/**
 * A simple demonstration application showing how to create a superimposed vertical bar chart.
 *
 * @author Arnaud Lelievre
 */
public class LayeredBarChartDemo2 extends ApplicationFrame {