Uses of Class
org.pushingpixels.radiance.theming.internal.utils.LazyResettableHashMap
Packages that use LazyResettableHashMap
Package
Description
-
Uses of LazyResettableHashMap in org.pushingpixels.radiance.theming.api.painter.border
Fields in org.pushingpixels.radiance.theming.api.painter.border declared as LazyResettableHashMapModifier and TypeFieldDescriptionprotected static final LazyResettableHashMap
<RadianceColorScheme> DelegateFractionBasedBorderPainter.transformMap
Map of transformed color schemes (to speed up the subsequent lookups). -
Uses of LazyResettableHashMap in org.pushingpixels.radiance.theming.api.shaper
Fields in org.pushingpixels.radiance.theming.api.shaper declared as LazyResettableHashMapModifier and TypeFieldDescriptionprivate static final LazyResettableHashMap
<Shape> ClassicButtonShaper.contours
Cache of already computed contours.private static final LazyResettableHashMap
<Shape> PillButtonShaper.contours
Cache of already computed contours. -
Uses of LazyResettableHashMap in org.pushingpixels.radiance.theming.internal.utils
Fields in org.pushingpixels.radiance.theming.internal.utils declared as LazyResettableHashMapModifier and TypeFieldDescriptionprivate static final LazyResettableHashMap
<RadianceColorScheme> RadianceColorSchemeUtilities.shiftedCache
Cache of shifted schemes.Fields in org.pushingpixels.radiance.theming.internal.utils with type parameters of type LazyResettableHashMapModifier and TypeFieldDescriptionprivate static List
<LazyResettableHashMap<?>> LazyResettableHashMap.all
List of all existing maps. -
Uses of LazyResettableHashMap in org.pushingpixels.radiance.theming.internal.utils.filters
Fields in org.pushingpixels.radiance.theming.internal.utils.filters declared as LazyResettableHashMapModifier and TypeFieldDescriptionprivate static final LazyResettableHashMap
<ColorSchemeFilter> ColorSchemeFilter.filters