lt.monarch.chart.legend
Interface IndexedEntityLegendSymbolFactory

All Superinterfaces:
java.io.Serializable

public interface IndexedEntityLegendSymbolFactory
extends java.io.Serializable

Interface of factory which is able to create legend symbols for indexed entities of series (e.g. such factory is used with pie series).


Method Summary
Modifier and Type Method and Description
 LegendSymbol createLegendSymbol(int index)
          Creates legend symbol for index'th entity.
 

Method Detail

createLegendSymbol

LegendSymbol createLegendSymbol(int index)
Creates legend symbol for index'th entity.

Parameters:
index - index of entity.
Returns:
symbol instance.