Java org.jfree.chart LegendItemCollection fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart LegendItemCollection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart LegendItemCollection.

The text is from its open source code.

Constructor

LegendItemCollection()
Constructs a new legend item collection, initially empty.

Method

voidadd(LegendItem item)
Adds a legend item to the collection.
voidaddAll(LegendItemCollection collection)
Adds the legend items from another collection to this collection.
LegendItemget(int index)
Returns a legend item from the collection.
intgetItemCount()
Returns the number of legend items in the collection.
Iteratoriterator()
Returns an iterator that provides access to all the legend items.