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 Summary
Constructors
-
Method Summary
-
Constructor Details
-
FadeValue
public FadeValue(Color iconColor,
Color foregroundColor,
Color backgroundColor)
-
Method Details
-
getForegroundColor
public Color getForegroundColor()
-
getIconColor
public Color getIconColor()
-
getBackgroundColor
public Color getBackgroundColor()
-
-
-
-
-
-