Class AnimatedIcon.AnimationSupport

  • Enclosing interface:
    AnimatedIcon

    public static class AnimatedIcon.AnimationSupport
    extends java.lang.Object
    Animation support class that stores the animation state and implements the animation.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void paintIcon​(AnimatedIcon icon, java.awt.Component c, java.awt.Graphics g, int x, int y)  
      static void saveIconLocation​(AnimatedIcon icon, java.awt.Component c, int x, int y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnimationSupport

        public AnimationSupport()
    • Method Detail

      • paintIcon

        public static void paintIcon​(AnimatedIcon icon,
                                     java.awt.Component c,
                                     java.awt.Graphics g,
                                     int x,
                                     int y)
      • saveIconLocation

        public static void saveIconLocation​(AnimatedIcon icon,
                                            java.awt.Component c,
                                            int x,
                                            int y)