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 org.jfree.chart.demo.CombinedXYPlotDemo3.java

/**
 * A demonstration application showing how to create a combined chart using...
 *
 */
public class CombinedXYPlotDemo3 extends ApplicationFrame {

From source file org.jfree.chart.demo.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 org.jfree.chart.demo.TimePeriodValuesDemo2.java

/**
 * An example of....
 *
 */
public class TimePeriodValuesDemo2 extends ApplicationFrame {

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

/**
 * An example of....
 *
 */
public class TimePeriodValuesDemo2 extends ApplicationFrame {

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

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

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

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

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

/**
 * A demonstration application showing how to create a combined chart using...
 *
 */
public class CombinedXYPlotDemo5 extends ApplicationFrame {

From source file org.jfree.chart.demo.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.CombinedXYPlotDemo5.java

/**
 * A demonstration application showing how to create a combined chart using...
 *
 */
public class CombinedXYPlotDemo5 extends ApplicationFrame {

From source file intelligentWebAlgorithms.util.gui.XyGui.java

/**
 * 
 * This is going to be a convenience class for doing basic XY plots. here is how
 * it would be used within the Bean Shell interpreter:
 * 
 * <pre>