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. 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 LazyResettableHashMap Modifier and Type Field Description private static LazyResettableHashMap<java.awt.Shape>
ClassicButtonShaper. contours
Cache of already computed contours.private static LazyResettableHashMap<java.awt.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 LazyResettableHashMap Modifier and Type Field Description private static LazyResettableHashMap<RadianceColorScheme>
RadianceColorSchemeUtilities. shiftedCache
Cache 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. 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 LazyResettableHashMap Modifier and Type Field Description private static LazyResettableHashMap<ColorSchemeFilter>
ColorSchemeFilter. filters
-