Package | Description |
---|---|
onbon.bx05.area |
可挂载至节目中的区域程式。
例如:建立湿度 (HumidityBxArea) 与温度 (TemperatureBxArea) 两个显示区域,并加入 P000 节目中。 |
onbon.bx05.area.unit |
时间区域内可显示的单元程式。
|
Modifier and Type | Method and Description |
---|---|
TimerBxUnit.TimerBxUnitMode |
TimerBxArea.getMode()
取得秒表计算方式。
|
Modifier and Type | Method and Description |
---|---|
void |
TimerBxArea.setMode(TimerBxUnit.TimerBxUnitMode mode)
设定秒表计算方式。
|
Modifier and Type | Method and Description |
---|---|
TimerBxUnit.TimerBxUnitMode |
TimerBxUnit.getMode()
取得秒表计算方式。
|
static TimerBxUnit.TimerBxUnitMode |
TimerBxUnit.TimerBxUnitMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerBxUnit.TimerBxUnitMode[] |
TimerBxUnit.TimerBxUnitMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerBxUnit.setMode(TimerBxUnit.TimerBxUnitMode mode)
设定秒表计算方式。
|
Constructor and Description |
---|
TimerBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
TimerBxUnit.TimerBxUnitMode mode,
int counter)
建构子。
|
Copyright © 2020 onbon4j. All rights reserved.