Example usage for org.jfree.chart ChartPanel subclass-usage

List of usage examples for org.jfree.chart ChartPanel subclass-usage

Introduction

In this page you can find the example usage for org.jfree.chart ChartPanel subclass-usage.

Usage

From source file jamel.gui.charts.others.InflationUnemployment.java

/**
 * A <code>ChartPanel</code> that contains 
 * a time chart with the annual inflation and unemployement series.
 */
@SuppressWarnings("serial")
public class InflationUnemployment extends ChartPanel {

From source file jamel.gui.charts.labor.Unemployment.java

/**
 * A <code>ChartPanel</code> that contains 
 * a time chart with the wages series.
 */
@SuppressWarnings("serial")
public class Unemployment extends ChartPanel {

From source file net.sf.mzmine.modules.peaklistmethods.peakpicking.adap3decompositionV2.SimpleScatterPlot.java

/**
 *
 * @author Du-Lab Team <dulab.binf@gmail.com>
 */

public class SimpleScatterPlot extends ChartPanel {

From source file net.sf.mzmine.modules.peaklistmethods.peakpicking.adap3decompositionV1_5.SimpleScatterPlot.java

/**
 *
 * @author Du-Lab Team <dulab.binf@gmail.com>
 */

public class SimpleScatterPlot extends ChartPanel {

From source file gui.statistic.JChartPanel.java

/**
 *
 * @author Martin Gro
 */
public class JChartPanel extends ChartPanel {

From source file jamel.gui.charts.others.PhillipsCurve.java

/**
 * A <code>ChartPanel</code> that contains the Phillips curve.
 */
@SuppressWarnings("serial")
public class PhillipsCurve extends ChartPanel {

From source file jamel.gui.charts.labor.BeveridgeCurve.java

/**
 * A <code>ChartPanel</code> that contains 
 * a time chart with the wages series.
 */
@SuppressWarnings("serial")
public class BeveridgeCurve extends ChartPanel {

From source file com.diversityarrays.kdxplore.chartcommon.KDXploreChartPanel.java

/**
 * @author alexs
 *
 */
public class KDXploreChartPanel extends ChartPanel {

From source file jamel.gui.charts.labor.UnemploymentRate.java

/**
 * A <code>ChartPanel</code> that contains 
 * a time chart with the wages series.
 */
@SuppressWarnings("serial")
public class UnemploymentRate extends ChartPanel {

From source file jamel.gui.charts.money.BankDividend.java

/**
 * A <code>ChartPanel</code> that contains a time chart 
 * with the main ratios of the bank sector.
 */
@SuppressWarnings("serial")
public class BankDividend extends ChartPanel {