Package | Description |
---|---|
onbon.bx05 |
BX 五代卡函数库。
使用 API 前,先利用 Bx5GEnv.initial() 初始化应用程式环境,之后使用 Bx5GScreenClient 对控制器进行相关作业。 1. |
onbon.bx05.area |
可挂载至节目中的区域程式。
例如:建立湿度 (HumidityBxArea) 与温度 (TemperatureBxArea) 两个显示区域,并加入 P000 节目中。 |
onbon.bx05.area.page |
图文区域内可显示的页面。
|
onbon.bx05.area.unit |
时间区域内可显示的单元程式。
|
onbon.bx05.file |
有关控制器文件相关的程式。
|
Modifier and Type | Field and Description |
---|---|
protected Bx5GScreenProfile |
Bx5GController.screenProfile |
Modifier and Type | Method and Description |
---|---|
Bx5GScreenProfile |
Bx5GScreen.getProfile()
取得当前屏幕规格。屏幕规格在连线成功后自动从控制器上获取,若控制器未加载屏参时回复 NULL。
|
Bx5GScreenProfile |
Bx5GController.getScreenProfile()
取得屏幕规格。
|
Modifier and Type | Method and Description |
---|---|
Bx5GScreenProfile |
BxArea.getScreenProfile()
取得显示屏类型。
|
Constructor and Description |
---|
AbstractTimeClockBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
BxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
ClockBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
CounterBxArea(int x,
int y,
int width,
int height,
Date destTime,
Bx5GScreenProfile screenProfile)
建构子。
|
DateTimeBxArea(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
DateTimeBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
DefaultTimeClockBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
DefaultTimeClockBxArea(onbon.bx05.message.area.TimeClockArea area,
Bx5GScreenProfile screenProfile)
建构子。
|
FestivalBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
HumidityBxArea(onbon.bx05.message.area.HumidityArea area,
Bx5GScreenProfile screenProfile)
建构子。
|
HumidityBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
NoiseBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
NoiseBxArea(onbon.bx05.message.area.NoiseArea area,
Bx5GScreenProfile screenProfile)
建构子。
|
PrayerBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile) |
TemperatureBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
TemperatureBxArea(onbon.bx05.message.area.TemperatureArea area,
Bx5GScreenProfile screenProfile)
建构子。
|
TextCaptionBxArea(int x,
int y,
int width,
int height,
Bx5GScreenProfile screenProfile)
建构子。
|
TextCaptionBxArea(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile)
建构子。
|
TimerBxArea(int x,
int y,
int width,
int height,
int counter,
Bx5GScreenProfile screenProfile)
建构子。
|
Modifier and Type | Method and Description |
---|---|
void |
TextFileBxPage.accept(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile) |
void |
TextBxPage.accept(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile) |
void |
SimpleBxPage.accept(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile) |
void |
ImageFileBxPage.accept(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile) |
void |
ImageBxPage.accept(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile) |
abstract void |
BxPage.accept(onbon.bx05.message.area.TextCaptionArea area,
Bx5GScreenProfile screenProfile)
將资料填入指定的图文区。。
|
Modifier and Type | Method and Description |
---|---|
Bx5GScreenProfile |
BxUnit.getScreenProfile()
取得显示屏类型。
|
Constructor and Description |
---|
AmPmBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
AmPmBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
AmPmBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
CommonBxUnit.LangType lang)
建构子。
|
AnalogClockBxUnit(onbon.bx05.message.area.unit.AnalogClockUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
AnalogClockBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
BxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
CounterBxUnit(onbon.bx05.message.area.unit.CounterUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
CounterBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
CounterBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
CounterBxUnit.CounterBxUnitMode mode,
Date destTime)
建构子。
|
DayBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
DayBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
DayBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
DayBxUnit.DayBxUnitMode mode)
建构子。
|
FestivalBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
FestivalBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
HourBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
HourBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
HourBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
HourBxUnit.HourBxUnitMode mode)
建构子。
|
MinuteBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
MinuteBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
MonthBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
MonthBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
MonthBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
MonthBxUnit.MonthBxUnitMode mode)
建构子。
|
SecondBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
SecondBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
StringBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
String text)
建构子。
|
TimerBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
TimerBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
TimerBxUnit.TimerBxUnitMode mode,
int counter)
建构子。
|
TimerBxUnit(onbon.bx05.message.area.unit.TimerUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
WeekBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
WeekBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
WeekBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
boolean abbreviate)
建构子。
|
WeekBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
CommonBxUnit.LangType lang)
建构子。
|
YearBxUnit(onbon.bx05.message.area.unit.CommonUnit unit,
Bx5GScreenProfile screenProfile)
建构子。
|
YearBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile)
建构子。
|
YearBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
YearBxUnit.YearBxUnitMode mode)
建构子。
|
Constructor and Description |
---|
BxFileReader(Bx5GController controller,
Bx5GScreenProfile screenProfile,
C owner)
建构子。
|
ProgramBxFile(int programId,
Bx5GScreenProfile screenProfile)
建构子。
|
ProgramBxFile(onbon.bx05.message.file.ProgramFile file,
Bx5GScreenProfile screenProfile)
建构子。
|
ProgramBxFile(String programName,
Bx5GScreenProfile screenProfile)
建构子。
|
Copyright © 2020 onbon4j. All rights reserved.