List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file org.jfree.chart.demo.BubblyBubblesDemo.java
/**
* A demo that shows how matrix series can be used for charts that follow a
* constantly changing grid input.
*
* @author Barak Naveh
*
From source file org.jfree.chart.demo.PieChartDemo4.java
/** * A simple demonstration application showing how to create a pie chart using data from a * {@link DefaultPieDataset}. This chart has a lot of labels and rotates, so it is useful for * testing the label distribution algorithm. */ public class PieChartDemo4 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo9.java
/** * An example of a time series chart. * */ public class TimeSeriesDemo9 extends ApplicationFrame {
From source file org.jfree.chart.demo.BubblyBubblesDemo2.java
/**
* A demo that shows how matrix series can be used for charts that follow a
* constantly changing grid input.
*
* @author Barak Naveh
*
From source file org.jfree.chart.demo.BubblyBubblesDemo2.java
/**
* A demo that shows how matrix series can be used for charts that follow a
* constantly changing grid input.
*
* @author Barak Naveh
*
From source file test.CategoryStepChartDemo.java
/** * A simple demonstration application showing how to create an area chart using data from a * {@link CategoryDataset}. * */ public class CategoryStepChartDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.HistogramDemo.java
/** * A demo of the {@link HistogramDataset} class. * * @author Jelai Wang, jelaiw AT mindspring.com */ public class HistogramDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.TimePeriodValuesDemo3.java
/** * This demo shows a bar chart with time based data where the time periods are slightly * irregular. * */ public class TimePeriodValuesDemo3 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimePeriodValuesDemo3.java
/** * This demo shows a bar chart with time based data where the time periods are slightly * irregular. * */ public class TimePeriodValuesDemo3 extends ApplicationFrame {