Package com.github.weisj.darklaf.icons
Interface RotateIcon
-
- All Known Implementing Classes:
CustomThemedIcon,DarkSVGIcon,ThemedSVGIcon
public interface RotateIcon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaintIcon(Component c, Graphics g, int x, int y, double rotation)Paint the icon with rotation.
-