| Package | Description |
|---|---|
| onbon.bx05.area.unit |
时间区域内可显示的单元程式。
|
| Modifier and Type | Method and Description |
|---|---|
HourBxUnit.HourBxUnitMode |
HourBxUnit.getMode()
取得显示类型。
|
static HourBxUnit.HourBxUnitMode |
HourBxUnit.HourBxUnitMode.typeof(byte code) |
static HourBxUnit.HourBxUnitMode |
HourBxUnit.HourBxUnitMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HourBxUnit.HourBxUnitMode[] |
HourBxUnit.HourBxUnitMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HourBxUnit.setMode(HourBxUnit.HourBxUnitMode mode)
设定显示类型。
|
| Constructor and Description |
|---|
HourBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
HourBxUnit.HourBxUnitMode mode)
建构子。
|