public interface IlpBlinkingManager extends IlpService
Modifier and Type | Method and Description |
---|---|
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.
|
long getOnPeriod()
void setOnPeriod(long onPeriod)
long getOffPeriod()
void setOffPeriod(long offPeriod)
@Deprecated long getCoalesceTime()
@Deprecated 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
- Color representing the on blinking state.offColor
- Color representing the off blinking state.onPeriod
- Duration in milliseconds of the period to display the
onColor
.offPeriod
- Duration in milliseconds of the period to display the
offColor
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.