List of usage examples for org.jfree.ui ApplicationFrame subclass-usage
From source file Diagramas.BarChart_AWT.java
public class BarChart_AWT extends ApplicationFrame { public BarChart_AWT(String applicationTitle, String chartTitle) throws IOException { super(applicationTitle); JFreeChart barChart = ChartFactory.createBarChart(chartTitle, "Category", "Score", createDataset(), PlotOrientation.VERTICAL, true, true, false);
From source file testes.Histograma.java
/** * * @author Naiane */ public class Histograma extends ApplicationFrame {
From source file Business.Chart.ChartBP.java
/** * * @author test */ public class ChartBP extends ApplicationFrame { private String chartTitle;
From source file org.jfree.chart.demo.DeviationRendererDemo2.java
public class DeviationRendererDemo2 extends ApplicationFrame { private static final long serialVersionUID = 1L; public DeviationRendererDemo2(String s) { super(s);
From source file org.jfree.chart.demo.TimeSeriesDemo1.java
public class TimeSeriesDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; public TimeSeriesDemo1(String s) { super(s);
From source file org.jfree.chart.demo.HideSeriesDemo1.java
public class HideSeriesDemo1 extends ApplicationFrame { private static final long serialVersionUID = 1L; static class DemoPanel extends JPanel implements ActionListener { private static final long serialVersionUID = 1L;
From source file org.jfree.chart.demo.XYStepRendererDemo2.java
public class XYStepRendererDemo2 extends ApplicationFrame { private static final long serialVersionUID = 1L; public XYStepRendererDemo2(String s) { super(s);
From source file org.jfree.chart.demo.XYLineAndShapeRendererDemo2.java
public class XYLineAndShapeRendererDemo2 extends ApplicationFrame { private static final long serialVersionUID = 1L; public XYLineAndShapeRendererDemo2(String s) { super(s);
From source file org.jfree.chart.demo.Graph.java
/** * A demonstration application showing a time series chart where you can dynamically add * (random) data by clicking on a button. * */ public class Graph extends ApplicationFrame implements ActionListener {
From source file org.jfree.chart.demo.XYBarChartDemo7.java
public class XYBarChartDemo7 extends ApplicationFrame { private static final long serialVersionUID = 1L; public XYBarChartDemo7(String s) { super(s);