Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.icon
Interface FontImageIcon.ImageIconFactory
- Enclosing interface:
- FontImageIcon
public static interface FontImageIcon.ImageIconFactory
Creates a ImageIcon on which to paint the FontIcon
-
Method Summary
Modifier and TypeMethodDescriptiondefault ImageIcon
createImageIcon
(org.kordamp.ikonli.swing.FontIcon fontIcon) Creates an ImageIcon for the given FontIcon
-
Method Details
-
createImageIcon
Creates an ImageIcon for the given FontIcon- Parameters:
fontIcon
- the font icon- Returns:
- a new ImageIcon
-