List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file org.jfree.chart.demo.SmallNumberDemo.java
/** * A demo showing the use of very small numbers in a dataset. * */ public class SmallNumberDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.XYSeriesDemo2.java
/** * Demo for {@link XYSeries}, where all the y values are the same. * */ public class XYSeriesDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.XYSeriesDemo2.java
/** * Demo for {@link XYSeries}, where all the y values are the same. * */ public class XYSeriesDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.ScatterPlotDemo4.java
/** * A demo scatter plot showing the use of the {@link XYDotRenderer} class. * */ public class ScatterPlotDemo4 extends ApplicationFrame {
From source file org.jfree.chart.demo.PieChart3DDemo3.java
/** * A pie chart with no labels. */ public class PieChart3DDemo3 extends ApplicationFrame { /**
From source file org.jfree.chart.demo.PieChart3DDemo3.java
/** * A pie chart with no labels. */ public class PieChart3DDemo3 extends ApplicationFrame { /**
From source file org.jfree.chart.demo.YIntervalChartDemo.java
/** * A simple demonstration application showing how to create a Y Interval Chart. * */ public class YIntervalChartDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.PieChartDemo2.java
/** * A simple demonstration application showing how to create a pie chart using data from a * {@link DefaultPieDataset}. This demo also shows an "exploded" section in the chart. * */ public class PieChartDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.StackedBarChartDemo1.java
/** * A simple demonstration application showing how to create a stacked bar chart * using data from a {@link CategoryDataset}. * */ public class StackedBarChartDemo1 extends ApplicationFrame {
From source file org.jfree.chart.demo.PieChartDemo2.java
/** * A simple demonstration application showing how to create a pie chart using data from a * {@link DefaultPieDataset}. This demo also shows an "exploded" section in the chart. * */ public class PieChartDemo2 extends ApplicationFrame {