Class MistAquaSkin
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceSkin
org.pushingpixels.radiance.theming.api.RadianceSkin.Accented
org.pushingpixels.radiance.theming.api.skin.MistAccentedSkin
org.pushingpixels.radiance.theming.api.skin.MistAquaSkin
- All Implemented Interfaces:
RadianceTrait
Mist Aqua
skin.-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin.Accented
RadianceSkin.Accented.AccentBuilder
Nested classes/interfaces inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
RadianceSkin.Accented, RadianceSkin.ColorSchemes
-
Field Summary
FieldsFields inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
borderPainter, buttonShaper, decorationPainter, fillPainter, highlightBorderPainter, highlightFillPainter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the display name ofthis
trait.Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin.Accented
getActiveControlsAccent, getBackgroundAccent, getEnabledControlsAccent, getHighlightsAccent, getWindowChromeAccent
Methods inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
addOverlayPainter, clearOverlayPainters, getActiveColorScheme, getAlpha, getBackgroundColorScheme, getBorderPainter, getButtonShaper, getColorScheme, getColorScheme, getColorScheme, getColorSchemes, getDecorationPainter, getDirectColorScheme, getDisabledColorScheme, getEnabledColorScheme, getFillPainter, getHighlightAlpha, getHighlightBorderPainter, getHighlightFillPainter, getOptionPaneIconColorScheme, getOverlayColor, getOverlayPainters, isRegisteredAsDecorationArea, isValid, registerAsDecorationArea, registerAsDecorationArea, registerDecorationAreaSchemeBundle, registerDecorationAreaSchemeBundle, removeOverlayPainter, setOptionPaneIconColorScheme, setOverlayColor, transform
-
Field Details
-
NAME
Display name forthis
skin.- See Also:
-
-
Constructor Details
-
MistAquaSkin
public MistAquaSkin()Creates a newMist Aqua
skin.
-
-
Method Details
-
getDisplayName
Description copied from interface:RadianceTrait
Returns the display name ofthis
trait. This method is part of officially supported API.- Returns:
- The display name of
this
trait.
-