Uses of Interface
com.formdev.flatlaf.util.AnimatedIcon
-
Packages that use AnimatedIcon Package Description com.formdev.flatlaf.icons com.formdev.flatlaf.util -
-
Uses of AnimatedIcon in com.formdev.flatlaf.icons
Classes in com.formdev.flatlaf.icons that implement AnimatedIcon Modifier and Type Class Description class
FlatAnimatedIcon
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 AnimatedIcon Modifier and Type Method Description private static boolean
AnimatedIcon.AnimationSupport. isAnimationEnabled(AnimatedIcon icon, java.awt.Component c)
static void
AnimatedIcon.AnimationSupport. paintIcon(AnimatedIcon icon, java.awt.Component c, java.awt.Graphics g, int x, int y)
private static void
AnimatedIcon.AnimationSupport. paintIconImpl(AnimatedIcon icon, java.awt.Component c, java.awt.Graphics g, int x, int y, AnimatedIcon.AnimationSupport as)
static void
AnimatedIcon.AnimationSupport. saveIconLocation(AnimatedIcon icon, java.awt.Component c, int x, int y)
-