|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridChart | |
---|---|
cn.limc.androidcharts.event | |
cn.limc.androidcharts.view |
Uses of GridChart in cn.limc.androidcharts.event |
---|
Methods in cn.limc.androidcharts.event with parameters of type GridChart | |
---|---|
void |
MAStickChartTouchEventAssemble.notifyEvent(GridChart chart)
|
void |
MAChartTouchEventAssemble.notifyEvent(GridChart chart)
|
void |
MACandleStickChartTouchEventAssemble.notifyEvent(GridChart chart)
|
void |
ITouchEventResponse.notifyEvent(GridChart chart)
Response Notify |
void |
MAStickChartTouchEventAssemble.notifyEvent(GridChart chart,
int index)
|
void |
MACandleStickChartTouchEventAssemble.notifyEvent(GridChart chart,
int index)
|
void |
ITouchEventNotify.notifyEventAll(GridChart chart)
Notify all ITouchEventResponse objects |
Uses of GridChart in cn.limc.androidcharts.view |
---|
Subclasses of GridChart in cn.limc.androidcharts.view | |
---|---|
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 |
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 with parameters of type GridChart | |
---|---|
void |
StickChart.notifyEvent(GridChart chart)
|
void |
GridChart.notifyEvent(GridChart chart)
|
void |
GridChart.notifyEventAll(GridChart chart)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |