Class TwilightSkin

  • All Implemented Interfaces:
    RadianceTrait

    public class TwilightSkin
    extends RadianceSkin
    Twilight skin. This class is part of officially supported API.
    • Field Detail

      • NAME

        public static final java.lang.String NAME
        Display name for this skin.
        See Also:
        Constant Field Values
      • 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.
      • footerTopBezelOverlayPainter

        private TopBezelOverlayPainter footerTopBezelOverlayPainter
        Overlay painter to paint a bezel line along the top edge of the footer.
    • Constructor Detail

      • TwilightSkin

        public TwilightSkin()
        Creates a new Twilight skin.
    • Method Detail

      • getDisplayName

        public java.lang.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.