public interface

LegendItemSource

org.jfree.chart.LegendItemSource
Known Indirect Subclasses

Class Overview

A source of legend items. A LegendTitle will maintain a list of sources (often just one) from which it obtains legend items.

Summary

Public Methods
abstract LegendItemCollection getLegendItems()
Returns a (possibly empty) collection of legend items.

Public Methods

public abstract LegendItemCollection getLegendItems ()

Returns a (possibly empty) collection of legend items.

Returns
  • The legend item collection (never null).