java.lang.Object
atlantafx.base.theme.CupertinoLight
- All Implemented Interfaces:
Theme
A theme based on IOS color palette.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns theme name.Returns the path to the theme user-agent stylesheet.Returns the path to the theme user-agent stylesheet in binary (BSS) format.boolean
Signifies whether the theme uses a light font on a dark background or vise versa.
-
Constructor Details
-
CupertinoLight
public CupertinoLight()
-
-
Method Details
-
getName
Returns theme name. -
getUserAgentStylesheet
Returns the path to the theme user-agent stylesheet. SeeApplication.setUserAgentStylesheet(String)
for more info.- Specified by:
getUserAgentStylesheet
in interfaceTheme
-
getUserAgentStylesheetBSS
Returns the path to the theme user-agent stylesheet in binary (BSS) format. SeeApplication.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 interfaceTheme
-
isDarkMode
public boolean isDarkMode()Signifies whether the theme uses a light font on a dark background or vise versa.- Specified by:
isDarkMode
in interfaceTheme
-