Package | Description |
---|---|
onbon.bx05.area |
可挂载至节目中的区域程式。
例如:建立湿度 (HumidityBxArea) 与温度 (TemperatureBxArea) 两个显示区域,并加入 P000 节目中。 |
onbon.bx05.area.page |
图文区域内可显示的页面。
|
onbon.bx05.utils |
通用工具。
|
Modifier and Type | Method and Description |
---|---|
TextBinary.Alignment |
PrayerBxArea.getHorizontalAlignment() |
TextBinary.Alignment |
PrayerBxArea.getVerticalAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
PrayerBxArea.setHorizontalAlignment(TextBinary.Alignment horizontalAlignment) |
void |
PrayerBxArea.setVerticalAlignment(TextBinary.Alignment verticalAlignment) |
Modifier and Type | Method and Description |
---|---|
TextBinary.Alignment |
TextFileBxPage.getHorizontalAlignment()
取得水平对齐方式。
|
TextBinary.Alignment |
TextBxPage.getHorizontalAlignment()
取得水平对齐方式。
|
TextBinary.Alignment |
TextFileBxPage.getVerticalAlignment()
取得垂直对齐方式。
|
TextBinary.Alignment |
TextBxPage.getVerticalAlignment()
取得垂直对齐方式。
|
Modifier and Type | Method and Description |
---|---|
void |
TextFileBxPage.setHorizontalAlignment(TextBinary.Alignment horizontalAlignment)
设定水平对齐方式。
|
void |
TextBxPage.setHorizontalAlignment(TextBinary.Alignment horizontalAlignment)
设定水平对齐方式。
|
void |
TextFileBxPage.setVerticalAlignment(TextBinary.Alignment verticalAlignment)
设定垂直对齐方式。
|
void |
TextBxPage.setVerticalAlignment(TextBinary.Alignment verticalAlignment)
设定垂直对齐方式。
|
Modifier and Type | Method and Description |
---|---|
static TextBinary.Alignment |
TextBinary.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextBinary.Alignment[] |
TextBinary.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<BufferedImage> |
TextBinary.horizontalMoving(String text,
TextBinary.Alignment verticalAlignment)
将播放效果为水平连移的文字分页。
|
List<BufferedImage> |
TextBinary.linePaging(List<String> value,
TextBinary.Alignment verticalAlignment)
将垂直移动的文字组分页。
|
List<BufferedImage> |
TextBinary.linePaging(String value,
TextBinary.Alignment verticalAlignment)
将垂直移动的文字分页。
|
List<BufferedImage> |
TextBinary.paging(List<String> values,
TextBinary.Alignment horizontalAlignment,
TextBinary.Alignment verticalAlignment)
将垂直移动的文字组分页。
|
List<BufferedImage> |
TextBinary.paging(String text,
TextBinary.Alignment horizontalAlignment,
TextBinary.Alignment verticalAlignment)
将垂直移动文字分页。
|
List<BufferedImage> |
TextBinary.verticalMoving(List<String> values,
TextBinary.Alignment horizontalAlignment)
将播放效果为垂直连移的文字组分页。
|
List<BufferedImage> |
TextBinary.verticalMoving(String text,
TextBinary.Alignment horizontalAlignment)
将播放效果为垂直连移的文字分页。
|
Copyright © 2020 onbon4j. All rights reserved.