|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SensorBxArea.PolarType | |
---|---|
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 SensorBxArea.PolarType in onbon.bx06.area |
---|
Methods in onbon.bx06.area that return SensorBxArea.PolarType | |
---|---|
SensorBxArea.PolarType |
SensorBxArea.getCorrectionPolar()
取得修正极性。 |
static SensorBxArea.PolarType |
SensorBxArea.PolarType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SensorBxArea.PolarType[] |
SensorBxArea.PolarType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in onbon.bx06.area with parameters of type SensorBxArea.PolarType | |
---|---|
void |
SensorBxArea.setCorrectionPolar(SensorBxArea.PolarType correctionPolar)
设定修正极性。 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |