List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file org.jfree.expdemo.SelectionDemo6Pie.java
public class SelectionDemo6Pie extends ApplicationFrame implements SelectionChangeListener { private JTable table; private DefaultTableModel model;
From source file org.n52.oxf.render.sos.TimeCategoryPlot.java
/** * An example of a time series chart. For the most part, default settings are * used, except that the renderer is modified to show filled shapes (as well as * lines) at each data point. */ public class TimeCategoryPlot extends ApplicationFrame {
From source file test.NewClass.java
}
}
}
From source file org.jfree.chart.demo.TimeSeriesDemo7.java
/** * A time series chart. * */ public class TimeSeriesDemo7 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo7.java
/** * A time series chart. * */ public class TimeSeriesDemo7 extends ApplicationFrame {
From source file ssq.stock.gui.CandlestickDemo.java
/** * A demo showing a candlestick chart. * */ public class CandlestickDemo extends ApplicationFrame { /**
From source file org.jfree.chart.demo.CandlestickDemo.java
/** * A demo showing a candlestick chart. * */ public class CandlestickDemo extends ApplicationFrame {
From source file unalcol.termites.boxplots.ECALinfoCollected.java
/** * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}. * * @author David Browning */ public class ECALinfoCollected extends ApplicationFrame {
From source file org.jfree.chart.demo.CandlestickDemo.java
/** * A demo showing a candlestick chart. * */ public class CandlestickDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.WindChartDemo.java
/** * A simple demonstration application showing how to create a wind chart. * */ public class WindChartDemo extends ApplicationFrame {