org.jfree.chart

Interface LegendItemSource

public interface LegendItemSource

A source of legend items. A LegendTitle will maintain a list of sources (often just one) from which it obtains legend items.
Method Summary
LegendItemCollectiongetLegendItems()
Returns a (possibly empty) collection of legend items.

Method Detail

getLegendItems

public LegendItemCollection getLegendItems()
Returns a (possibly empty) collection of legend items.

Returns: The legend item collection (never null).

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.