ilog.cpl.graphic
Interface IlpBlinkingColor

All Superinterfaces:
Paint, Transparency
All Known Implementing Classes:
IltBlinkingColor

public interface IlpBlinkingColor
extends Paint

This interface models a color that blinks. A color that blinks alternates between two colors representing an on state and an off state.

Since:
JTGO 3.0

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

getOnPeriod

long getOnPeriod()
Returns the duration in milliseconds of the onPeriod.


getOffPeriod

long getOffPeriod()
Returns the duration in milliseconds of the offPeriod.


getOnColor

Color getOnColor()
Returns the on color.


getOffColor

Color getOffColor()
Returns the off color.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.