Uses of Interface
cn.limc.androidcharts.event.ITouchEventResponse

Packages that use ITouchEventResponse
cn.limc.androidcharts.event   
cn.limc.androidcharts.view   
 

Uses of ITouchEventResponse in cn.limc.androidcharts.event
 

Classes in cn.limc.androidcharts.event that implement ITouchEventResponse
 class MACandleStickChartTouchEventAssemble
           
 class MAChartTouchEventAssemble
           
 class MAStickChartTouchEventAssemble
           
 

Methods in cn.limc.androidcharts.event with parameters of type ITouchEventResponse
 void ITouchEventNotify.addNotify(ITouchEventResponse notify)
          Add a ITouchEventResponse object by its index
 

Uses of ITouchEventResponse in cn.limc.androidcharts.view
 

Classes in cn.limc.androidcharts.view that implement ITouchEventResponse
 class CandleStickChart
           CandleStickChart is a kind of graph that draw the OHLCs on a GridChart if you want display some moving average lines on this graph, please use see MACandleStickChart for more information
 class GridChart
           GridChart is base type of all the charts that use a grid to display like line-chart stick-chart etc.
 class LineChart
           LineChart is a kind of graph that draw some lines on a GridChart
 class MACandleStickChart
           MACandleStickChart is inherits from CandleStickChart which can display moving average lines on this graph.
 class MAStickChart
           MAStickChart is inherits from StickChart which can display moving average lines on this graph
 class MinusStickChart
           MinusStickChart is inherits from StickChart which its data can be minus value
 class StickChart
           StickChart is a kind of graph that draw the sticks on a GridChart if you want display some moving average lines on this graph, please use see MAStickChart for more information.
 

Methods in cn.limc.androidcharts.view that return types with arguments of type ITouchEventResponse
 java.util.List<ITouchEventResponse> GridChart.getNotifyList()
           
 

Methods in cn.limc.androidcharts.view with parameters of type ITouchEventResponse
 void GridChart.addNotify(ITouchEventResponse notify)
           
 

Method parameters in cn.limc.androidcharts.view with type arguments of type ITouchEventResponse
 void GridChart.setNotifyList(java.util.List<ITouchEventResponse> notifyList)