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

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

Introduction

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

Usage

From source file org.schreibubi.JCombinations.logic.ExtendedJFreeChart.java

/**
 * @author Jrg Werner
 * 
 */
public class ExtendedJFreeChart extends JFreeChart {

From source file org.openfaces.component.chart.impl.helpers.JFreeChartAdapter.java

/**
 * @author Ekaterina Shliakhovetskaya
 */
public class JFreeChartAdapter extends JFreeChart {

    public JFreeChartAdapter(Plot plot, Chart chart) {

From source file OAT.data.Chart.java

/**
 *
 * @author Antonio Yip
 */
public class Chart extends JFreeChart implements Tabulable {

From source file statistic.graph.XYChart.java

/**
 *
 * @author Martin Gro
 */
public class XYChart extends JFreeChart {

From source file org.csml.tommo.sugar.heatmap.MappingQualityMatrixChart.java

public class MappingQualityMatrixChart extends JFreeChart {

    /**
    * 
    */
    private static final long serialVersionUID = 1L;

From source file org.csml.tommo.sugar.heatmap.MeanQualityMatrixChart.java

public class MeanQualityMatrixChart extends JFreeChart {

    /**
    * 
    */
    private static final long serialVersionUID = 1L;

From source file jamel.gui.charts.JamelChart.java

/**
 * An abstract class for the charts.
 */
@SuppressWarnings("serial")
public abstract class JamelChart extends JFreeChart {

From source file daylightchart.sunchart.chart.SunChart.java

/**
 * Produces a chart of daylight times for any location.
 *
 * @author Sualeh Fatehi
 */
public class SunChart extends JFreeChart implements ChartOptionsListener {

From source file MWC.GUI.JFreeChart.NewFormattedJFreeChart.java

/**
 * ******************************************************************* embedded
 * class for plot for which we can control some of the formatting (line width,
 * axis steps/sizes, labels
 * *******************************************************************
 */

From source file daylightchart.daylightchart.chart.DaylightChart.java

/**
 * Produces a chart of daylight times for any location.
 *
 * @author Sualeh Fatehi
 */
public class DaylightChart extends JFreeChart implements ChartOptionsListener {