Uses of Class
org.pushingpixels.radiance.theming.api.RadianceColorSchemeBundle
-
Packages that use RadianceColorSchemeBundle Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.api.skin -
-
Uses of RadianceColorSchemeBundle in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceColorSchemeBundle Modifier and Type Field Description private java.util.Map<RadianceThemingSlices.DecorationAreaType,RadianceColorSchemeBundle>
RadianceSkin. colorSchemeBundleMap
Maps decoration area type to the color scheme bundles.Methods in org.pushingpixels.radiance.theming.api that return RadianceColorSchemeBundle Modifier and Type Method Description (package private) RadianceColorSchemeBundle
RadianceColorSchemeBundle. transform(ColorSchemeTransform transform)
Creates a new color scheme bundle that has the same settings as this color scheme bundle with the addition of applying the specified color scheme transformation on all the relevant color schemesMethods in org.pushingpixels.radiance.theming.api with parameters of type RadianceColorSchemeBundle Modifier and Type Method Description void
RadianceColorSchemeBundle.Overlay. overlay(RadianceColorSchemeBundle bundle)
void
RadianceSkin. registerDecorationAreaSchemeBundle(RadianceColorSchemeBundle bundle, RadianceColorScheme backgroundColorScheme, RadianceThemingSlices.DecorationAreaType... areaTypes)
Registers the specified color scheme bundle and background color scheme to be used on controls in decoration areas.void
RadianceSkin. registerDecorationAreaSchemeBundle(RadianceColorSchemeBundle bundle, RadianceThemingSlices.DecorationAreaType... areaTypes)
Registers the specified color scheme bundle to be used on controls in decoration areas. -
Uses of RadianceColorSchemeBundle in org.pushingpixels.radiance.theming.api.skin
Fields in org.pushingpixels.radiance.theming.api.skin declared as RadianceColorSchemeBundle Modifier and Type Field Description protected RadianceColorSchemeBundle
GraphiteAccentedSkin. defaultSchemeBundle
Methods in org.pushingpixels.radiance.theming.api.skin with parameters of type RadianceColorSchemeBundle Modifier and Type Method Description private static void
GeminiSkin. applyHighlightAsFill(RadianceColorSchemeBundle schemeBundle, RadianceColorScheme highlightScheme, RadianceColorScheme highlightBorderScheme)
private static void
GeminiSkin. applyHighlightColorScheme(RadianceColorSchemeBundle schemeBundle, RadianceColorScheme highlightScheme)
Applies the specified highlight schemes on the relevant parts of the specified scheme bundle.
-