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 no.uio.medicine.virsurveillance.charts.BoxAndWhiskerChart_AWT.java

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

From source file phat.audio.listeners.XYRMSAudioChart.java

/**
 *
 * @author Pablo
 */
public class XYRMSAudioChart extends ApplicationFrame implements SensorListener {

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

public class CrossSectionDemo1 extends ApplicationFrame {
    private static final long serialVersionUID = 1L;

    static class MyDemoPanel extends DemoPanel implements ChangeListener, ChartChangeListener {

        private static final long serialVersionUID = 1L;

From source file org.jfree.demo.DateChooserPanelDemo.java

/**
 * A simple demo showing the {@link DateChooserPanel}.
 */
public class DateChooserPanelDemo extends ApplicationFrame {

    /**

From source file piilSource.Histogram.java

public class Histogram extends ApplicationFrame {

    JFrame chartFrame;
    String metaLabel;
    JPanel histogramPanel, buttonsPanel;
    JButton exportButton, closeButton;

From source file no.uio.medicine.virsurveillance.charts.StackedChart_AWT.java

/**
 *
 * @author Albert
 */
public class StackedChart_AWT extends ApplicationFrame {

From source file org.jfree.demo.TextBlockDemo.java

/**
 * A demo of the TextBlock class.
 *
 * @author David Gilbert
 */
public class TextBlockDemo extends ApplicationFrame {

From source file com.continuent.bristlecone.evaluator.MovingAverageDemo.java

/**
 * An example showing the calculation of a moving average for a time series.
 */
public class MovingAverageDemo extends ApplicationFrame {

    /**

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

public class CrosshairDemo2 extends ApplicationFrame {
    private static final long serialVersionUID = 1L;

    static class DemoTableModel extends AbstractTableModel implements TableModel {

        private static final long serialVersionUID = 1L;

From source file net.pickapack.chart.LinePlotFrame.java

/**
 * Line plot frame.
 *
 * @author Min Cai
 */
public class LinePlotFrame extends ApplicationFrame {