|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpBlinkingManager
The blinking manager manages blinking colors.
| Method Summary | |
|---|---|
void |
addColor(IlpBlinkingColor color)
Adds a blinking color to this object. |
long |
getCoalesceTime()
Deprecated. This method is obsolete. The coalesce time does not exist anymore. |
IlpBlinkingColor |
getColor(Color onColor,
Color offColor,
long onPeriod,
long offPeriod)
Returns a blinking color to be used by this blinking manager. |
long |
getOffPeriod()
Returns the default duration of off periods in milliseconds. |
long |
getOnPeriod()
Returns the default duration of on periods in milliseconds. |
void |
removeColor(IlpBlinkingColor color)
Removes a blinking color from this object. |
void |
setCoalesceTime(long coalesceTime)
Deprecated. This method is obsolete. The coalesce time does not exist anymore. |
void |
setOffPeriod(long offPeriod)
Sets the default duration of off periods in milliseconds. |
void |
setOnPeriod(long onPeriod)
Sets the default duration of on periods in milliseconds. |
| Method Detail |
|---|
long getOnPeriod()
void setOnPeriod(long onPeriod)
long getOffPeriod()
void setOffPeriod(long offPeriod)
long getCoalesceTime()
void setCoalesceTime(long coalesceTime)
void addColor(IlpBlinkingColor color)
color - Blinking color to be added.void removeColor(IlpBlinkingColor color)
color - Blinking color to be removed.
IlpBlinkingColor getColor(Color onColor,
Color offColor,
long onPeriod,
long offPeriod)
onColor - offColor - onPeriod - Duration in milliseconds of the period to display the
onColor.offPeriod - Duration in milliseconds of the period to display the
offColor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||