Uses of Class
docsite.ThemeColors
Packages that use ThemeColors
-
Uses of ThemeColors in docsite
Fields in docsite declared as ThemeColorsModifier and TypeFieldDescriptionstatic final ThemeColorsThemeColors.DEFAULTprotected final ThemeColorsSectionEmitter.themeColorsMethods in docsite that return ThemeColorsModifier and TypeMethodDescriptionThemeColors.ThemeColorsBuilder.build()ThemeColors.guiElementColor(String guiElementColor) ThemeColors.menuBoldBackgroundColor(String menuBoldBackgroundColor) ThemeColors.menuDecorationColor(String menuDecorationColor) ThemeColors.menuForegroundColor(String menuForegroundColor) ThemeColors.menuRegularBackgroundColor(String menuRegularBackgroundColor) EmitterBuildParams.themeColors()Methods in docsite with parameters of type ThemeColorsConstructors in docsite with parameters of type ThemeColorsModifierConstructorDescriptionDocsiteEmitter(Docsite docsite, ThemeColors themeColors, Path cssFile, boolean useCDN, Path baseDir, Path outputFolder, Map<String, String> metadata, List<Script> scripts, List<SiteLanguage> availableLanguages, Map<String, Map<String, String>> localization) SectionEmitterFactory(Docsite site, ImageResolver globalImages, ThemeColors themeColors, Path baseDir, Path outputFolder, boolean useCDN, Map<String, String> metadata, List<Script> scripts, List<SiteLanguage> availableLanguages, Map<String, Map<String, String>> localization)