|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.file.nd.BxAreaND
onbon.bx06.file.nd.TimeClockBxAreaND
public class TimeClockBxAreaND
时间区域。
Constructor Summary | |
---|---|
TimeClockBxAreaND(onbon.bx06.message.area.TimeClockArea area,
Bx6GScreenProfile screenProfile)
建构子。 |
Method Summary | |
---|---|
byte[] |
generate(Bx6GScreenProfile profile)
产生区域的位元组资讯。 |
CommonBxUnitND |
getAmPm()
取得 "上下午" 时间单元资讯。 |
AnalogClockBxUnitND |
getAnalogClock()
取得 "指针时钟" 单元资讯。 |
CounterBxUnitND |
getCounter()
取得 "计数器" 单元资讯。 |
int |
getDataLen()
|
int |
getDataOffset()
|
CommonBxUnitND |
getDay()
取得 "日" 时间单元资讯。 |
CommonBxUnitND |
getFestival()
取得 "节庆" 单元资讯。 |
CommonBxUnitND |
getHour()
取得 "小时" 时间单元资讯。 |
CommonBxUnitND |
getMinute()
取得 "分钟" 时间单元资讯。 |
CommonBxUnitND |
getMonth()
取得 "月" 时间单元资讯。 |
CommonBxUnitND |
getSecond()
取得 "秒" 时间单元资讯。 |
CommonBxUnitND[] |
getTexts()
取得 "文字" 单元资讯。 |
int |
getTimeDifferent()
取得时间差。 |
TimerBxUnitND |
getTimer()
取得 "秒表" 单元资讯。 |
CommonBxUnitND |
getWeek()
取得 "周" 时间单元资讯。 |
CommonBxUnitND |
getYear()
取得 "年" 时间单元资讯。 |
void |
setTimeDifferent(int timeDifferent)
设定时间差。 |
Methods inherited from class onbon.bx06.file.nd.BxAreaND |
---|
getFrameMoveStep, getFrameSetting, getFrameSpeed, getFrameStyle, getScreenProfile, setAreaFrame, setFrameMoveStep, setFrameSpeed, setFrameStyle, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeClockBxAreaND(onbon.bx06.message.area.TimeClockArea area, Bx6GScreenProfile screenProfile) throws uia.message.codec.BlockCodecException
area
- 區域。screenProfile
- 屏幕规格。
uia.message.codec.BlockCodecException
- 編碼錯誤。Method Detail |
---|
public int getTimeDifferent()
public void setTimeDifferent(int timeDifferent)
timeDifferent
- 时间差。public CommonBxUnitND getYear()
public CommonBxUnitND getMonth()
public CommonBxUnitND getDay()
public CommonBxUnitND getHour()
public CommonBxUnitND getMinute()
public CommonBxUnitND getSecond()
public CommonBxUnitND getAmPm()
public CommonBxUnitND getWeek()
public AnalogClockBxUnitND getAnalogClock()
public CounterBxUnitND getCounter()
public CommonBxUnitND getFestival()
public TimerBxUnitND getTimer()
public CommonBxUnitND[] getTexts()
public int getDataOffset()
public int getDataLen()
public byte[] generate(Bx6GScreenProfile profile) throws Bx6GException
BxAreaND
generate
in class BxAreaND
profile
- 屏幕规格。
Bx6GException
- 产生区域位元组资讯时发生错误。
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |