List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file org.jfree.chart.demo.PieChart3DDemo2.java
/** * A rotating 3D pie chart. * */ public class PieChart3DDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.PieChart3DDemo2.java
/** * A rotating 3D pie chart. * */ public class PieChart3DDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.PieChart3DDemo1.java
/** * A simple demonstration application showing how to create a pie chart using data from a * {@link DefaultPieDataset}. * */ public class PieChart3DDemo1 extends ApplicationFrame {
From source file org.jfree.chart.demo.PolarChartDemo.java
/** * <code>PolarChartDemo</code> demonstrates the capabilities of the {@link PolarPlot}. * * @author Daniel Bridenbecker, Solution Engineering, Inc. */ public class PolarChartDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.PieChart3DDemo1.java
/** * A simple demonstration application showing how to create a pie chart using data from a * {@link DefaultPieDataset}. * */ public class PieChart3DDemo1 extends ApplicationFrame {
From source file org.jfree.chart.demo.PolarChartDemo.java
/** * <code>PolarChartDemo</code> demonstrates the capabilities of the {@link PolarPlot}. * * @author Daniel Bridenbecker, Solution Engineering, Inc. */ public class PolarChartDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.MinMaxCategoryPlotDemo.java
/** * A simple demonstration application showing how to create a min/max category plot. * */ public class MinMaxCategoryPlotDemo extends ApplicationFrame {
From source file physical_network.OscilloscopePanel.java
class OscilloscopePanel extends ApplicationFrame { private static final long serialVersionUID = 1L; private Date startDate = new Date(); private long startTime = startDate.getTime();
From source file unalcol.termites.boxplots.ECALMessages.java
/** * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}. * * @author David Browning */ public class ECALMessages extends ApplicationFrame {
From source file TestGraph.XYSeriesDemo3.java
/** * This demo shows a simple bar chart created using the {@link XYSeriesCollection} dataset. * */ public class XYSeriesDemo3 extends ApplicationFrame {