Package com.github.weisj.darklaf.icons
Class IconUtil
java.lang.Object
com.github.weisj.darklaf.icons.IconUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IconcreateDerivedIcon(Icon icon, int w, int h)static ImagecreateFrameIcon(Icon icon, Window c)static ImagecreateScaledImage(Icon icon, double scalex, double scaley)static ImageiconToImage(Icon icon, Component c)static voidReload all created frame icons if necessary.
-
Constructor Details
-
IconUtil
public IconUtil()
-
-
Method Details
-
reloadDynamicFrameIcons
public static void reloadDynamicFrameIcons()Reload all created frame icons if necessary. -
createFrameIcon
-
iconToImage
-
createScaledImage
-
createDerivedIcon
-