List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file org.jfree.chart.demo.XYSeriesDemo3.java
/** * This demo shows a simple bar chart created using the {@link XYSeriesCollection} dataset. * */ public class XYSeriesDemo3 extends ApplicationFrame {
From source file org.jfree.chart.demo.XYLogAxesDemo.java
/** * A demo showing the use of log axes. * */ public class XYLogAxesDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.XYLogAxesDemo.java
/** * A demo showing the use of log axes. * */ public class XYLogAxesDemo extends ApplicationFrame {
From source file net.sourceforge.openforecast.examples.ExponentialSmoothingChartDemo.java
/**
* An example of a time series chart, showing an initial series of
* observations (the first data series), overlaid with forecasts produced
* using a variety of different forecasting models. This both demonstrates
* the use of JFreeChart, as well as provides a graphical demonstration of
* single exponential smoothing. It clearly shows the weakness of single
From source file org.jfree.chart.demo.TimeSeriesDemo6.java
/** * A time series chart with all zero data. When the data range is zero, you may want to modify * the default behaviour of the range axis. * */ public class TimeSeriesDemo6 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo6.java
/** * A time series chart with all zero data. When the data range is zero, you may want to modify * the default behaviour of the range axis. * */ public class TimeSeriesDemo6 extends ApplicationFrame {
From source file org.jfree.chart.demo.BarChartDemo4.java
/** * A bar chart with only two bars - here the 'maxBarWidth' attribute in the renderer prevents * the bars from getting too wide. * */ public class BarChartDemo4 extends ApplicationFrame {
From source file unalcol.termites.boxplots.BestAgentsPercentageInfoCollected.java
/** * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}. * * @author David Browning */ public class BestAgentsPercentageInfoCollected extends ApplicationFrame {
From source file org.jfree.chart.demo.BarChartDemo4.java
/** * A bar chart with only two bars - here the 'maxBarWidth' attribute in the renderer prevents * the bars from getting too wide. * */ public class BarChartDemo4 extends ApplicationFrame {
From source file j2se.jfreechart.barchart.BarChartDemo4.java
/** * A bar chart with only two bars - here the 'maxBarWidth' attribute in the renderer prevents * the bars from getting too wide. * */ public class BarChartDemo4 extends ApplicationFrame {