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 Details

    • FadeValue

      public FadeValue(Color iconColor, Color foregroundColor, Color backgroundColor)
  • Method Details

    • getForegroundColor

      public Color getForegroundColor()
    • getIconColor

      public Color getIconColor()
    • getBackgroundColor

      public Color getBackgroundColor()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • createWarning

      public static FadeValue createWarning()
    • createWarningBase

      public static FadeValue createWarningBase()
    • createGood

      public static FadeValue createGood()
    • createGoodBase

      public static FadeValue createGoodBase()