|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonbon.bx06.area.unit.CounterBxUnit.CounterBxUnitFormat
public static class CounterBxUnit.CounterBxUnitFormat
计时器显示内容。
Field Summary | |
---|---|
boolean |
day
是否显示天。 |
boolean |
dayUnit
是否显示「天」文字。 |
boolean |
hour
是否显示小时。 |
boolean |
hourUnit
是否显示「小时」文字。 |
boolean |
minute
是否显示分钟。 |
boolean |
minuteUnit
是否显示「分钟」文字。 |
boolean |
second
是否显示秒。 |
boolean |
secondUnit
是否显示「秒」文字。 |
Constructor Summary | |
---|---|
CounterBxUnit.CounterBxUnitFormat()
建构子。 |
|
CounterBxUnit.CounterBxUnitFormat(boolean day,
boolean hour,
boolean minute,
boolean second)
建构子。 |
Method Summary | |
---|---|
byte |
generate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean day
public boolean hour
public boolean minute
public boolean second
public boolean dayUnit
public boolean hourUnit
public boolean minuteUnit
public boolean secondUnit
Constructor Detail |
---|
public CounterBxUnit.CounterBxUnitFormat()
public CounterBxUnit.CounterBxUnitFormat(boolean day, boolean hour, boolean minute, boolean second)
day
- 是否显示天。hour
- 是否显示小时。minute
- 是否显示分钟。second
- 是否显示秒数。Method Detail |
---|
public byte generate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |