Uses of Class
org.pushingpixels.radiance.theming.internal.utils.LazyResettableHashMap
-
-
Uses of LazyResettableHashMap in org.pushingpixels.radiance.theming.api.painter.border
Fields in org.pushingpixels.radiance.theming.api.painter.border declared as LazyResettableHashMap Modifier and Type Field Description protected static LazyResettableHashMap<RadianceColorScheme>DelegateFractionBasedBorderPainter. transformMapMap 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 LazyResettableHashMap Modifier and Type Field Description private static LazyResettableHashMap<java.awt.Shape>ClassicButtonShaper. contoursCache of already computed contours.private static LazyResettableHashMap<java.awt.Shape>PillButtonShaper. contoursCache of already computed contours. -
Uses of LazyResettableHashMap in org.pushingpixels.radiance.theming.internal.utils
Fields in org.pushingpixels.radiance.theming.internal.utils declared as LazyResettableHashMap Modifier and Type Field Description private static LazyResettableHashMap<RadianceColorScheme>RadianceColorSchemeUtilities. shiftedCacheCache of shifted schemes.Fields in org.pushingpixels.radiance.theming.internal.utils with type parameters of type LazyResettableHashMap Modifier and Type Field Description private static java.util.List<LazyResettableHashMap<?>>LazyResettableHashMap. allList 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 LazyResettableHashMap Modifier and Type Field Description private static LazyResettableHashMap<ColorSchemeFilter>ColorSchemeFilter. filters
-