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. colorSchemeBundleMapMaps 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) RadianceColorSchemeBundleRadianceColorSchemeBundle. 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 voidRadianceColorSchemeBundle.Overlay. overlay(RadianceColorSchemeBundle bundle)voidRadianceSkin. 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.voidRadianceSkin. 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 RadianceColorSchemeBundleGraphiteAccentedSkin. defaultSchemeBundleMethods in org.pushingpixels.radiance.theming.api.skin with parameters of type RadianceColorSchemeBundle Modifier and Type Method Description private static voidGeminiSkin. applyHighlightAsFill(RadianceColorSchemeBundle schemeBundle, RadianceColorScheme highlightScheme, RadianceColorScheme highlightBorderScheme)private static voidGeminiSkin. applyHighlightColorScheme(RadianceColorSchemeBundle schemeBundle, RadianceColorScheme highlightScheme)Applies the specified highlight schemes on the relevant parts of the specified scheme bundle.
-