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.industry.Workers.java

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

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

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

From source file jamel.gui.charts.sectorFinal.FinalGoodsMarket.java

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

From source file jamel.gui.charts.sectorFinal.InventoryVolumeFinal.java

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

From source file jamel.gui.charts.industry.BankruptcyRate.java

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

From source file jamel.gui.charts.industry.MarkupTarget.java

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

From source file jamel.gui.charts.industry.VacancyRates.java

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

From source file jamel.gui.charts.sectorFinal.Prices.java

/**
 * A <code>ChartPanel</code> that contains a time chart with the prices of the final sector.
 */
@SuppressWarnings("serial")
public class Prices extends ChartPanel {

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

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

From source file jamel.gui.charts.income.Wages.java

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