Package | Description |
---|---|
onbon.bx05.area.unit |
时间区域内可显示的单元程式。
|
Modifier and Type | Method and Description |
---|---|
CommonBxUnit.LangType |
WeekBxUnit.getLang()
取得显示语言。
|
CommonBxUnit.LangType |
AmPmBxUnit.getLang()
取得显示语言。
|
static CommonBxUnit.LangType |
CommonBxUnit.LangType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonBxUnit.LangType[] |
CommonBxUnit.LangType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WeekBxUnit.setLang(CommonBxUnit.LangType lang)
设定显示语言。
|
void |
AmPmBxUnit.setLang(CommonBxUnit.LangType lang)
设定显示语言。
|
Constructor and Description |
---|
AmPmBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
CommonBxUnit.LangType lang)
建构子。
|
WeekBxUnit(int x,
int y,
Bx5GScreenProfile screenProfile,
CommonBxUnit.LangType lang)
建构子。
|
Copyright © 2020 onbon4j. All rights reserved.