|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HourBxUnit | |
---|---|
onbon.bx06.area | 可挂载至节目中的区域程式。 例如:建立传感器 (SensorBxArea) 显示区域,并加入 P000 节目中。 SensorBxArea area1 = new SensorBxArea(0, 0, 500, 200, screen.getProfile());
ProgramBxFile program = new ProgramBxFile("P000", screen.getProfile());
program.addArea(area1);
|
Uses of HourBxUnit in onbon.bx06.area |
---|
Methods in onbon.bx06.area that return HourBxUnit | |
---|---|
HourBxUnit |
DefaultTimeClockBxArea.getHour()
取得 "小时" 时间单元资讯。 |
Methods in onbon.bx06.area with parameters of type HourBxUnit | |
---|---|
void |
DefaultTimeClockBxArea.setHour(HourBxUnit hour)
设定 "小时" 时间单元资讯。 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |