Uses of Class
org.pushingpixels.radiance.theming.api.RadianceColorSchemeBundle
Packages that use RadianceColorSchemeBundle
Package
Description
-
Uses of RadianceColorSchemeBundle in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api with type parameters of type RadianceColorSchemeBundleModifier and TypeFieldDescriptionRadianceSkin.colorSchemeBundleMap
Maps decoration area type to the color scheme bundles.Methods in org.pushingpixels.radiance.theming.api that return RadianceColorSchemeBundleModifier and TypeMethodDescription(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 RadianceColorSchemeBundleModifier and TypeMethodDescriptionvoid
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 RadianceColorSchemeBundleModifier and TypeFieldDescriptionprotected RadianceColorSchemeBundle
GraphiteAccentedSkin.defaultSchemeBundle
Methods in org.pushingpixels.radiance.theming.api.skin with parameters of type RadianceColorSchemeBundleModifier and TypeMethodDescriptionprivate 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.