List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file org.jfree.chart.demo.LayeredBarChartDemo1.java
/** * A simple demonstration application showing how to create a superimposed horizontal bar chart. * * @author Arnaud Lelievre */ public class LayeredBarChartDemo1 extends ApplicationFrame {
From source file intelligentWebAlgorithms.util.gui.ScatterGui.java
/**
*
* This is going to be a convenience class for doing basic XY plots. here is how
* it would be used within the Bean Shell interpreter:
*
* <pre>
From source file org.jfree.chart.demo.TimeSeriesDemo3.java
/**
* A time series demo, with monthly data, where the tick unit on the axis is set to
* one month also (this switches off the auto tick unit selection, and *can* result in
* overlapping labels).
*
*/
From source file org.jfree.chart.demo.LayeredBarChartDemo1.java
/** * A simple demonstration application showing how to create a superimposed horizontal bar chart. * * @author Arnaud Lelievre */ public class LayeredBarChartDemo1 extends ApplicationFrame {
From source file org.jfree.chart.demo.InternalFrameDemo.java
/** * A simple internal frame demo. * */ public class InternalFrameDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.XYBarChartDemo2.java
/** * A simple demonstration application showing how to create a vertical bar chart. * */ public class XYBarChartDemo2 extends ApplicationFrame {
From source file org.jfree.chart.demo.InternalFrameDemo.java
/** * A simple internal frame demo. * */ public class InternalFrameDemo extends ApplicationFrame {
From source file org.jfree.chart.demo.BubblyBubblesDemo.java
/**
* A demo that shows how matrix series can be used for charts that follow a
* constantly changing grid input.
*
* @author Barak Naveh
*
From source file org.jfree.chart.demo.PieChartDemo4.java
/** * A simple demonstration application showing how to create a pie chart using data from a * {@link DefaultPieDataset}. This chart has a lot of labels and rotates, so it is useful for * testing the label distribution algorithm. */ public class PieChartDemo4 extends ApplicationFrame {
From source file org.jfree.chart.demo.TimeSeriesDemo9.java
/** * An example of a time series chart. * */ public class TimeSeriesDemo9 extends ApplicationFrame {