public interface IlvBlinkingDrawingResource
Modifier and Type | Method and Description |
---|---|
long |
getOffPeriod()
Returns the duration, in milliseconds, of the "off" period.
|
long |
getOnPeriod()
Returns the duration, in milliseconds, of the "on" period.
|
boolean |
isOn()
Returns
true if this drawing resource displays like the
"on" state, and false if it displays like the "off" state. |
void |
notifyUsed(IlvBlinkingObject obj,
boolean used)
Called by
IlvGraphic if this drawing
resource is used. |
void |
setOn(boolean flag)
Sets whether this drawing resource displays like the "on" or "off" state.
|
void |
setTemporarilyDisabled(boolean flag)
Temporarily disable the blinking.
|
long getOnPeriod()
long getOffPeriod()
void setOn(boolean flag)
flag
- true
means it displays like the "on" state.boolean isOn()
true
if this drawing resource displays like the
"on" state, and false
if it displays like the "off" state.void setTemporarilyDisabled(boolean flag)
flag
- true
if temporarily disabled.void notifyUsed(IlvBlinkingObject obj, boolean used)
IlvGraphic
if this drawing
resource is used.
You should not call this method.obj
- The blinking object.used
- Whether the drawing resource is used.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.