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

Packages that use OHLCEntity
cn.limc.androidcharts.view   
 

Uses of OHLCEntity in cn.limc.androidcharts.view
 

Methods in cn.limc.androidcharts.view that return types with arguments of type OHLCEntity
 java.util.List<OHLCEntity> CandleStickChart.getOHLCData()
           
 

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

Method parameters in cn.limc.androidcharts.view with type arguments of type OHLCEntity
 void CandleStickChart.setOHLCData(java.util.List<OHLCEntity> oHLCData)