| Package | Description |
|---|---|
| onbon.bx05.area.page |
图文区域内可显示的页面。
|
| onbon.bx05.utils |
通用工具。
|
| Modifier and Type | Method and Description |
|---|---|
DisplayStyleFactory.DisplayStyle |
BxPage.getDisplayStyle()
取得播放样式。
|
| Modifier and Type | Method and Description |
|---|---|
void |
BxPage.setDisplayStyle(DisplayStyleFactory.DisplayStyle displayStyle)
设定播放样式。
|
| Modifier and Type | Method and Description |
|---|---|
static DisplayStyleFactory.DisplayStyle |
DisplayStyleFactory.getStyle(int code)
取得指定样式。
常用: 0:随机显示 1:静止显示 2:快速打出 3:向左移动 4:向左连移 5:向上移动 6:向上连移 |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<DisplayStyleFactory.DisplayStyle> |
DisplayStyleFactory.getStyles()
取得所有可用样式。
|