|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlpBlinkingColor
This interface models a color that blinks. A color that blinks alternates between two colors representing an on state and an off state.
| Field Summary |
|---|
| Fields inherited from interface java.awt.Transparency |
|---|
BITMASK, OPAQUE, TRANSLUCENT |
| Method Summary | |
|---|---|
Color |
getOffColor()
Returns the off color. |
long |
getOffPeriod()
Returns the duration in milliseconds of the offPeriod. |
Color |
getOnColor()
Returns the on color. |
long |
getOnPeriod()
Returns the duration in milliseconds of the onPeriod. |
| Methods inherited from interface java.awt.Paint |
|---|
createContext |
| Methods inherited from interface java.awt.Transparency |
|---|
getTransparency |
| Method Detail |
|---|
long getOnPeriod()
onPeriod.
long getOffPeriod()
offPeriod.
Color getOnColor()
Color getOffColor()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||