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

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

Introduction

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

The text is from its open source code.

Constructor

LegendItemEntity(Shape area)
Creates a legend item entity.

Method

DatasetgetDataset()
Returns a reference to the dataset that this legend item is derived from.
ComparablegetSeriesKey()
Returns the series key that identifies the legend item.
StringgetToolTipText()
Returns the tool tip text for the entity.
voidsetDataset(Dataset dataset)
Sets a reference to the dataset that this legend item is derived from.
voidsetSeriesKey(Comparable key)
Sets the key for the series.