Class MagellanSkin
java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceSkin
org.pushingpixels.radiance.theming.api.skin.MagellanSkin
- All Implemented Interfaces:
RadianceTrait
Magellan
skin. This class is part of officially supported API.-
Nested Class Summary
Nested classes/interfaces inherited from class org.pushingpixels.radiance.theming.api.RadianceSkin
RadianceSkin.Accented, RadianceSkin.ColorSchemes
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TopShadowOverlayPainter
Overlay painter to paint a shadow along the top edge of the footer.static final String
Display name forthis
skin.private BottomLineOverlayPainter
Overlay painter to paint a dark line along the bottom edge of the toolbars.private TopLineOverlayPainter
Overlay painter to paint a light line along the top edge of the toolbars.Fields 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
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:
-
toolbarBottomLineOverlayPainter
Overlay painter to paint a dark line along the bottom edge of the toolbars. -
toolbarTopLineOverlayPainter
Overlay painter to paint a light line along the top edge of the toolbars.
-
-
Constructor Details
-
MagellanSkin
public MagellanSkin()Creates a new instance of Magellan 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.
-