|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.limc.androidcharts.entity.StickEntity
public class StickEntity
Entity data which is use for display a stick in CCSStickChart
StickChartのスティック表示用データです、高安値を格納用オブジェクトです。
CCSStickChart保存柱条表示用的高低值的实体对象
Constructor Summary | |
---|---|
StickEntity()
Constructor of StickEntity |
|
StickEntity(double high,
double low,
int date)
Constructor of StickEntity |
Method Summary | |
---|---|
int |
getDate()
|
double |
getHigh()
|
double |
getLow()
|
void |
setDate(int date)
|
void |
setHigh(double high)
|
void |
setLow(double low)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StickEntity(double high, double low, int date)
Constructor of StickEntity
StickEntity类对象的构造函数
StickEntityのコンストラクター
high
- High Value
高値
最高价
low
- Low Value
低値
最低值
date
- Date
日付
日期
public StickEntity()
Constructor of StickEntity
StickEntity类对象的构造函数
StickEntityのコンストラクター
Method Detail |
---|
public double getHigh()
public void setHigh(double high)
high
- the high to setpublic double getLow()
public void setLow(double low)
low
- the low 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 |