Interface ThemeDescriptor
-
- All Implemented Interfaces:
public interface ThemeDescriptor
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract BooleanisDark()abstract ThemeColorPalettegetColors()abstract ThemeIconDatagetIconData()-
-
Method Detail
-
getColors
abstract ThemeColorPalette getColors()
-
getIconData
abstract ThemeIconData getIconData()
-
-
-
-