Package | Description |
---|---|
onbon.bx05.area |
可挂载至节目中的区域程式。
例如:建立湿度 (HumidityBxArea) 与温度 (TemperatureBxArea) 两个显示区域,并加入 P000 节目中。 |
Modifier and Type | Method and Description |
---|---|
BxArea.PolarType |
TemperatureBxArea.getCorrectionPolar()
取得修正极性。
|
BxArea.PolarType |
NoiseBxArea.getCorrectionPolar()
取得修正极性。
|
BxArea.PolarType |
HumidityBxArea.getCorrectionPolar()
取得修正极性。
|
static BxArea.PolarType |
BxArea.PolarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BxArea.PolarType[] |
BxArea.PolarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TemperatureBxArea.setCorrectionPolar(BxArea.PolarType correctionPolar)
设定修正极性。
|
void |
NoiseBxArea.setCorrectionPolar(BxArea.PolarType correctionPolar)
设定修正极性。
|
void |
HumidityBxArea.setCorrectionPolar(BxArea.PolarType correctionPolar)
设定修正极性。
|
Copyright © 2020 onbon4j. All rights reserved.