Class IconColorMapper
java.lang.Object
com.github.weisj.darklaf.properties.icons.IconColorMapper
Utility class responsible for patching color definitions in svg icons.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tget(Map<Object, Object> map, Map<Object, Object> contextDefaults, Object key, Object[] fallbacks, Class<T> type) static <T> com.github.weisj.darklaf.util.Pair<Object,T> getEntry(Map<Object, Object> map, Map<Object, Object> contextDefaults, Object key, Object[] fallbacks, Class<T> type) static floatgetOpacity(String key, String[] fallbacks, Map<Object, Object> propertyMap, Map<Object, Object> contextDefaults) static ColorresolveColor(String key, String[] fallbacks, Map<Object, Object> propertyMap, Map<Object, Object> contextDefaults)
-
Constructor Details
-
IconColorMapper
public IconColorMapper()
-
-
Method Details
-
resolveColor
-
getOpacity
-
getEntry
-
get
-