List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file unalcol.termites.boxplots.HybridRoundNumberReport.java
/** * * @author ARODRIGUEZ */ public class HybridRoundNumberReport extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo10.java
/** * A demo showing a time series with per minute data. * */ public class TimeSeriesDemo10 extends ApplicationFrame {
From source file org.jfree.chart.demo.PieChartDemo5.java
/** * A pie chart with no section labels. */ public class PieChartDemo5 extends ApplicationFrame { /**
From source file cn.edu.thss.iise.bpmdemo.charts.ThermometerDemo2.java
/** * A simple demonstration application showing how to create a thermometer. * */ public class ThermometerDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo10.java
/** * A demo showing a time series with per minute data. * */ public class TimeSeriesDemo10 extends ApplicationFrame {
From source file org.jfree.chart.demo.ThermometerDemo2.java
/** * A simple demonstration application showing how to create a thermometer. * */ public class ThermometerDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo2.java
/** * A demo showing a time series (quarterly data) with a <code>null</code> value. The * <code>null</code> value causes a gap in the line connecting the data points. * */ public class TimeSeriesDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.ThermometerDemo2.java
/** * A simple demonstration application showing how to create a thermometer. * */ public class ThermometerDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo2.java
/** * A demo showing a time series (quarterly data) with a <code>null</code> value. The * <code>null</code> value causes a gap in the line connecting the data points. * */ public class TimeSeriesDemo2 extends ApplicationFrame {
From source file unalcol.termites.boxplots.HybridInformationCollected.java
/** * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}. * * @author David Browning */ public class HybridInformationCollected extends ApplicationFrame {