Class CupertinoLight

java.lang.Object
atlantafx.base.theme.CupertinoLight
All Implemented Interfaces:
Theme

public class CupertinoLight extends Object implements Theme
A theme based on IOS color palette.
  • Constructor Details

    • CupertinoLight

      public CupertinoLight()
  • Method Details

    • getName

      public String getName()
      Returns theme name.
      Specified by:
      getName in interface Theme
    • getUserAgentStylesheet

      public String getUserAgentStylesheet()
      Returns the path to the theme user-agent stylesheet. See Application.setUserAgentStylesheet(String) for more info.
      Specified by:
      getUserAgentStylesheet in interface Theme
    • getUserAgentStylesheetBSS

      public String getUserAgentStylesheetBSS()
      Returns the path to the theme user-agent stylesheet in binary (BSS) format. See Application.setUserAgentStylesheet(String) for more info. All built-in themes are available in BSS format, but custom themes may not, hence the method may return null value.
      Specified by:
      getUserAgentStylesheetBSS in interface Theme
    • isDarkMode

      public boolean isDarkMode()
      Signifies whether the theme uses a light font on a dark background or vise versa.
      Specified by:
      isDarkMode in interface Theme