|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgramDataBxFile | |
---|---|
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.cmd.dyn | 动态区程式。 |
Uses of ProgramDataBxFile in onbon.bx06.area |
---|
Methods in onbon.bx06.area with parameters of type ProgramDataBxFile | |
---|---|
protected void |
TimerBxArea.apply(onbon.bx06.message.area.TimeClockArea area,
ProgramDataBxFile dataFile)
|
protected void |
FestivalBxArea.apply(onbon.bx06.message.area.TimeClockArea area,
ProgramDataBxFile dataFile)
|
protected void |
DateTimeBxArea.apply(onbon.bx06.message.area.TimeClockArea area,
ProgramDataBxFile dataFile)
|
protected void |
CounterBxArea.apply(onbon.bx06.message.area.TimeClockArea area,
ProgramDataBxFile dataFile)
|
protected void |
ClockBxArea.apply(onbon.bx06.message.area.TimeClockArea area,
ProgramDataBxFile dataFile)
|
protected abstract void |
AbstractTimeClockBxArea.apply(onbon.bx06.message.area.TimeClockArea area,
ProgramDataBxFile walker)
|
byte[] |
TextCaptionBxArea.generate(ProgramDataBxFile dataFile)
|
byte[] |
SensorBxArea.generate(ProgramDataBxFile dataFile)
|
byte[] |
GradientBackgroundBxArea.generate(ProgramDataBxFile dataFile)
|
byte[] |
DynamicBxArea.generate(ProgramDataBxFile dataFile)
|
byte[] |
DefaultTimeClockBxArea.generate(ProgramDataBxFile dataFile)
|
abstract byte[] |
BxArea.generate(ProgramDataBxFile dataFile)
产生区域的位元组资讯。 |
byte[] |
BackgroundBxArea.generate(ProgramDataBxFile dataFile)
|
byte[] |
AbstractTimeClockBxArea.generate(ProgramDataBxFile dataFile)
|
Uses of ProgramDataBxFile in onbon.bx06.area.page |
---|
Methods in onbon.bx06.area.page with parameters of type ProgramDataBxFile | |
---|---|
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 ProgramDataBxFile in onbon.bx06.area.unit |
---|
Methods in onbon.bx06.area.unit with parameters of type ProgramDataBxFile | |
---|---|
protected void |
YearBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
WeekBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
StringBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
SecondBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
MonthBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
MinuteBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
HourBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
FestivalBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
DayBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected abstract void |
CommonBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
protected void |
AmPmBxUnit.apply(onbon.bx06.message.area.unit.CommonUnit unit,
ProgramDataBxFile dataFile)
|
byte[] |
TimerBxUnit.generate(ProgramDataBxFile dataFile)
|
byte[] |
CounterBxUnit.generate(ProgramDataBxFile dataFile)
|
byte[] |
CommonBxUnit.generate(ProgramDataBxFile dataFile)
|
abstract byte[] |
BxUnit.generate(ProgramDataBxFile dataFile)
产生单元位元组资讯。 |
byte[] |
AnalogClockBxUnit.generate(ProgramDataBxFile dataFile)
|
Uses of ProgramDataBxFile in onbon.bx06.cmd.dyn |
---|
Methods in onbon.bx06.cmd.dyn with parameters of type ProgramDataBxFile | |
---|---|
onbon.bx06.message.dyn.DynamicAreaInfo |
UpdateDynamicAreaCmd.DynamicBxAreaInfo.generate(ProgramDataBxFile dataFile)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |