Uses of Interface
com.formdev.flatlaf.util.AnimatedIcon
Packages that use AnimatedIcon
-
Uses of AnimatedIcon in com.formdev.flatlaf.icons
Classes in com.formdev.flatlaf.icons that implement AnimatedIconModifier and TypeClassDescriptionclass
Base class for animated icons that scale width and height, creates and initializes a scaled graphics context for icon painting. -
Uses of AnimatedIcon in com.formdev.flatlaf.util
Methods in com.formdev.flatlaf.util with parameters of type AnimatedIconModifier and TypeMethodDescriptionprivate static boolean
AnimatedIcon.AnimationSupport.isAnimationEnabled
(AnimatedIcon icon, Component c) static void
AnimatedIcon.AnimationSupport.paintIcon
(AnimatedIcon icon, Component c, Graphics g, int x, int y) private static void
AnimatedIcon.AnimationSupport.paintIconImpl
(AnimatedIcon icon, Component c, Graphics g, int x, int y, AnimatedIcon.AnimationSupport as) static void
AnimatedIcon.AnimationSupport.saveIconLocation
(AnimatedIcon icon, Component c, int x, int y)