Package com.github.weisj.darklaf.icons
Class IconLoader
java.lang.Object
com.github.weisj.darklaf.icons.IconLoader
public final class IconLoader extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIconLoader.IconKey -
Method Summary
Modifier and Type Method Description DarkUIAwareIconcreate(String name, int w, int h)ImageIconcreateImageIcon(String path, String description)static IconLoaderget()static IconLoaderget(Class<?> parentClass)static AwareIconStylegetAwareStyle()IcongetIcon(String path)IcongetIcon(String path, int w, int h)IcongetIcon(String path, int w, int h, boolean themed)static ObjectgetThemeStatus()DarkUIAwareIcongetUIAwareIcon(String path)DarkUIAwareIcongetUIAwareIcon(String path, int w, int h)IconloadSVGIcon(String name, boolean themed)IconloadSVGIcon(String name, int w, int h, boolean themed)static voidupdateAwareStyle(AwareIconStyle style)static voidupdateThemeStatus(Object theme)