Uses of Class
cn.limc.androidcharts.entity.TitleValueColorEntity

Packages that use TitleValueColorEntity
cn.limc.androidcharts.view   
 

Uses of TitleValueColorEntity in cn.limc.androidcharts.view
 

Methods in cn.limc.androidcharts.view that return types with arguments of type TitleValueColorEntity
 java.util.List<TitleValueColorEntity> PieChart.getData()
           
 

Method parameters in cn.limc.androidcharts.view with type arguments of type TitleValueColorEntity
 void PieChart.setData(java.util.List<TitleValueColorEntity> data)