Example usage for org.jfree.chart.title LegendTitle subclass-usage

List of usage examples for org.jfree.chart.title LegendTitle subclass-usage

Introduction

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

Usage

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

/**
 * @author Ekaterina Shliakhovetskaya
 */
class LegendAdapter extends LegendTitle {
    public LegendAdapter(Plot plot, Chart chart) {
        super(plot);

From source file gda.plots.SimpleLegendTitle.java

/**
 * SimpleLegendTitle Class
 */
public class SimpleLegendTitle extends LegendTitle {
    /**
     * Exactly the same as the SuperClass constructor - necessary because there is no default constructor in

From source file com.rapidminer.gui.new_plotter.engine.jfreechart.legend.SmartLegendTitle.java

/**
 * This class is the GUI container for all legend items.
 * 
 * @author Marius Helf
 * 
 */