Class MagellanSkin

java.lang.Object
org.pushingpixels.radiance.theming.api.RadianceSkin
org.pushingpixels.radiance.theming.api.skin.MagellanSkin
All Implemented Interfaces:
RadianceTrait

public class MagellanSkin extends RadianceSkin
Magellan skin. This class is part of officially supported API.
  • Field Details

    • NAME

      public static final String NAME
      Display name for this skin.
      See Also:
    • toolbarBottomLineOverlayPainter

      private BottomLineOverlayPainter toolbarBottomLineOverlayPainter
      Overlay painter to paint a dark line along the bottom edge of the toolbars.
    • toolbarTopLineOverlayPainter

      private TopLineOverlayPainter toolbarTopLineOverlayPainter
      Overlay painter to paint a light line along the top edge of the toolbars.
    • footerTopShadowOverlayPainter

      private TopShadowOverlayPainter footerTopShadowOverlayPainter
      Overlay painter to paint a shadow along the top edge of the footer.
  • Constructor Details

    • MagellanSkin

      public MagellanSkin()
      Creates a new instance of Magellan skin.
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Description copied from interface: RadianceTrait
      Returns the display name of this trait. This method is part of officially supported API.
      Returns:
      The display name of this trait.