Class FadeValue


  • public class FadeValue
    extends java.lang.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 Detail

      • FadeValue

        public FadeValue​(java.awt.Color iconColor,
                         java.awt.Color foregroundColor,
                         java.awt.Color backgroundColor)
    • Method Detail

      • getForegroundColor

        public java.awt.Color getForegroundColor()
      • getIconColor

        public java.awt.Color getIconColor()
      • getBackgroundColor

        public java.awt.Color getBackgroundColor()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public static FadeValue createWarning()
      • createWarningBase

        public static FadeValue createWarningBase()
      • createGood

        public static FadeValue createGood()
      • createGoodBase

        public static FadeValue createGoodBase()