Package com.github.weisj.darklaf.icons
Interface RotateIcon
- All Known Implementing Classes:
CustomThemedIcon,DarkSVGIcon,ThemedSVGIcon
public interface RotateIcon
-
Method Summary
-
Method Details
-
paintIcon
Paint the icon with rotation.- Parameters:
c- the parent component.g- the graphics object.x- the x coordinatey- the y coordinaterotation- the rotation in radians.
-