Interface RotateIcon

All Known Implementing Classes:
CustomThemedIcon, DarkSVGIcon, ThemedSVGIcon

public interface RotateIcon
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    paintIcon​(Component c, Graphics g, int x, int y, double rotation)
    Paint the icon with rotation.
  • Method Details

    • paintIcon

      void paintIcon(Component c, Graphics g, int x, int y, double rotation)
      Paint the icon with rotation.
      Parameters:
      c - the parent component.
      g - the graphics object.
      x - the x coordinate
      y - the y coordinate
      rotation - the rotation in radians.