java.lang.Object
com.inductiveautomation.ignition.designer.concurrency.ui.animation.FadeValue
 
public class FadeValue
extends Object 
This is used for animations with JDesktop's property setter
 Holds the background, foreground, icon color for a component at a specific key frame.
- 
Constructor SummaryConstructors 
- 
Method Summary
 
- 
Constructor Details
- 
FadeValuepublic FadeValue(Color iconColor,
 Color foregroundColor,
 Color backgroundColor) 
 
- 
Method Details
- 
getForegroundColorpublic Color getForegroundColor() 
 
- 
getIconColorpublic Color getIconColor() 
 
- 
getBackgroundColorpublic Color getBackgroundColor() 
 
- 
- 
- 
- 
- 
-