Summ:  Nested Constr. Methods    Details:  Constr. Methods      Class:  Prev Next
com.artfulbits.aiCharts.Base
Class LegendItemsProvider.CustomItemsProvider<T>

java.lang.Object com.artfulbits.aiCharts.Base.LegendItemsProvider com.artfulbits.aiCharts.Base.LegendItemsProvider.CustomItemsProvider<T>

Declaration: public static final class LegendItemsProvider.CustomItemsProvider<T> extends LegendItemsProvider
Enclosing Class: LegendItemsProvider

 

Represents custom legend items provider. This allows custom legend items scenarios.

 

Since: 1.0

 

 

Nested Members Summary

 

Nested members inherited from class: com.artfulbits.aiCharts.Base.LegendItemsProvider
LegendItemsProvider.AnnotationItemsProvider, LegendItemsProvider.CustomItemsProvider<T>, LegendItemsProvider.GroupItemsProvider, LegendItemsProvider.PointItemsProvider, LegendItemsProvider.SeriesItemsProvider, LegendItemsProvider.SmartItemsProvider

 

 

Constructors Summary
LegendItemsProvider.CustomItemsProvider()
    
Initializes a new instance of custom items provider.
LegendItemsProvider.CustomItemsProvider(java.util.Collection<T> items)
    
Initializes a new instance of custom items.
LegendItemsProvider.CustomItemsProvider(java.util.Collection<T> items, IItemBinder<ChartLegendItem> itemsFactory)
    
Initializes a new instance of custom items.

 

 

Methods Summary
java.util.List<T> getItems()
    
Returns items of this provider.

 

Methods inherited from class: java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

 

 

 

LegendItemsProvider.CustomItemsProvider

 

public LegendItemsProvider.CustomItemsProvider( )

 

Initializes a new instance of custom items provider.

 

Since: 1.0

 

 

 

LegendItemsProvider.CustomItemsProvider

 

public LegendItemsProvider.CustomItemsProvider( java.util.Collection<Titems)

 

Initializes a new instance of custom items.

 

Parameters:
items-
iterable collection filled up with objects that will be used to generate legend items.

 

Since: 1.0

 

 

 

LegendItemsProvider.CustomItemsProvider

 

public LegendItemsProvider.CustomItemsProvider( java.util.Collection<Titems,
IItemBinder<ChartLegendItemitemsFactory)

 

Initializes a new instance of custom items.

 

Parameters:
items-
iterable collection filled up with objects that will be used to generate legend items.

 

Since: 1.0

 

 

 

 

getItems

 

public java.util.List<T> getItems( )

 

Returns items of this provider.

 

Returns:
list of items currently hosted by this provider.

 

Since: 1.5

 

 

© 2005 - 2010 ArtfulBits. All rights reserved.