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

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

Introduction

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

Usage

From source file gda.plots.SimpleLegendGraphic.java

/**
 * Extends LegendGraphic so that instead of just being something that gets drawn it also has a ChartEntity (actually a
 * SimpleLegendEntity) associated with it so that it can detect mouse clicks.
 */
public class SimpleLegendGraphic extends LegendGraphic {
    SimpleXYSeries sxys;

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

/**
 * A {@link LegendGraphic} which correctly translates gradients, such that they begin at the correct
 * position instead of the left screen edge.
 * 
 * @author Marius Helf
 *