Package com.github.weisj.darklaf.icons
Class DerivableImageIcon.LazyImageValue
java.lang.Object
com.github.weisj.darklaf.util.LazyValue<Image>
com.github.weisj.darklaf.icons.DerivableImageIcon.LazyImageValue
- Enclosing class:
- DerivableImageIcon
protected static class DerivableImageIcon.LazyImageValue
extends com.github.weisj.darklaf.util.LazyValue<Image>
-
Field Summary
Fields inherited from class com.github.weisj.darklaf.util.LazyValue
supplier, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionderive(DerivableImageIcon icon)get()get(ImageObserver observer)protected Imageload(ImageObserver observer)Methods inherited from class com.github.weisj.darklaf.util.LazyValue
discardSupplierOnLoad, ifPresent, ifPresentNullable, isInitialized, load, set
-
Constructor Details
-
LazyImageValue
-
-
Method Details
-
derive
-
get
-
get
- Overrides:
getin classcom.github.weisj.darklaf.util.LazyValue<Image>
-
load
-