|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterBxUnit.CounterBxUnitFormat | |
---|---|
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);
|
onbon.bx06.area.unit | 时间区域内可显示的单元程式。 |
onbon.bx06.file.nd | 有关控制器文件相关的程式。 |
Uses of CounterBxUnit.CounterBxUnitFormat in onbon.bx06.area |
---|
Methods in onbon.bx06.area that return CounterBxUnit.CounterBxUnitFormat | |
---|---|
CounterBxUnit.CounterBxUnitFormat |
CounterBxArea.getFormat()
取得显示内容格式。 |
Methods in onbon.bx06.area with parameters of type CounterBxUnit.CounterBxUnitFormat | |
---|---|
void |
CounterBxArea.setFormat(CounterBxUnit.CounterBxUnitFormat format)
设定显示内容格式。 |
Uses of CounterBxUnit.CounterBxUnitFormat in onbon.bx06.area.unit |
---|
Methods in onbon.bx06.area.unit that return CounterBxUnit.CounterBxUnitFormat | |
---|---|
CounterBxUnit.CounterBxUnitFormat |
CounterBxUnit.getFormat()
取得显示内容格式。 |
Methods in onbon.bx06.area.unit with parameters of type CounterBxUnit.CounterBxUnitFormat | |
---|---|
void |
CounterBxUnit.setFormat(CounterBxUnit.CounterBxUnitFormat format)
设定显示内容格式。 |
Uses of CounterBxUnit.CounterBxUnitFormat in onbon.bx06.file.nd |
---|
Methods in onbon.bx06.file.nd that return CounterBxUnit.CounterBxUnitFormat | |
---|---|
CounterBxUnit.CounterBxUnitFormat |
CounterBxUnitND.getFormat()
取得显示内容格式。 |
Methods in onbon.bx06.file.nd with parameters of type CounterBxUnit.CounterBxUnitFormat | |
---|---|
void |
CounterBxUnitND.setFormat(CounterBxUnit.CounterBxUnitFormat format)
设定显示内容格式。 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |