public class AutoLookAndFeelManager extends Object
Constructor and Description |
---|
AutoLookAndFeelManager(ApplicationProperties applicationProperties,
ApplicationPropertiesService applicationPropertiesService,
UserPropertyManager userPropertyManager,
UploadService uploadService,
com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory) |
Modifier and Type | Method and Description |
---|---|
void |
applyDefaultColors() |
void |
backupColor(String key) |
void |
backupColorScheme() |
void |
generateFromLogo(ApplicationUser user) |
boolean |
isDefaultColor(String key) |
boolean |
isDefaultColorScheme() |
boolean |
isJustUpdated(ApplicationUser user) |
void |
restoreBackupColor(String key) |
void |
restoreBackupColorScheme() |
void |
setBaseColor(HSBColor base) |
void |
setBaseColors(HSBColor base,
HSBColor heroButtonBackground) |
void |
setJustUpdated(ApplicationUser user,
boolean justUpdated) |
public AutoLookAndFeelManager(ApplicationProperties applicationProperties, ApplicationPropertiesService applicationPropertiesService, UserPropertyManager userPropertyManager, UploadService uploadService, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory)
public void generateFromLogo(ApplicationUser user)
public boolean isJustUpdated(ApplicationUser user)
public void setJustUpdated(ApplicationUser user, boolean justUpdated)
public boolean isDefaultColorScheme()
public boolean isDefaultColor(String key)
public void applyDefaultColors()
public void backupColorScheme()
public void backupColor(String key)
public void restoreBackupColorScheme()
public void restoreBackupColor(String key)
public void setBaseColor(HSBColor base)
Copyright © 2002-2018 Atlassian. All Rights Reserved.