|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bx6GScreenProfile | |
---|---|
onbon.bx06 | BX 六代卡函数库。 使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
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.page | 图文区域内可显示的页面。 |
onbon.bx06.area.unit | 时间区域内可显示的单元程式。 |
onbon.bx06.file | 有关控制器文件相关的程式。 |
onbon.bx06.file.nd | 有关控制器文件相关的程式。 |
Uses of Bx6GScreenProfile in onbon.bx06 |
---|
Fields in onbon.bx06 declared as Bx6GScreenProfile | |
---|---|
protected Bx6GScreenProfile |
Bx6GController.screenProfile
|
Methods in onbon.bx06 that return Bx6GScreenProfile | |
---|---|
Bx6GScreenProfile |
Bx6GScreen.getProfile()
取得当前屏幕规格。屏幕规格在连线成功后自动从控制器上获取,若控制器未加载屏参时回复 NULL。 |
Bx6GScreenProfile |
Bx6GController.getScreenProfile()
取得屏幕规格。 |
Uses of Bx6GScreenProfile in onbon.bx06.area |
---|
Methods in onbon.bx06.area that return Bx6GScreenProfile | |
---|---|
Bx6GScreenProfile |
BxArea.getScreenProfile()
|
Constructors in onbon.bx06.area with parameters of type Bx6GScreenProfile | |
---|---|
AbstractTextCaptionBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
AbstractTimeClockBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
BackgroundBxArea(onbon.bx06.message.file.AreaInfo ai,
Bx6GScreenProfile screenProfile)
|
|
BackgroundBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
BxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
ClockBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
CounterBxArea(int x,
int y,
int width,
int height,
Date destTime,
Bx6GScreenProfile screenProfile)
建构子。 |
|
DateTimeBxArea(int x,
int y,
Bx6GScreenProfile screenProfile)
建构子。 |
|
DateTimeBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
DefaultTimeClockBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
DynamicBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
FestivalBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
GradientBackgroundBxArea(onbon.bx06.message.file.AreaInfo ai,
Bx6GScreenProfile screenProfile)
|
|
GradientBackgroundBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
HumidityBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
|
|
NoiseBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
|
|
SensorBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
SensorBxArea(onbon.bx06.message.area.SensorArea area,
Bx6GScreenProfile screenProfile)
建构子。 |
|
TemperatureBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
|
|
TextCaptionBxArea(int x,
int y,
int width,
int height,
Bx6GScreenProfile screenProfile)
建构子。 |
|
TextCaptionBxArea(onbon.bx06.message.area.TextCaptionArea area,
Bx6GScreenProfile screenProfile)
|
|
TimerBxArea(int x,
int y,
int width,
int height,
int counter,
Bx6GScreenProfile screenProfile)
建构子。 |
Uses of Bx6GScreenProfile in onbon.bx06.area.page |
---|
Methods in onbon.bx06.area.page with parameters of type Bx6GScreenProfile | |
---|---|
void |
TextFileBxPage.accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile,
ProgramDataBxFile dataFile)
|
void |
TextBxPage.accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile,
ProgramDataBxFile dataFile)
|
void |
ImageFileBxPage.accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile,
ProgramDataBxFile dataFile)
|
void |
ImageBxPage.accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile,
ProgramDataBxFile dataFile)
|
abstract void |
BxPage.accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile,
ProgramDataBxFile dataFile)
將资料填入指定的图文区。。 |
Uses of Bx6GScreenProfile in onbon.bx06.area.unit |
---|
Methods in onbon.bx06.area.unit that return Bx6GScreenProfile | |
---|---|
Bx6GScreenProfile |
BxUnit.getScreenProfile()
取得显示屏类型。 |
Uses of Bx6GScreenProfile in onbon.bx06.file |
---|
Methods in onbon.bx06.file that return Bx6GScreenProfile | |
---|---|
Bx6GScreenProfile |
ProgramDataBxFile.getScreenProfile()
|
Constructors in onbon.bx06.file with parameters of type Bx6GScreenProfile | |
---|---|
BxFileReader(Bx6GController controller,
Bx6GScreenProfile screenProfile,
C owner)
建构子。 |
|
LogoBxFile(Bx6GScreenProfile screenProfile)
建构子。 |
|
ProgramBxFile(int programId,
Bx6GScreenProfile screenProfile)
建构子。 |
|
ProgramBxFile(String programName,
Bx6GScreenProfile screenProfile)
建构子。 |
|
ProgramDataBxFile(String dataName,
Bx6GScreenProfile screenProfile)
|
|
ProgramDataBxFile(String dataName,
Bx6GScreenProfile screenProfile,
int initialOffset)
|
Uses of Bx6GScreenProfile in onbon.bx06.file.nd |
---|
Methods in onbon.bx06.file.nd that return Bx6GScreenProfile | |
---|---|
protected Bx6GScreenProfile |
BxAreaND.getScreenProfile()
|
Methods in onbon.bx06.file.nd with parameters of type Bx6GScreenProfile | |
---|---|
void |
BxPageND.accept(onbon.bx06.message.area.AbstractTextCaptionArea area,
Bx6GScreenProfile screenProfile)
將资料填入指定的图文区。。 |
byte[] |
TimerBxUnitND.generate(Bx6GScreenProfile profile)
|
byte[] |
TimeClockBxAreaND.generate(Bx6GScreenProfile profile)
|
byte[] |
TextCaptionBxAreaND.generate(Bx6GScreenProfile screenProfile)
|
byte[] |
CounterBxUnitND.generate(Bx6GScreenProfile profile)
|
byte[] |
CommonBxUnitND.generate(Bx6GScreenProfile profile)
|
abstract byte[] |
BxUnitND.generate(Bx6GScreenProfile profile)
产生单元位元组资讯。 |
abstract byte[] |
BxAreaND.generate(Bx6GScreenProfile screenProfile)
产生区域的位元组资讯。 |
byte[] |
AnalogClockBxUnitND.generate(Bx6GScreenProfile profile)
|
Constructors in onbon.bx06.file.nd with parameters of type Bx6GScreenProfile | |
---|---|
AnalogClockBxUnitND(onbon.bx06.message.area.unit.AnalogClockUnit unit,
Bx6GScreenProfile screenProfile)
建构子。 |
|
BxAreaND(onbon.bx06.message.area.AbstractArea area,
Bx6GScreenProfile screenProfile)
建构子。 |
|
CommonBxUnitND(onbon.bx06.message.area.unit.CommonUnit unit,
Bx6GScreenProfile screenProfile)
建构子。 |
|
CounterBxUnitND(onbon.bx06.message.area.unit.CounterUnit unit,
Bx6GScreenProfile screenProfile)
建构子。 |
|
ProgramBxFileND(onbon.bx06.message.file.ProgramFile file,
Bx6GScreenProfile screenProfile)
建构子。 |
|
TextCaptionBxAreaND(onbon.bx06.message.area.TextCaptionArea area,
Bx6GScreenProfile screenProfile)
建构子。 |
|
TimeClockBxAreaND(onbon.bx06.message.area.TimeClockArea area,
Bx6GScreenProfile screenProfile)
建构子。 |
|
TimerBxUnitND(onbon.bx06.message.area.unit.TimerUnit unit,
Bx6GScreenProfile screenProfile)
建构子。 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |