Package com.github.weisj.darklaf.icons
Class LazyImageIconSupplier
- java.lang.Object
-
- com.github.weisj.darklaf.icons.AbstractLazyIconSupplier<ImageIcon>
-
- com.github.weisj.darklaf.icons.LazyImageIconSupplier
-
- All Implemented Interfaces:
IconSupplier<ImageIcon>,Supplier<Image>
public class LazyImageIconSupplier extends AbstractLazyIconSupplier<ImageIcon> implements Supplier<Image>
-
-
Field Summary
-
Fields inherited from class com.github.weisj.darklaf.icons.AbstractLazyIconSupplier
key, parentClass, path
-
-
Constructor Summary
Constructors Constructor Description LazyImageIconSupplier(String path, IconLoader.IconKey key, Class<?> parentClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Imageget()protected ImageIconloadIcon()-
Methods inherited from class com.github.weisj.darklaf.icons.AbstractLazyIconSupplier
getIcon
-
-
-
-
Constructor Detail
-
LazyImageIconSupplier
public LazyImageIconSupplier(String path, IconLoader.IconKey key, Class<?> parentClass)
-
-