Example usage for org.jfree.chart.block LabelBlock subclass-usage

List of usage examples for org.jfree.chart.block LabelBlock subclass-usage

Introduction

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

Usage

From source file gda.plots.SimpleLegendLabelBlock.java

/**
 * Extends LabelBlock so that it can carry a reference to a SimpleXYSeries for use in Legends.
 */
public class SimpleLegendLabelBlock extends LabelBlock {
    private SimpleXYSeries sxys;