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.money.MoneyVelocity.java

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

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

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

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

/**
 * A <code>ChartPanel</code> that contains 
 * a time chart with the wage share and profit share series.
 */
@SuppressWarnings("serial")
public class Distribution extends ChartPanel {

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * A <code>ChartPanel</code> that contains 
 * a time chart with the profits series (in real terms).
 */
@SuppressWarnings("serial")
public class Profits extends ChartPanel {