List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file statUtil.TurnMovementPlot.java
/** * * @author Travis Shao */ public class TurnMovementPlot extends ApplicationFrame {
From source file osproject.Drawer.java
public class Drawer extends ApplicationFrame { public static DrawingInstructions drawingInstructions; static private int numberOfProcess; private static String arr[]; public JPanel localJPanel;
From source file bullioneconomy.bullionchart.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 bullionchart extends ApplicationFrame {
From source file audio.cords.old.RegressionDemo.java
@SuppressWarnings("serial") public class RegressionDemo extends ApplicationFrame { public RegressionDemo(XYSeriesCollection data) { super("Regression Demo"); setContentPane(new ChartPanel(createChart(data))); pack();
From source file net.pickapack.chart.BarPlotFrame.java
/**
* Bar plot frame.
*
* @author Min Cai
* @param <ItemT> the type of items
*/
From source file simz1.StackedBarChart.java
/** * * @author Janith */ public class StackedBarChart extends ApplicationFrame {
From source file org.epsilonlabs.workflow.execution.example.GraphOutput.java
/**
* Trivial data consumer, printing to console
*
* @author kb
*
*/
From source file no.uio.medicine.virsurveillance.charts.XYLineChart_AWT.java
/** * * @author Albert */ public class XYLineChart_AWT extends ApplicationFrame {
From source file edu.cmu.sv.modelinference.eventtool.charting.DataChart.java
/** * @author Kasper Luckow */ public class DataChart extends ApplicationFrame { private static final long serialVersionUID = 7777887151534005094L;
From source file playground.dgrether.analysis.charts.utils.DgChartFrame.java
/** * @author dgrether * */ public class DgChartFrame extends ApplicationFrame {