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

Packages that use StickEntity
cn.limc.androidcharts.view   
 

Uses of StickEntity in cn.limc.androidcharts.view
 

Methods in cn.limc.androidcharts.view that return types with arguments of type StickEntity
 java.util.List<StickEntity> StickChart.getStickData()
           
 

Methods in cn.limc.androidcharts.view with parameters of type StickEntity
 void StickChart.addData(StickEntity entity)
           add a new stick data to sticks
 void StickChart.pushData(StickEntity entity)
           add a new stick data to sticks and refresh this chart
 

Method parameters in cn.limc.androidcharts.view with type arguments of type StickEntity
 void StickChart.setStickData(java.util.List<StickEntity> stickData)