Interface FontImageIcon.IconPainter

Enclosing interface:
FontImageIcon

public static interface FontImageIcon.IconPainter
Paints a FontIcon onto an Image Icon
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    paintIcon(org.kordamp.ikonli.swing.FontIcon fontIcon, ImageIcon imageIcon)
    Paints the given font icon onto the given image icon
  • Method Details

    • paintIcon

      default void paintIcon(org.kordamp.ikonli.swing.FontIcon fontIcon, ImageIcon imageIcon)
      Paints the given font icon onto the given image icon
      Parameters:
      fontIcon - the font icon
      imageIcon - the image icon