|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.limc.androidcharts.entity.OHLCEntity
public class OHLCEntity
Entity data which is use for display a candleStick in CandleStickChart use OHLC(Open,High,Low,Close) four values for a candle
CandleStickChartのロウソク線表示用データです、四本値を格納用オブジェクトです。
保存蜡烛线表示用的OHLC四个值的实体对象
Constructor Summary | |
---|---|
OHLCEntity()
Constructor of OHLCEntity |
|
OHLCEntity(double open,
double high,
double low,
double close,
int date)
Constructor of OHLCEntity |
Method Summary | |
---|---|
double |
getClose()
|
int |
getDate()
|
double |
getHigh()
|
double |
getLow()
|
double |
getOpen()
|
void |
setClose(double close)
|
void |
setDate(int date)
|
void |
setHigh(double high)
|
void |
setLow(double low)
|
void |
setOpen(double open)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OHLCEntity(double open, double high, double low, double close, int date)
Constructor of OHLCEntity
OHLCEntity类对象的构造函数
OHLCEntityのコンストラクター
open
- Open Value
始値
开盘价
high
- High Value
高値
最高价
low
- Low Value
低値
最低价
close
- Close Value
終値
收盘价
date
- Date
日付
日期
public OHLCEntity()
Constructor of OHLCEntity
OHLCEntity类对象的构造函数
OHLCEntityのコンストラクター
Method Detail |
---|
public double getOpen()
public void setOpen(double open)
open
- the open to setpublic double getHigh()
public void setHigh(double high)
high
- the high to setpublic double getLow()
public void setLow(double low)
low
- the low to setpublic double getClose()
public void setClose(double close)
close
- the close to setpublic int getDate()
public void setDate(int date)
date
- the date to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |