Example usage for org.jfree.chart.entity ChartEntity subclass-usage

List of usage examples for org.jfree.chart.entity ChartEntity subclass-usage

Introduction

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

Usage

From source file gda.plots.SimpleLegendEntity.java

/**
 * Extends ChartEntity so that we can have ChartEntity objects which are connected with particular SimpleXYSeries in the
 * plot legend.
 * 
 * @see ChartEntity
 */

From source file net.sourceforge.processdash.ui.lib.chart.DiscItemEntity.java

public class DiscItemEntity extends ChartEntity {

    private PieDataset dataset;

    private int discIndex;