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