Interface FontImageIcon.ImageIconFactory

Enclosing interface:
FontImageIcon

public static interface FontImageIcon.ImageIconFactory
Creates a ImageIcon on which to paint the FontIcon
  • Method Summary

    Modifier and Type
    Method
    Description
    default ImageIcon
    createImageIcon(org.kordamp.ikonli.swing.FontIcon fontIcon)
    Creates an ImageIcon for the given FontIcon
  • Method Details

    • createImageIcon

      default ImageIcon createImageIcon(org.kordamp.ikonli.swing.FontIcon fontIcon)
      Creates an ImageIcon for the given FontIcon
      Parameters:
      fontIcon - the font icon
      Returns:
      a new ImageIcon