List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file unalcol.termites.boxplots.MessagesSent2.java
/** * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}. * * @author David Browning */ public class MessagesSent2 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 flusim.XY_Plotter.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 XY_Plotter extends ApplicationFrame {
From source file org.jfree.chart.demo.ScatterPlotDemo3.java
/** * A demo scatter plot with some code showing how to convert between Java2D coordinates and * (x, y) coordinates. */ public class ScatterPlotDemo3 extends ApplicationFrame implements ChartMouseListener {
From source file org.jfree.chart.demo.BarChartDemo6.java
/** * Another horizontal bar chart demo. This time all the extras (titles, legend and axes) are * removed, to display just a single bar. * */ public class BarChartDemo6 extends ApplicationFrame {
From source file unalcol.termites.boxplots.BestAgentsRoundInfoCollected.java
/** * Demonstration of a box-and-whisker chart using a {@link CategoryPlot}. * * @author David Browning */ public class BestAgentsRoundInfoCollected extends ApplicationFrame {
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.BarChartDemo6.java
/** * Another horizontal bar chart demo. This time all the extras (titles, legend and axes) are * removed, to display just a single bar. * */ public class BarChartDemo6 extends ApplicationFrame {
From source file j2se.jfreechart.barchart.BarChartDemo6.java
/** * Another horizontal bar chart demo. This time all the extras (titles, legend and axes) are * removed, to display just a single bar. * */ public class BarChartDemo6 extends ApplicationFrame {
From source file DynamicDataDemo.java
/** * A demonstration application showing a time series chart where you can dynamically add * (random) data by clicking on a button. * */ public class DynamicDataDemo extends ApplicationFrame implements ActionListener, Runnable {